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

* {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "Helvetica";
	font-size: 14px;
	list-style-type: none;
}

/* reset */
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, 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;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	vertical-align: text-bottom;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}


/* base
-------------------------------------------------------------------*/

body {
	min-height: 300px;
	line-height: 1.4em;
	font-size-adjust: none;
	-webkit-font-size-adjust: none;
	color: #fff;/* 指示の無い文字色 */
	background: #021d42;/* ページ背景色 */
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

a {
	color: #fff;
	text-decoration: none;
}

/**/

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

h2 {
	height: 36px;
	margin-bottom: 20px;
	padding: 4px 0;
	font-size: 130%;
	text-align: center;
	color: #EB8420;/* h2上段の文字色 */
	
	/* 背景色 */
	background: #fff;
	
	/* 背景画像 */
	/*background: url(../images/h2_bg.png) top left repeat-x;*/
	
	border-top: 2px solid #EB8420;/* 上線色(pxの数値で太さ変更) */
	border-bottom: 2px solid #EB8420;/* 下線色(pxの数値で太さ変更) */
}
h2 .sub {
	font-size: 70%;
	color: #555;/* h2下段の文字色 */
}

h3 {
	height: 35px;
	margin-bottom: 10px;
	font-size: 120%;
	text-indent: 10px;
	line-height: 35px;
	background: url(../images/line_01.png) top left repeat-x;/* 背景画像指定 高さ35px必須 */
	border-left: 5px solid #EB8420;/* 左線色(pxの数値で太さ変更) */
}

h4 {
	margin: 10px 10px 10px 15px;
	padding: 5px 0;
	line-height: 1.5em;
	border-bottom: 1px solid #EB8420;/* 下線色(pxの数値で太さ変更) */
}

.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}


/* HEADER ======================================================================== */
#header {
	width: 100%;
	height: 55px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 0 auto 5px;
	
	/* 背景色 */
	/*background: #000;*/
	
	/* 背景画像 */
	background: url(../images/header_bg.png) top left repeat-x;
}
#header #logo {
	margin-left: 5px;
	float: left;
}

/* menu (main_menu.js) 
-------------------------------------------------------------------*/

#main_menu {
	width: 100%;
}
#header #main_menu #menu_btn {
	width: 55px;
	height: 45px;
	float: right;
	margin: 5px 5px 0 0;
	cursor: pointer;
	position: static;
} 
#header #main_menu ul#menu {
	display:none;
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	top: 8px;
	z-index: 30;
	overflow: hidden;
	background: #021d42;/* 背景色 */
}
#header #main_menu ul#menu li {
	display: block;
	margin: 0 10px;
	padding: 0 10px;
	font-size: 120%;
	line-height: 2.5em;
	overflow: hidden;
	border-top: 1px solid #E2F2EB;/* 上線色(pxの数値で太さ変更) */
	border-left: 1px solid #E2F2EB;/* 左線色(pxの数値で太さ変更) */
	border-right: 1px solid #E2F2EB;/* 右線色(pxの数値で太さ変更) */
}
#header #main_menu ul#menu li#last {
	border-bottom: 1px solid #E2F2EB;/* 下線色(pxの数値で太さ変更) */
}
#header #main_menu ul#menu li a {
	display: block;
	background: url(../images/arrow01.png) right 50% no-repeat;
}


/* Contents ======================================================================== */
.contents {
	width: 98%;
	min-height: 350px;
	margin: 0 auto 10px;
	overflow: hidden;
}


/* Footer ======================================================================== */
#footer {
	clear: both;
	height: 90px;
}
#footer_btn {
	height: 40px;
	background: url(../images/footer_bg.png) top left repeat-x;/* 背景画像指定 高さ40px必須 */
}
#footer_btn ul {
	width: 100%;
}
#footer_btn ul li {
	width: 16%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 2px solid #888;
	display: block;
	float: left;
}
#footer_btn ul li.half {
	width: 49%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 2px solid #888;
	display: block;
}
#footer_btn ul li.half_noborder {
	width: 49%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-right: none;
}
#footer_btn ul li a {
	display: block;
}

#copyright {
	clear: both;
	height: 50px;
	text-align: center;
	border-top: 1px solid #EB8420;/* 上線色(pxの数値で太さ変更) */
	
	/* 背景色 */
	/*background: #333;*/
	
	/* 背景画像 */
	background: url(../images/bottom_bg.png) bottom left repeat-x;
}
#copyright p {
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#copyright p#under18 {
	font-weight: normal;
	font-size: 70%;
	line-height: 20px;
	text-align: center;
}

/* Loader ======================================================================== */

#loader {   
	display: none;  
	position: fixed;  
	position: absolute; /* IE6対策 */ 
	top: 50%;  
	left: 50%;
	z-index: 100;
	width: 128px;/* 「loading.png」の幅を入力 */ 
	height: 160px;/* 「loading.png」の高さを入力 */ 
	margin-left: -64px;/* 上記widthの半分のマイナス値 */ 
	margin-top: -80px;/* 上記heightの半分のマイナス値 */ 
}  
#fade {  
	width: 100%;  
	height: 100%;  
	display: none;  
	background-color: #000;  
	position: absolute;  
	top: 0px;  
	left: 0px;  
	z-index: 50;  
}

/* PageTop ======================================================================== */

#pagetop {
	display: none;
	position: fixed;
	bottom: 75px;
	right: 0;
	padding: 10px 5px;
	cursor: pointer;
	background: url(../images/transparent_bg.png);/* 背景画像指定 */
	border-top: 1px solid #EB8420;/* 上線色(pxの数値で太さ変更) */
	border-left: 1px solid #EB8420;/* 左線色(pxの数値で太さ変更) */
	border-bottom: 1px solid #EB8420;/* 下線色(pxの数値で太さ変更) */
	color: #fff;/* 文字色 */
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}


