/*---------------------------------------------------------------------------------------------*/
/* エンコード設定 */
@charset "shift_jis";

/*---------------------------------------------------------------------------------------------*/
/* 共通設定 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/00back01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
*{
    margin:0;
    padding:0;
}


/*---------------------------------------------------------------------------------------------*/
/* 共通配置設定 */
.float_left {
	float: left;
	border: none 0px;
}
.float_right {
	float: right;
	border: none 0px;
}
.noborder {
	border: none 0px;
}

/* 非表示アンカーボックス用 */
.anchor_box {
	visibility: hidden;
	float: left;
}

/*---------------------------------------------------------------------------------------------*/
/* 共通背景設定 */
#back_img {
	background-image: url(../img/00back02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*---------------------------------------------------------------------------------------------*/
/* 共通ヘッダー設定 */
#head_box {
	height: 91px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo_box {
	float: left;
	height: 63px;
	width: 200px;
	margin-top: 20px;
}
#link_box {
	float: right;
	height: 62px;
	width: 400px;
	margin-top: 20px;
}
#top_txtlink {
	text-align: right;
	float: right;
	height: 12px;
	width: 400px;
	margin-top: 18px;
}

#top_txtlink a:link,#top_txtlink a:visited { color: #666; text-decoration: none; }
#top_txtlink a:hover,#top_txtlink a:active { color: #666; text-decoration: underline; }

/*---------------------------------------------------------------------------------------------*/
/* 共通コンテンツ設定 */
#contents_box {
	text-align: left;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------------------------------------------------------------*/
/* 共通左側設定 */
#left_box {
	height: auto;
	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}
.leftbox_m3 {
	height: auto;
	width: 200px;
	margin-top: 3px;
}

.leftbox_m8 {
	height: auto;
	width: 200px;
	margin-top: 10px;
}
.leftbox_m15 {
	height: auto;
	width: 200px;
	margin-top: 20px;
}
.leftbox_m10 {
	height: auto;
	width: 200px;
	margin-top: 10px;
}

/*---------------------------------------------------------------------------------------------*/
/* グローバルメニュー表示用 */
#menu		{ width: 200px; margin: 0px; display: inline;}
#menu ul	{ margin: 0px; padding: 0px; list-style: none;  }
*:first-child+html #menu li	{ float: left; } 
#menu a	{ display: block; }
#menu01			{ background: url(../img/01top04btn1_on.jpg) no-repeat; }
#menu01 a		{ height: 35px; width: 200px; background: url(../img/01top04btn1_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu01 a:hover	{ background:none; }
#menu02			{ background: url(../img/01top04btn2_on.jpg) no-repeat; margin-top: 3px; }
#menu02 a		{ height: 35px; width: 200px; background: url(../img/01top04btn2_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu02 a:hover	{ background:none; }
#menu03			{ background: url(../img/01top04btn3_on.jpg) no-repeat; margin-top: 3px; }
#menu03 a		{ height: 35px; width: 200px; background: url(../img/01top04btn3_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu03 a:hover	{ background:none; }
#menu04			{ background: url(../img/01top04btn4_on.jpg) no-repeat; margin-top: 3px; }
#menu04 a		{ height: 35px; width: 200px; background: url(../img/01top04btn4_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu04 a:hover	{ background:none; }
#menu05			{ background: url(../img/01top04btn5_on.jpg) no-repeat; margin-top: 3px; }
#menu05 a		{ height: 35px; width: 200px; background: url(../img/01top04btn5_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu05 a:hover	{ background:none; }
#menu06			{ background: url(../img/01top04btn6_on.jpg) no-repeat; margin-top: 3px; }
#menu06 a		{ height: 35px; width: 200px; background: url(../img/01top04btn6_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu06 a:hover	{ background:none; }
#menu07			{ background: url(../img/01top04btn7_on.jpg) no-repeat; margin-top: 3px; }
#menu07 a		{ height: 35px; width: 200px; background: url(../img/01top04btn7_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu07 a:hover	{ background:none; }
#menu08			{ background: url(../img/01top04btn8_on.jpg) no-repeat; margin-top: 3px; }
#menu08 a		{ height: 35px; width: 200px; background: url(../img/01top04btn8_off.jpg) left top no-repeat; text-indent:-9999px; }
#menu08 a:hover	{ background:none; }

/*---------------------------------------------------------------------------------------------*/
/* 共通右側設定 */
#right_box {
	height: auto;
	width: 700px;
	margin-top: 20px;
	float: left;
}
.rightbox_m7 {
	height: auto;
	width: 700px;
	margin-top: 7px;
	float: left;
}
.rightbox_m10 {
	height: auto;
	width: 700px;
	margin-top: 10px;
	float: left;
}

.rightbox_m20 {
	height: auto;
	width: 700px;
	margin-top: 20px;
	float: left;
}

