@charset "EUC-JP";

/*コンテンツ*************************************/
#contents {
/*	background-image: url(../share-img/contents-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
*/
	width: 750px;
	line-height: 150%;
}
/*コンテンツ内レイアウトテーブルクラス*/
#contents td.layout{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

/*リンクの表示設定*/
#contents a,
#contents a:link,
#contents a:visited{
	text-decoration: underline;
	color: #FFA620;
	font-weight: bold;
}
#contents a:hover{
	text-decoration: underline;
	color: #FFB546;
}
/*内容基本設定***********************************/
.txt16{
	font-size: 18px;
}


.clear{clear: both;

}

.article_seperator{
	display: block;
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 10px;
}

#contents hr{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contents H1{
	margin: 0px;
}
#contents H2{
	background-image: url(../share-img/H2-bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 30px;
	height: 34px;
	text-align: left;
}
#contents H3{
	font-size: 16px;
	font-weight: bold;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #B7B7B7;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #D8D8D8;
	margin-bottom: 0px;

}

#contents H3 img{
	margin-right: 5px;
}
#contents H2 span{
	font-style: normal;
	color: #0066FF;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}

#contents p{
	margin: 10px;
}

div.flow-frame{
	background-color: #F0F9FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../share-img/flow-down.gif);
	background-position: 7px 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/*左メニューデザイン*****************************/
#navi-l th{
	background-image: url(../share-img/navi-l-th.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	line-height: 30px;

}

#navi-l td{
	height: 32px;
	background-image: url(../share-img/navi-l-bt-normal.gif);
	background-repeat: no-repeat;
}

#navi-l td a,
#navi-l td a:link,
#navi-l td a:visited{
	background-image: url(../share-img/navi-l-bt-normal.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	padding-left: 22px;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
}
#navi-l td a:hover{
	background-image: url(../share-img/navi-l-bt-over.gif);
	background-repeat: no-repeat;
	color: #666666;

}

#navi-l table{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-top-color: #FED200;
	border-right-color: #FED200;
	border-bottom-color: #FED200;
	border-left-color: #FED200;
	

}

/*iframeお知らせ*********************************/

#infoiframe{
	width: 267px;
	border-bottom-color: #FF9600;
	margin-top: 20px;
	background-color: #EBEBEB;
}
#infoiframe iframe{
	border: 1px solid #CCCCCC;

}
#infoiframe div{
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
/*通常のリスト***************************************/
table.tlist{
	border: 1px solid #333333;
	/*border-collapse: collapse;*/
	background-position: center;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}

table.tlist td{
	padding: 5px;
	text-align: left;
	line-height: 120%;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
table.tlist th{
	padding: 3px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 120%;
	background-color: #FF9600;
	color: #FFFFFF;
}
table.tlist2{/*会社概要用*/
	border: 1px solid #333333;
	/*border-collapse: collapse;*/
	background-position: center;
	margin-top: 10px;
	background-color: #FFFFFF;
}
table.tlist2 td{
	padding: 5px;
	text-align: left;
	line-height: 120%;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
table.tlist2 th{
	padding: 3px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 120%;
	background-color: #FF9600;
	color: #FFFFFF;
}

/*プライスリスト*************************************/
table.pricelist{
	border: 3px solid #333333;
	/*border-collapse: collapse;*/
	background-position: center;
	margin-top: 10px;
	background-color: #FFFFFF;
}
/*table.pricelist td:hover{
	background-color: #F0F0F0;
}*/
table.pricelist td{
	padding: 3px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 120%;
}
.font-black{
}
.font-white{
	color: #FFFFFF;
	font-weight: bold;
}
.font-red{
	color: #FF3300;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
}
.font-small{
	font-size: 10px;
}
.font-allprice{
	color: #FF3300;
	font-weight: bold;
}

/*QA関連*********************************************/
.qa-q{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-image: url(../service/images/q.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}
.qa-a{
	background-image: url(../service/images/a.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
.qa_seperator{
	display: block;
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



/*カレンダー*****************************************/
/*リンクの表示設定*/
table.timechart a,
table.timechart a:link,
table.timechart a:visited{
	display:block;
}
table.timechart a:hover{
	background-color: #F2F2F2;

}

table.calendar{
	background-color: #F2F2F2;
	border: 3px solid #333333;
	/*border-collapse: collapse;*/
	background-position: center;
}

div.caption{
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	width: 690px;
}

table.calendar .sunday{
	background-color: #FF3300;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;

}
table.calendar .sunday-2{
	background-color: #FFB6A4;
	font-size: 16px;
	font-weight: bold;

}
table.calendar .saturday{
	background-color: #3333FF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;

}
table.calendar .saturday-2{
	background-color: #C8C8FF;
	font-size: 16px;
	font-weight: bold;

}

table.calendar .everyday{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;

}

table.calendar .tokuten{
	font-size: 16px;
	font-weight: bold;
	background-color: #FF9900;

}

table.calendar th{
	background-color: #F3F3F3;
	text-align: center;
	color: #333333;
	padding: 0px;
	font-size: 16px;
	vertical-align: middle;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: bold;
	
}
table.calendar td{
	color: #333333;
	font-size: 12px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align: center;
}

table.timechart{
	border-collapse: collapse;
	background-color: none;
	border: none;
}
table.timechart th{
	text-align: center;
	color: #333333;
	padding: 5px;
	font-size: 10px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-weight: normal;
}
table.timechart td{
	color: #333333;
	font-size: 16px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}

/*入力フォーム**********************************/

table.reserveform{
	border: 2px solid #333333;
	/*border-collapse: collapse;*/
	background-position: center;
	background-color: #FFFFFF;
}
table.reserveform th{
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #333333;
	background-color: #666666;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.reserveform td{
	border: 1px solid #333333;
	text-align: left;
	line-height: 120%;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #F2F2F2;
}

table.reserveform th.hissu{
	background-color: #FF9900;

}

/*table.reserveform th.hissu + td{
	background-color: #FFF5E8;

}*/

table.reserveform td.hissu{
	background-color: #FFF5E8;

}
table.reserveform th.plus{
	background-color: #0099FF;

}
table.reserveform td.plus{
	background-color: #ECF8FF;

}

/*table.reserveform th.plus + td{
	background-color: #ECF8FF;

}*/
span.hissu{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

table.layouttable{
background-color: none;
border: none;
}
table.layouttable td{
background-color: none;
border: none;
}


div.formtitle{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 600px;
	margin: 0px;
	text-align: center;
}
div.reserve-error{
	margin: 10px;
	width: 500px;
	border: 3px solid #CCCCCC;
	text-align: left;
	padding: 10px;
}

