/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0e3192;
	background-image: url(../mainimg/mainbg.gif);
	background-repeat: repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
/* リンク色の設定 */
a:link {
	color: #365cc6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #365cc6;
}
a:hover {
	text-decoration: none;
	color: #365cc6;
}
a:active {
	text-decoration: underline;
}
/* //リンク色の設定 */

/* 文字色の設定 */
.myblue{
color:#365cc6;
}
.myblue2{
color:#0e3192;
}
.mywhite{
color:#FFFFFF;
}
.mygray{
color:#333333;
}
.myred{
color:#920e0e;
}
.myred2{
color:#fe0000;
}
/* //文字色の設定 */

/* 文字サイズその他の設定 */
.boldtext{
font-weight:bold;
}

/* //文字サイズその他の設定 */
.bgbrue{
background-image:url(../news/img/title_bg5.gif);
background-position:bottom;
background-repeat:no-repeat;
background-color:#0E3192;
}
.bgorange{
background-image:url(../game/img/info_title_bg5.gif);
background-position:bottom;
background-repeat:no-repeat;
background-color:#f58840;
}
.infobg{
background-image:url(../shop/img/online_info_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.namebg{
background-image:url(../gamba/img/name_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.historybg{
background-image:url(../gamba/img/h_tablebg.gif);
background-position:bottom;
background-repeat:repeat-x;
}
.table6{
background-color:#0e3192;
}
.table7{
background-color:#baccff;
}
.table8{
background-color:#dde6ff;
}