/*---------------------------------------------------------------------------------------------*/
/* 共通フッター設定 */
#footer_box {
	height: 100px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.footer_m30 {
	width: 920px;
	margin-top: 30px;
	float: left;
}

#footer_txtlink {
	line-height: 150%;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#footer_txtlink a:link,#footer_txtlink a:visited { color: #666; text-decoration: underline; }
#footer_txtlink a:hover,#footer_txtlink a:active { color: #1649AF; text-decoration: underline; }








/*---------------------------------------------------------------------------------------------*/
/* トップコンテンツ設定 */

.top_txt_title{
	margin-top: 10px;
}
.top_txt01{
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
}
.sugo_box1 {
	height: 210px;
	width: 340px;
	margin-right: 10px;
	float: left;
}
#sugo_box2 {
	height: 210px;
	width: 340px;
	float: right;
}


/*---------------------------------------------------------------------------------------------*/
/* ライブナビで出来る事ページ設定 */
#toptxtbox {
	line-height: 150%;
	height: auto;
	width: 680px;
	margin-top: 10px;
	margin-left: 10px;
}


/*---------------------------------------------------------------------------------------------*/
/* お問い合わせページ設定 */
.contacttxt {
	height: auto;
	width: 660px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	line-height: 150%;
	text-align: center;
}

.contactbox_m20 {
	height: auto;
	width: 660px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.contactform {
	height:auto;
	width: 660px;
	border: none 0px;
	float: left;
	margin: 0px;
}

.table_tr_u10 {
	height: auto;
	width: 660px;
	float: left;
	margin-bottom: 10px;
}

.table_td1 {
	float: left;
	height: auto;
	width: 180px;
	margin-right: 15px;
}
.table_td2 {
	float: left;
	height: 32px;
	width: 463px;
	border: 1px solid #1043A9;
}
.table_td3 {
	float: left;
	height: 80px;
	width: 463px;
	border: 1px solid #1043A9;
}
.table_td4 {
	float: left;
	height: 32px;
	width: 463px;
	border: none 0px;
}

.txtbox {
	width: 440px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	border: none 0px;
	font-size: 14px;
	color: #0D3EA4;
}

.txtbox2 {
	width: 440px;
	height: 65px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	border: none 0px;
	font-size: 14px;
	color: #0D3EA4;
}

.optionbutton {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
.option_txt {
	float: left;
	height: auto;
	width: 90px;
	margin-right: 20px;
	font-size: 14px;
	margin-top: 7px;
}
#sendbtn_box {
	float: left;
	height: auto;
	width: 465px;
	margin-top: 15px;
	margin-left: 195px;
}
input .button-1  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p04btn_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
	margin-right: 20px;
}
input .button-1b  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p04btn_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;	
	margin-right: 20px;
}
input .button-2  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p05btn_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
	margin-right: 20px;
}
input .button-2b  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p05btn_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;	
	margin-right: 20px;
}


/*---------------------------------------------------------------------------------------------*/
/* Ｑ＆Ａページ設定 */
.questionbox {
	background-image: url(../img/question_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 42px;
	width: 700px;
}
.question_txt {
	font-size: 14px;
	line-height: 135%;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 16px;
	width: 650px;
	margin-top: 12px;
}
.answerbox {
	float: left;
	height: auto;
	width: 680px;
	margin-top: 10px;
	margin-left: 5px;
}
.answer_txt {
	line-height: 135%;
	float: left;
	height: auto;
	width: 640px;
}


/*---------------------------------------------------------------------------------------------*/
/* 利用規約　設定 */

.kiyaku_contents{
	width: 670px;
	margin-left: 10px;
}
.kiyaku_title{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
.kiyaku_txt{
	margin-left: 10px;
}
.kiyaku_contents li{
	margin-left: 30px;
}


/*---------------------------------------------------------------------------------------------*/
/* 個人情報　設定 */

.privacy_contents{
	width: 670px;
	margin-left: 10px;
}
.privacy_title{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
.privacy_txt{
	margin-left: 20px;
	margin-top: 5px;
	line-height: 150%;
}


/*---------------------------------------------------------------------------------------------*/
/* 運営会社　設定 */

.company_contents{
	width: 670px;
	margin-left: 10px;
	text-align:center;
}
.company_contents table{
	width: 90%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}
.company_contents td{
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	text-align: left;
}

/*---------------------------------------------------------------------------------------------*/
/* タイプ別価格表　設定 */

.type_contents{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.kinou_contents table{
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-top: 10px;
}
.kinou_contents td{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.kinou_contents .td01{
	width: 120px;
}
.kinou_contents .td02{}
.kinou_contents .td03{
	width: 60px;
	text-align: center;
}
.kinou_contents .td04{
	width: 60px;
	text-align: center;
}
