@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 800px;
	background-color: #74C7CB;
	text-align:center;
	line-height: 1.5;
	color: #595757;
}

#container {
	margin: 0 auto;
	padding: 0 13px;
	width: 800px;
	background: url(../../img/common/container_bg.jpg) repeat-y left top;
	text-align: left;
}

#main {
	padding-top: 28px;
	background: #FFF url(../../img/common/main_bg.jpg) repeat-x left top;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .mainBox {
	padding-bottom: 17px;
	background: url(../../img/common/main_box_bg.jpg) repeat-y left top;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 33px 8px;
	clear: both;
	text-align: right;
}

.pageTop a {
	padding-right: 18px;
	color: #00588D !important;
	font-size: 1.4em;
	background: url(../../img/common/icon/icon01.gif) no-repeat right center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin-top: 22px;
	width: 524px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 15px 0 0 0;
	width: 240px;
	float: left;
}

#sideBar h1 {
	margin: 0 0 18px 26px;
}

#sideBar .gNavi {
	padding: 96px 0 0 44px;
	min-height: 500px;
	background: url(../../img/common/gnavi_bg.jpg) no-repeat left top;
}

	* html #sideBar .gNavi {
	　　　　min-height: 500px;
		_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>500?"500px":"");
	}
	
#sideBar .gNavi li {
	padding-bottom: 15px;
	float: left;
}

#sideBar .gNavi a {
	width: 189px;
	height: 24px;
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 19px 28px 16px 26px;
	clear: both;
	overflow: hidden;
	background: url(../../img/common/footer_bg.jpg) no-repeat left top;
}

#footer .fNavi {
	margin: 0 0 14px 2px;
}

#footer .fNavi li {
	margin-right: 10px;
	display: inline;
}

#footer .fNavi .liLink {
	margin-right: 35px;
}

#footer .fNavi li a {
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 1.4;
}

#footer .fNavi li a:hover {
	text-decoration: none;
}

#footer .copyright {
	color: #76C8CC;
	line-height: 1.7;
}
	
#footer .copyright span {
	display: block;
	font-size: 1.4em;
	line-height: 1.6;
}