@charset "utf-8";

/*基本設定
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #2B2B2B;
	letter-spacing: 1px;
	font-family: Arial;
}
header,nav,section,article,aside,footer {
	display:block;
}	  
img  {
	border:none;
	vertical-align: bottom;
}
html {
    overflow-y: scroll;
}
body  {
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
}
body a {
	color: #3366CC;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
	vertical-align: top;
}
th {
	text-align: center;
}
p {
	padding: 0px 0px 15px 0px;
}
.end {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*ヘッダー
--------------------------------------------------------------*/

#header_outline {
	padding: 30px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	overflow: hidden;
}
header {
	width: 700px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#logo {
	width: 220px;
	float: left;
}

/*グローバルナビ
--------------------------------------------------------------*/

#g_nav {
	width: 441px;
	float: right;
}
#g_nav li {
	float: left;
}

/*ヘッダー（下層ページ・イメージ）
--------------------------------------------------------------*/

#header_img_outline {
	background-image: url(/img/common/main/bg_header_img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 167px;
}
#header_img {
	width: 900px;
	height: 132px;
	margin: 0px auto 0px auto;
}

/*メイン
--------------------------------------------------------------*/

#main {
	width: 700px;
	margin: 0px auto 0px auto;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px 0px 30px 0px;
}
.title {
	margin: 0px 0px 15px 0px;
	clear: both;
	position: relative;
}
.title .attention {
	position: absolute;
	top: 10px;
	line-height: 110%;
	width: 680px;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0px;
}
.sub_title {
	margin: 0px 0px 10px 0px;
	clear: both;
	padding: 15px 16px 13px 16px;
	background-color: #F2F2F2;
}
.sub_title strong {
	font-size: 20px;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #D25200;
	letter-spacing: 0px;
	line-height: 130%;
}
.sub_title p {
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
}
.etc_title {
	clear: both;
	margin: 0px 0px 10px 0px;
}
.photo {
	padding: 0px 0px 20px 0px;
}
.photo th {
	background-image: url(/img/common/main/bg_photo.jpg);
	background-repeat: no-repeat;
	width: 50%;
	height: 262px;
	background-position: center center;
}
.photo th img {
	margin: 19px 0px 0px 0px;
}
.photo .exp {
	float: right;
	background-image: url(/img/common/main/bg_photo_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 10px 8px 13px;
	line-height: 130%;
}
.photo_l {
	padding: 0px 0px 40px 0px;
}
.photo_l table {
	background-image: url(/img/common/main/bg_photo_l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 355px;
}
.photo_l th {
	width: 460px;
	vertical-align: middle;
	text-align: left;
}
.photo_l img {
	margin: 0px 0px 0px 25px;
}

#footer_nav {
	clear: both;
	width: 705px;
	margin: 0px 0px 0px -5px;
	height: 90px;
	padding: 40px 0px 0px 0px;
}
#footer_nav li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
}
.page_top {
	text-align: right;
	padding: 30px 0px 0px 0px;
}

/*フッター
--------------------------------------------------*/

footer {
	clear: both;
	background-color: #F3F3F3;
	font-size: 12px;
	padding: 10px 0px 8px 0px;
}
address {
	font-style: normal;
}
