@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: top;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #1E4593;
	text-decoration: none;
}

a:visited {
	color: #1E4593;
	text-decoration: none;
}

a:hover {
	color: #1E4593;
	text-decoration: underline;
}

a:active {
	color: #1E4593;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	line-height: 1.5;
	text-align:center;
	background: url(../../img/common/body_bg.jpg) repeat-y center top;
}

#container {
	padding-bottom: 88px;
	text-align: left;
	background: url(../../img/common/container_bg.jpg) no-repeat center bottom;
}

.warp {
	background: url(../../img/common/warp_bg.jpg) no-repeat center top;
}

#main {
	margin: 0 auto 20px;
	width: 920px;
	min-height: 780px;
	height: auto!important;
	height: 780px;
	clear: both;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 23px 0 25px 4px;
	width: 934px;
}

#header h1 {
	padding-bottom: 30px;
}

#header .headerInner .president {
	padding-left: 9px;
}


#header .headerInner {
	width: 545px;
	float: left;
}

#header .companyInfo {
	float: right;
	padding-top: 82px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {
	margin: 0 auto 22px;
	width: 977px;
	clear: both;
}

#globalNavi li {
	width: 181px;
	float: left;
	cursor: pointer;
	font-size: 1.5em;
	text-align: center;
	border: 1px solid #fff;
	border-right: none;
	background: #00469B url(../../img/common/gnavi_bg.png) repeat-x left bottom;
}

#globalNavi li a {
	padding: 14px 0 15px 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

#globalNavi li a:hover {
	text-decoration: none;
}

#globalNavi .gContact {
	width: 246px;
	margin-left: 1px;
	border-right: 1px solid #fff;
	background: none;
}

#globalNavi .gContact a {
	height: 52px;
	padding: 0;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 672px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 7px 7px 10px;
	width: 216px;
	float: left;
	border: 1px solid #DADBDB;
	background: #DCDCDC url(../../img/common/sidebar_bg.png) repeat-x left top;
}

#sideBar a {
	color: #231815;
}

#sideBar .registration {
	margin: 0 0 11px 5px;
}

#sideBar .sNavi {
	margin-bottom: 12px;
}

#sideBar .sNavi li {
	padding-bottom: 3px;
	width: 216px;
	float: left;
	font-size: 1.3em;
}

#sideBar .sNavi li a {
	padding: 9px 15px 8px;
	display: block;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	background: #FEFEFE url(../../img/common/s_navi_bg.png) repeat-x left bottom;
}

#sideBar .sNavi li a:hover {
	text-decoration: none;
}

#sideBar .sNavi li ul {
	padding: 2px 0 8px 4px;
}

#sideBar .sNavi li ul li {
	padding: 6px 0 6px 11px;
	width: 200px;
	font-size: 0.9em;
	text-align: left;
	background: url(../../img/common/line.png) repeat-x left bottom;
}

#sideBar .sNavi li ul li a {
	padding: 0 0 0 10px;
	background: url(../../img/common/icon/icon01.gif) no-repeat left 5px;
	border: none;
}

#sideBar .sNavi li ul li a:hover {
	text-decoration: underline;
}

#sideBar .btnList {
	margin: 0 1px 1px 2px;
}

#sideBar .btnList li {
	padding-bottom: 7px;
	font-size: 1.4em;
	text-align: center;
}

#sideBar .btnList li a {
	display: block;
	background-color: #fff;
	border: 1px solid #C7C7C8; 
}

#sideBar .btnList li a:hover {
	text-decoration: none;
}

#sideBar .secretariat {
	margin: 0 1px 0 2px;
	padding: 1px 1px 0 2px;
	background-color: #fff;
	border: 1px solid #C7C7C8;
}

#sideBar .secretariat p {
	margin-bottom: 20px;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 1.2;
	word-wrap: break-word;
}

#sideBar .secretariat .title {
	margin-bottom: 10px;
	padding-left: 0;
}

#sideBar .privacy {
	padding: 3px 0 0 8px;
	font-size: 1.1em;
}

#sideBar .email {
	letter-spacing: -1px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto 0;
	width: 920px;
	clear: both;
}

#footer p {
	margin-right: 30px;
	font-size: 1.1em;
	text-align: right;
	color: #000;
}

/* その他 */
.subNavi {
	font-size: 12px;
	margin-bottom: 10px;
}
.subNavi > span > a {
	font-weight: bold;
	display: inline-block;
	padding: 2px 5px;
	border-bottom: #0081c2 solid 2px;
	text-decoration: none;
}
.subNavi > span > a:hover {
	background-color: #FFF0BD;
}