@charset "utf-8";
/* CSS Document */

/* ===============================================
#　基本設定
=============================================== */
body {
	color:#6c6c6c;
	line-height:1.8em;
	font-size:80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix {
	overflow:hidden;
}
#main p {
	margin-bottom:1em;
}


/* ===============================================
#　大枠囲み
=============================================== */
#header {
	margin-bottom:18px;
	padding-top:18px;
	border-top:2px solid #265a9b;
}
#contents {
	width:980px;
	margin:0 auto 0 auto;
	overflow:hidden;
	margin-bottom:100px;
}
#main {
	float:left;
	width:710px;
}
#sub {
	float:right;
	width:250px;
}
#footer {
	background:#265a9b;
}


/* ===============================================
#　ヘッダー
=============================================== */
h1 {
	font-size:85%;
	color:#bbbbbb;
	letter-spacing:0.1em;
}
#header .inner {
	width:980px;
	margin:0 auto 0 auto;
}
#header ul.headNavi {
	text-align:right;
}
#header ul.headNavi li {
	display:inline;
	color:#FFF;
	font-size:85%;
	padding:2px 18px 2px 18px;
	background:url(../images/common/icon_hnavi_arrow.gif) no-repeat 8px center,#3968a4;
	/*  角丸表現 */  
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#header .logo {
	float:left;
}
#header .headerRight {
	float:right;
}


/* ===============================================
#　グローバルナビゲーション
=============================================== */
#globalNaviTop {
	margin-bottom:18px;
	background:#265a9b;
}
#globalNavi {
	margin-bottom:40px;
	background:#265a9b;
}
#globalNaviTop ul,#globalNavi ul {
	width:980px;
	margin:0 auto 0 auto;
}
#globalNaviTop ul li,#globalNavi ul li {
	float:left;
}

/* ===============================================
#　サブ
=============================================== */
#sub .point {
	background:url(../images/common/bg_side_point.gif) no-repeat left top;
	height:120px;
	margin-bottom:10px;
}
#sub .point img {
	margin:10px 0 0 10px;
}
#sub .banner {
	margin-bottom:10px;
}
#sub .banner li {
	margin-bottom:5px;
}
#sub .sns li {
	margin-bottom:5px;
}


/* ===============================================
#　フッター
=============================================== */
#footer .inner {
	width:980px;
	margin:0 auto 0 auto;
	color:#FFF;
	text-align:right;
	height:110px;
	font-size:80%;
	letter-spacing:0.1em;
}
#footer .inner .copy {
	float:right;
	margin-top:10px;
}


/* ===============================================
#　リンクカラー設定
=============================================== */

/* #　基本
----------------------- */
a:link {
	color:#5d7491;
}
a:visited {
	color:#5d7491;
}
a:hover {
	color:#5d7491;
	text-decoration:none;
}

/* #　ヘッダーナビゲーション
----------------------- */
ul.headNavi a:link {
	color:#fff;
	text-decoration:none;
}
ul.headNavi a:visited {
	color:#fff;
	text-decoration:none;
}
ul.headNavi a:hover {
	color:#fff;
	text-decoration:none;
}


/* ===============================================
#　その他パーツ
=============================================== */

/* #　マージン・パディング
----------------------- */
.mb30 {
	margin-bottom:30px !important;
}
.mb20 {
	margin-bottom:20px !important;
}

/* #　リスト・定義リスト
----------------------- */
ul.normalList li {
	list-style:disc;
	margin-left:1.5em;
}

/* #　文字装飾
----------------------- */
.color1 {
	color:#a51300;
}
.underline {
	text-decoration:underline;
}
.fontSmall {
	font-size:85%;
	font-weight:normal;
}

/* #　テーブルスタイル
----------------------- */
.tableStyle01 th,.tableStyle01 td {
	border-bottom:1px dotted #CCCCCC;
	padding:10px;
}
.tableStyle01 td {
	font-weight:bold;
	vertical-align:top;
	text-align:right;
}
.tableStyle02 th,.tableStyle02 td {
	border:1px solid #D3DEEB;
	padding:10px;
}
.tableStyle02 th {
	background:#f7fbff;
}
.tableStyle03 th,.tableStyle03 td {
	border:1px solid #a7c7e7;
	padding:3px 5px 3px 5px;
}
.tableStyle03 thead {
	background:#497ebf;
	color:#FFF;
}
.tableStyle03 th {
	background:#f7fbff;
}
.tableStyle03 td {
	text-align:center;
}

/* #　ボックス
----------------------- */
.col2side {
	overflow:hidden;
}
.col2side .left {
	float:left;
	margin-right:15px;
}
.col2unit {
	overflow:hidden;
	margin-right:-20px;
}
.col2unit .col{
	float:left;
	width:345px;
	margin-right:20px;
}
.col2unit .col .left {
	float:left;
	margin-right:10px;
}
.col3unit {
	overflow:hidden;
	margin-right:-10px;
}
.col3unit .col {
	float:left;
	width:230px;
	margin:0 10px 20px 0;
}

/* #　ボックススタイル
----------------------- */
.colStyle01 h4 {
	background:#EAA000;
	text-align:center;
	font-size:120%;
	line-height:2em;
	margin-bottom:10px;
	color:#fff;
	/*  角丸表現 */  
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}