@charset "Shift-JIS";



/* リンク設定
------------------------------------------------- */

a:link,
a:visited {
	color: #2B4688;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* ボディ
------------------------------------------------- */

body {
	text-align: center;
	background: url(../img/top/visual_bg_left.png) no-repeat left top,
				url(../img/top/visual_bg_right.png) no-repeat right top
				#FFF;
	font-family: "メイリオ", Meiryo;
}



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

#header {
	border-top: 3px solid #213D81;
	background: url(../img/common/header/head_bg.jpg) repeat-x;
}

#header .inner {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 9px;
	right: 0;
}

#header p#head_logo {
	position: absolute;
	top: 31px;
	left: 0;
}

#header p#head_tel {
	position: absolute;
	top: 34px;
	right: 204px;
}

#header p#head_inq {
	position: absolute;
	top: 30px;
	right: 80px;
}

#header p#head_fb {
	position: absolute;
	top: 27px;
	right: 40px;
}

#header p#head_insta {
	position: absolute;
	top: 27px;
	right: 0;
}

#header ul#head_nav {
	position: absolute;
	bottom: 13px;
	right: 0;
}

#header ul#head_nav li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#header ul#head_nav li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #525963;
	font-size: 10px;
	line-height: 1.2;
	float: left;
}

#header ul#head_nav li a {
	color: #525963;
	text-decoration: none;
}

#header ul#head_nav li a:hover { text-decoration: underline; }



/* ビジュアル・ページタイトル
------------------------------------------------- */

#visual {
	margin-bottom: 25px;
	padding-top: 15px;
	background: url(../img/top/visual_bg_left.png) no-repeat left top,
				url(../img/top/visual_bg_right.png) no-repeat right top,
				url(../img/top/visual_bg_base.jpg) repeat-x;
}
#visual .mv_01 {
  margin-bottom: 10px;
}
#pagetitle {
	padding: 38px 0 15px;
}



/* コンテンツ
------------------------------------------------- */

#contents {
	width: 1000px;
	margin: 0 auto 60px;
	text-align: left;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* パンくずリスト */

ul#bread {
	width: 710px;
	margin-bottom: 5px;
	text-align: right;
}

ul#bread li {
	margin-right: 5px;
	display: inline-block;
	font-size: 10px;
	color: #758096;
}

ul#bread li a {
	margin-right: 10px;
	color: #758096;
	text-decoration: none;
}

ul#bread li a:hover { text-decoration: underline; }



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

#main {
	width: 710px;
	float: left;
}



/* メインコンテンツの共通設定
------------------------------------------------- */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mt30 { margin-top: 30px !important; }


/* 左寄せリンク */

.link_left {
	text-align: left;
}

.link_left a {
	padding-left: 18px;
	background: url(../img/common/parts/arrow_01.png) 4px center no-repeat;
}


/* 右寄せリンク */

.link_right {
	text-align: right;
	margin-right: 10px;
}

.link_right a {
	padding-left: 18px;
	background: url(../img/common/parts/arrow_01.png) 4px center no-repeat;
}

.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}

/* オブジェクト寄せ */

.floatLeft {
	margin-right: 20px;
	float: left;
}

.floatRight {
	margin-left: 20px;
	float: right;
}


/* ページトップボタン */

#topcontrol {
	width: 42px;
	height: 42px;
	background: url(../img/common/parts/pagetop.png) no-repeat;
	text-indent: -400px;
	overflow: hidden;
}



/* 見出し
------------------------------------------------- */

h2 {
	margin-bottom: 20px;
	clear: both;
}

h2.h2_01 {
	width: 710px;
	height: 48px;
	padding: 16px 0 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../img/common/main/h2_01.png) no-repeat;
	font-size: 15px;
	color: #424555;
}

h3 {
	margin-bottom: 20px;
	clear: both;
}

h3.h3_01 {
	width: 710px;
	height: 44px;
	padding: 7px 0 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../img/common/main/h3_01.jpg) no-repeat;
	font-size: 15px;
	color: #FFF;
}

h3.h3_01 .number {
  margin-right: 10px;
}
h3.h3_01 .english {
  font-size: 12px;
  margin-left: 10px;
}

/* サイド
------------------------------------------------- */

#side {
	width: 252px;
	float: right;
}

#side ul.side_bnr { margin-bottom: 25px; }
#side ul.side_bnr li { margin-bottom: 10px; }

#side ul.side_bnr li a:hover {
	display: block;
	background: #FFF;
}

#side ul.side_bnr li a:hover img {
}


#side dl.side_nav {
	padding: 5px;
	margin-bottom: 25px;
	background: #F1F1F1 url(../img/common/side/side_nav_bg.gif) no-repeat;
	box-shadow: 0 1px 2px 0 #C5C5C5;
	-moz-box-shadow: 0 1px 2px 0 #C5C5C5;
	-webkit-box-shadow: 0 1px 2px 0 #C5C5C5;
}

#side dl.side_nav dt {
	padding: 11px 5px 9px;
	font-weight: bold;
	color: #143684;
}

#side dl.side_nav dd { margin-top: 2px; }

#side dl.side_nav dd a {
	padding: 11px 4px 9px 12px;
	display: block;
	border: 1px solid #FFF;
	background: #FFF url(../img/common/parts/arrow_01.png) no-repeat 220px center;
	text-decoration: none;
	color: #333;
}

#side dl.side_nav dd.long a {
	letter-spacing:0;
	font-size:12px;
}

#side dl.side_nav:first-of-type dd:first-of-type a { letter-spacing: 0; }

#side dl.side_nav dd.current a,
#side dl.side_nav dd a:hover {
	background: #F3F6FC url(../img/common/parts/arrow_01.png) no-repeat 220px center;
	color: #0B2972;
}

#side dl.side_nav dd.current a,
#side dl.side_nav dd a:hover {
	background: #F3F6FC url(../img/common/parts/arrow_01.png) no-repeat 220px center;
	color: #0B2972;
}



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

#footer {
	height: 64px;
	background: url(../img/common/footer/foot_bg_inner.jpg) no-repeat center,
				url(../img/common/footer/foot_bg.gif) repeat-x;
}

#footer ul {
	width: 1000px;
	margin: 0 auto 14px;
	padding-top: 9px;
}

#footer ul li:first-child { border-left: none; }

#footer ul li {
	padding: 0 15px 0 20px;
	display: inline-block;
	font-size: 11px;
	border-left: 1px solid #FFF;
	line-height: 1.2;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer p {
	width: 1000px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 2px;
}

