@charset "Shift_JIS";

/* ========== Main Layout ========== */  
body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	/*
	background: #FFFFFF url(../img/body_bg01.jpg) repeat-y center top;
	*/

	/* 2011.02
	background: #000000 url(../../../common_rdz/img/body_bg01.jpg) repeat-x center top;
	*/
}


/* ========== Wrapper ========== */
#wrapper01 {
	/*width: 800px;*/	/* 旧レイアウト */

	/* 2011.02
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	*/


	/* 2011.02 */
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

/* ========== Header ========== */
#header01 {
}

#hdBox01 {
	background: transparent url(../img/hd_box01_bg01.jpg) repeat-y center top;
}

#hdBox02 {
	padding: 5px 10px 0 10px; 
	background: transparent url(../img/hd_box01_bg02.jpg) no-repeat center top;
}

.hdTb01 {
	width: 120px;
	font-weight: bold;
	vertical-align: top;
}

.hdTb02 {
	width: 540px;
	padding: 0 20px;
	vertical-align: top;
}

/* ========== Contents Layout ========== */  
.contents01 {
	width:px;
	vertical-align: top;

}


/* ========== Footer ========== */
#footer {
	margin: 20px 0 15px 0;
}


/* ========== Menu Reserve Layout ========== */  
.menuRes01 {
	padding: 0 5px;
	background: transparent url(../img/menu_res01_bg.gif) repeat-y left top;
}

.menuRes01Tbl01 {
	margin-top: 9px;
}

.menuRes01Tbl01 th {
	width: 29px;
	padding: 4px 0;
	text-align: center;
}

.menuRes01Tbl01 td {
	padding: 4px 0 4px 5px;
}

.menuResTxt01 {
	width: 150px;
	font-size:10px;
	ime-mode: disabled;
}

.menuRes02 {
	padding: 0 5px;
	background: transparent url(../img/menu_res02_bg.gif) repeat-y left top;
}


/* ========== Menu Box Layout ========== */ 
.menuBox01 {
	padding: 2px 5px 2px 15px;
	background: transparent url(../img/menu_box01_bg.gif) repeat-y left top;
}


/* ========== Contents Layout ========== */  
.contents01 {
	width: 610px;
	vertical-align: top;

}

/* ========== Pankuzu Layout ========== */  
/* 2017.02.08 WEBリニューアル対応 r.kanamaru START */
/*
.pankuzu a:link {    color: #333333; text-decoration: underline;}
.pankuzu a:visited { color: #333333; text-decoration: underline;}
.pankuzu a:hover {   color: #990000; text-decoration: none;}
.pankuzu a:active {  color: #990000; text-decoration: none;}
*/
#contents .pankuzu a:link {    color: #333333; text-decoration: underline;}
#contents .pankuzu a:visited { color: #333333; text-decoration: underline;}
#contents .pankuzu a:hover {   color: #990000; text-decoration: none;}
#contents .pankuzu a:active {  color: #990000; text-decoration: none;}
/* 2017.02.08 WEBリニューアル対応 r.kanamaru END */

.panBox01 {
	padding: 3px 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #333333;
}

.panBox02 {
	padding: 3px 10px;
	text-align: center;
	background-color: #CCCCCC;
}


/* ========== Error Layout ========== */
.errTbl01 {
	margin-bottom:30px;
	border: solid 1px #CC0000;
	border-collapse: collapse;
}

.errTbl01 th {
	padding: 3px 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: solid 1px #CC0000;
	background-color: #CC0000;
}

.errTbl01 td {
	padding: 3px 10px;
	border: solid 1px #CC0000;
}

/* ========== Tit Layout ========== */
.titLine01 {
	margin-top: 7px;
}

/*WEBリニューアル改修 2011/02/07 chihana START*/
/*____________________________________________________________________

	Contents
____________________________________________________________________*/

#contents {
	width: 960px;
	margin-top: 30px;
	background: transparent url(../img/cont_bg01.gif) repeat-y center top;
}

.contPdt10 {padding-top:10px !important; background-color: #000000;}

/*____________________________________________________________________

	Side
____________________________________________________________________*/

#side {
	width: 230px;
	float: left;
	background: transparent url(../img/side_bg01.gif) repeat-y left top;
}

.sideBg01 {
	width: 230px;
	background: transparent url(../img/side_bg01.gif) repeat-y left top;
}

.sideCont01 {
	padding: 0 5px;
}

.sideCont02 {
	padding: 15px;
}

.contPdt10 {padding-top:10px !important; background-color: #000000;}
/*WEBリニューアル改修 2011/02/07 chihana END*/

/*メルマガ会員対応 20160112 tkitagawa START */
#contsTop .btnBlock .btnMM li.btnL a {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#000000 100%); /* W3C */
	border: 1px solid #CCCCCC;
}
#contsTop .btnBlock .btnMM li.btnR {
	float: right;
}
#contsTop .btnBlock .btnMM li.btnR a {
	background: #d62129; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc4a4c 0%, #d62129 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc4a4c), color-stop(100%,#d62129)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc4a4c 0%,#d62129 100%); /* W3C */
	border: 1px solid #CD0103;
}
#contsTop .btnBlock {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 40px;
    text-align: center;
    margin:0 auto 0 auto;  
}
#contsTop .btnBlock .btnMM li {
	width: 45%;
	border-radius: 5px;
}
#contsTop .btnBlock .btnMM li a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
}
#contsTop .btnBlock .btnMM li.btnL {
	float: left;
}
#contsTop .btnBlock .btnMM li.btnL a {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#000000 100%); /* W3C */
	border: 1px solid #CCCCCC;
}
#contsTop .btnBlock .btnMM li.btnR {
	float: right;
}
#contsTop .btnBlock .btnMM li.btnR a {
	background: #d62129; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc4a4c 0%, #d62129 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc4a4c), color-stop(100%,#d62129)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc4a4c 0%,#d62129 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc4a4c 0%,#d62129 100%); /* W3C */
	border: 1px solid #CD0103;
}

/*メルマガ用*/
#wrapper02 {
	/* 2011.02 */
	width: 710px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
    top: 0px;
    left: 0px;
}
/*メルマガ会員対応 20160112 tkitagawa END */