@charset "EUC-JP";   /*   文字コード   */

#contentsBox{
	width: 730px;
	margin: 10px auto;
	text-align: center;
	background:url(/dol/service/option/img/main_back.jpg) top center repeat-y;
}


.bluebox{
	width: 693px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background:url(/dol/service/option/img/bluebox_center.jpg) top center repeat-y;
}

.graybox{
	width: 693px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background:url(/dol/service/option/img/graybox_center.jpg) top center repeat-y;
}

.redbox{
	width: 693px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background:url(/dol/service/option/img/redbox_center.jpg) top center repeat-y;
}


.textbox{
	width: 660px;
	text-align: left;
	padding: 7px 5px 5px 5px;
	margin: 0 auto;
	line-height: 1.5;
}

.textbox2{
	width: 330px;
	text-align: right;
	padding: 7px 5px 5px 330px;
	margin: 0 auto;
	line-height: 1.5;
}

.textbox_half{
	width: 320px;
	text-align: left;
	padding: 7px 5px 5px 5px;
	margin: 0 auto;
	line-height: 1.5;
	float: left;
}

.ssbox{
	width: 330px;
	text-align: left;
	padding: 7px 0 5px 0;
	margin: 0 auto;
	line-height: 1.5;
	float: left;
}

.atBox{
	width: 640px;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	line-height: 1.5;
	background: #eeeeee;
	border: solid 1px #0c0c0c;
}

.at{
	color: #008000;
	line-height: 1;
	padding-top: 10px;
	font-size: 95%;
}

.atBox2{
	width: 650px;
	text-align: left;
	padding: 5px;
	margin: 5px auto;
	line-height: 1.2;
	background: #ffff80;
	border: solid 1px #0c0c0c;
}

strong{
	font-weight: bold;
}


.mini_title{
	width: 98%;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: solid 5px #800000;
	border-bottom: solid 1px #800000;
	margin-bottom: 5px;
	font-weight: bold;
}

.mini_title2{
	width: 98%;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: solid 5px #000080;
	border-bottom: solid 1px #000080;
	margin-bottom: 5px;
	font-weight: bold;
}


.btnBox a{
	background: url(/dol/service/option/img/btn_box.jpg);
	width: 320px;
	height: 19px;
	display: block;
	padding: 6px 0 5px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #ff8080;
	margin: 5px 0;
}

.btnBox a:hover{
	background: url(/dol/service/option/img/btn_box.jpg) 0px -30px;
}


ul.menu{
	width: 650px;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.menu li{
	margin: 2px;
	padding: 0;
	float: left;
	height: 28px;
}

ul.menu a{
	width: 202px;
	padding: 5px;
	height: auto;
	background: #000080;
	display: block;
	text-align: center;
	color: #fff;
}

ul.menu a:hover{
	background: #000;
	padding: 6px 5px 4px 5px;
}

.top_up{
	width: 650px;
	height: auto;
	margin: 5px auto 0 auto;
	padding: 5px 0 0 0;
	text-align: left;
	border-top: dotted 1px #000;
}


.red{
	color: #ff0000;
}


.tablebox{
	width: 330px;
	padding: 7px 0 5px 0;
	margin: 0 auto;
	line-height: 1.5;
	float: left;
}

.tablebox table{
	text-align: center;
}

.tablebox th{
	padding: 5px;
	font-weight: bold;
	background: #212988;
	color: #fff;
	border: solid 1px #6069e4;
}

.tablebox td{
	padding: 2px;
	border: solid 1px #6069e4;
}

.tablebox tr:nth-child(odd) td{
	background: #c8cbfc;
}