@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	}
body {
	background: url(../img/bg.jpg) repeat-x center top;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family:Arial, Verdana, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, sans-serif;
	font-size: 85%;
	line-height: 1.6;
}
/** 基本リンクカラー **/
a {
	color: #007FC6;
} 
a:visited {
	color: #007FC6;
} 
a:active {} 
a:hover {
	color: #40B2FF;
}

#wrapper {
	width: 100%;
}
#wrapperInr {
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------------------------*/
#main {
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	width: 986px;
	height: 137px;
	background: url(../img/header.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
}
#header h1 {
	height: 137px;
	text-indent: -999999px;
}
#header h1 a {
	height: 96px;
	display: block;
	outline: none;
}
#header #headNav {
	position: absolute;
	top: 16px;
	right: 21px;
}

/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(../img/footer_bg.jpg) repeat-x center top;
}
#footer p {
	font-size: 73%;
	color: #0B233F;
	letter-spacing: 0.05em;
	padding: 1em;
}

/*PAGETOP*/
#pagetop {
	text-align: right;
	padding: 0 45px 45px;
}
#pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	width: 960px;
	height: 343px;
}
#topMain p {
	display: none;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#main {
	margin: 0 0 5em;
	min-height: 400px;
}
.page {
	width: 986px;
	margin: 0 auto;
}
.pageInr {
	width: 920px;
	margin: 35px auto 0;
}
.page h2 {
	display: none;
}
h3 {
	font-size: 166%;
	font-weight: bold;
	line-height: 130%;
	background: url(../img/h3_bg.jpg) no-repeat left bottom;
	margin: 3em -20px 1em;
	position: relative; /* for IE6 */
	padding: 0.3em;
}
h4 {
	font-size: 126%;
	font-weight: bold;
	color: #FFF;
	background: url(../img/h4_bg.jpg) repeat left top;
	margin: 2em -12px 0.8em;
	padding: 0.28em 0.5em;
	position: relative; /* for IE6 */
	zoom: 1;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	background: url(../img/h5_icon.jpg) no-repeat left 0.4em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	color: #754A90;
	margin: 1em 0 0.3em;
}



