@charset "utf-8";


/*レイアウト関連(common上書き)
------------------------------*/
body {
	background-image:url(../tokyo/images/bgi-body_001.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}

#wrap1 {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#wrap2 {
	margin:40px 0 0 0;
	background-color:#f7f7f7;
}


/*ヘッダー
------------------------------*/
#tk_header {
	}
#tk_header h1 {
	text-align:center;
	padding:50px 0 24px 0;
}
p#tk_leader {
	font-size:1em;
	line-height:150%;
	width:506px;
	margin:0 auto 45px auto;
	}

/*メイン部分
------------------------------*/
#tk_main {
	width:800px;
}
#tk_main h2 {
	padding-bottom:14px;
}
/*各ボックス
------------------------------*/
.boxL {
	width:380;
	float:left;
	padding-bottom:53px;
}

.boxR {
	width:380px;
	float:right;
	padding-bottom:53px;
}

.boxL p, .boxR p {
	line-height:150%;
	font-size:1em;
	padding:10px 0 15px 0;
	text-align:center;
}


/*お問い合わせ
------------------------------*/
#inqBox {
	border:3px solid #0F376E;
}
#inqBox p#dvd {
	text-align:center;
	padding:18px 0 25px 0;
}
#inqBox #btn_tell {
	width:660px;
	margin:0 auto;
	
}
#inqBox em#inqBtn {
	width:323px;
	float:left;
	border-right:1px solid #CCCCCC;
	margin-bottom:24px;
}
#inqBox em#inqTell {
	width:312px;
	float:right;
	padding:18px 0 0 0;

}
/*クローズボタン
------------------------------*/
#closeBtn {
	float:right;
	padding:20px 0 0 0;
}
#closeBtn em {

}
#closeBtn a {
	display:block;
	background-color:#0F376E;
	color:#FFFFFF;
	padding:0 20px;
	line-height:140%;
}
/*footer（common上書き）
------------------------------*/
#footer {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}
#footer #pagetop {
	text-align:right;
}
#footTitle {
	position:relative;
	padding-top:0px;
}
#footLink {
	position:absolute;
	left:212px;
	top:22px;
	color:#4d4d4d;
	line-height:150%;
	font-size:12px;
}

#footLink table {
	border-collapse:collapse;
}
#footLink th, #footLink td {
	vertical-align:top;
	line-height:150%;
}
#footLink th {
	padding:0 14px 0 0;
}
#footLink .tdmap {
	padding:0 0 0 17px;
}
#footLink .tdmap a {
	color:#0F376E;
}
