@charset 'utf-8';

/**********ALL**********/
#rs_contents{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/**********タブメニュー**********/
#rs_tab{
	height: 30px;
	margin: 5px 0;
	}
#rs_tab ul{
	padding:0;
	margin: 0;
	height: 30px;
}

#rs_tab ul li{
	display: inline;
}

.rs_tab01 a:link,.rs_tab01 a:visited{
	float: left;
	width: 145px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/01.gif) no-repeat;
}
.rs_tab01 a:hover,.rs_tab01_o{
	float: left;
	width: 145px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/01_o.gif);
}

.rs_tab02 a:link,.rs_tab02 a:visited{
	width: 144px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/02.gif);
}
.rs_tab02 a:hover,.rs_tab02_o{
	width: 144px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/02_o.gif);
}
.rs_tab03 a:link,.rs_tab03 a:visited{
	width: 145px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/03.gif);
}
.rs_tab03 a:hover,.rs_tab03_o{
	width: 145px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/03_o.gif);
}
.rs_tab04 a:link,.rs_tab04 a:visited{
	width: 146px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/04.gif);
}
.rs_tab04 a:hover,.rs_tab04_o{
	width: 146px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/04_o.gif);
}

.pagetop{
	margin: 25px 15px 15px 0;
	padding-right: 10px;
	text-align: left;
	font-size: 77%;
	background: transparent url(../../common/img/main/icon_pagetop.gif) no-repeat right center;
	clear:both;
	display: block;
	float: right;
}





/**********お問合わせ**********/
.top_image_inquiry{
	height: 107px;
	width: 580px;
	background: url(../images/inquiry_h2_bg.jpg);
}
#rs_contents .rs_main .top_image_inquiry p {
	text-indent: -9999px;
}

.inquiry{
	clear:both;
	line-height: 120%;
	float: left;
	width: 585px;
}

.rs_main p{
	font-size:80%;
	margin:2px 12px 3px 12px;
	line-height:160%;
	text-indent: 1em;
	}

.inquiry_h3_01{
	font-size: 100%;
	background: url(../images/inquiry_h3_01.gif) no-repeat;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	clear: both;
}
.inquiry_h3_02{
	font-size: 100%;
	background: url(../images/inquiry_h3_02.jpg) no-repeat;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	clear: both;
}
.inquiry_h3_03{
	font-size: 100%;
	background: url(../images/inquiry_h3_03.gif) no-repeat;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	clear: both;
}
.inquiry_h3_04{
	font-size: 100%;
	background: url(../images/inquiry_h3_04.gif) no-repeat;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	clear: both;
}



.rs_main .inquiry table{
	margin: 0px 0px 0px 10px;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 120%;
	width: 550px;
}
.rs_main .inquiry th{
	width: 180px;
	padding: 3px 0 3px 15px;
	border: 1px #cccccc solid;
	background: #dddddd;
	font-weight: normal;
	text-align: left;
}
.rs_main .inquiry td{
	width: 351px;
	padding: 3px 0 3px 15px;
	border: 1px #cccccc solid;
	background: #eeeeee;
	text-align: left;
}
.rs_main .inquiry input,
.rs_main .inquiry select,
.rs_main .inquiry textarea{
	margin: 2px 3px 2px 5px;
	vertical-align: middle;
}
.rs_main .inquiry ul{
	text-indent: none;
	margin: 3px 0;
}
.rs_main .inquiry li{
	margin: 5px 0px 0px 20px;
	font-size: 12px;
	line-height: 120%;
	list-style: none;
}
.rs_main .inquiry .check{
	color: #ff0000;
}
.rs_main .inquiry .point{
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 110%;
	font-weight: normal;
}
.rs_main .inquiry .button{
	width: 10em;
	margin: 10px;
}
.rs_main .inquiry .center{
	text-align: center;
}
.rs_main .inquiry .bold{
	margin: 0px;
	font-weight: bold;
	list-style: none;
}
.rs_main .inquiry .notice{
	color: #ff0000;
	font-weight: bold;
}
.rs_main .inquiry .contact{
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px #e3e3e3 solid;
}


/**********エラー**********/

.top_image_error{
	background: url(../images/error_h2_bg.gif);
	height: 107px;
	width: 580px;
}
#rs_contents .rs_main .top_image_error p {
	text-indent: -9999px;
	clear: both;
}

.error{
	clear:both;
	line-height: 120%;
	float: left;
}

.error_h3_01{
	font-size: 100%;
	background: url(../images/error_h3_01.gif) no-repeat;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 26px;
	clear: both;
}
.error p{
	margin: 5px 20px 0 5px;
}
.error_h4_01{
	background-image: url(../images/error_h4_01.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 554px;
	text-indent: -9999px;
	display: block;
	clear: both;
	margin: 5px 0 0 20px;
}
.error_h4_02{
	background-image: url(../images/error_h4_02.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 554px;
	text-indent: -9999px;
	display: block;
	clear: both;
	margin: 5px 0 0 20px;
}
.error_h4_03{
	background-image: url(../images/error_h4_03.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 554px;
	text-indent: -9999px;
	display: block;
	clear: both;
	margin: 5px 0 0 20px;
}


.rs_main .error ol{
	margin: 0px 0px 10px 10px;
}
.rs_main .error li{
	margin: 0px 10px 2px 30px;
	font-size: 12px;
	line-height: 120%;
}
.rs_main .error .bold{
	margin: 0px;
	font-weight: bold;
}
