@charset "utf-8";

html,body{
height: 100%;
}	

/* CSS Document */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	margin:0;
	color:#787878;
	text-align: center;
-webkit-text-size-adjust: 100%;
	}
ul, ol {
	list-style-type: none;
}
a {
	color: #ff009a;
		transition: all 0.18s ease-out ;
		-webkit-transition: all 0.18s ease-out ;
		-moz-transition:  all 0.18s ease-out ;
		-ms-transition:  all 0.18s ease-out ;
	}

a:hover {
	color: #00a3cf;
	}

img {
	border: 0;
	text-decoration:none;
	margin: 0;
	}
img a {
	border: 0;
	text-decoration:none;
	margin: 0;
	}
hr {
	visibility: hidden;
	clear: both;
	}
.nonewline { white-space: nowrap; }

/* Clearfix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE */


/*　content box　*/
/*　content box　*/
body > #wrapper {
	height: auto;
	}
#wrapper {
	text-align: left;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 100%;
	margin: 0;
	}
#head_container {
	background-color: #fff;
	width: 100%;
	}
#head_box {
	width: 1070px;
	height: 77px;
	margin: 0 auto 4px;
	}
#head_container h1 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	width: 1070px;
	height: 77px;
	margin: 0 auto 4px;
	}
#head_container h1 a {
	text-indent: -9999px;
	width: 391px;
	height: 77px;
	display: block;
	}

/*メニュー*/
#menu_container {
	position: relative;
	width: 100%;
	height: 35px;
	margin-bottom: 26px;
	}
#menu_container ul {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1070px;
	margin-left: -535px;
	padding: 0;
	}

#menu_container li {
	text-indent: -9999px;
	height: 35px;
	float: left;
	margin: 0 56px;
	}
#menu_container li a {
	height: 35px;
	display: block;
	}

#menu_1 {
	background-image: url(../img/menu_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 55px;
	margin: 0;
	padding: 0;
	}

#menu_2 {
	background-image: url(../img/menu_2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 50px;
	margin: 0;
	padding: 0;
	}

#menu_3 {
	background-image: url(../img/menu_3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 90px;
	margin: 0;
	padding: 0;
	}

#menu_4 {
	background-image: url(../img/menu_4.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 68px;
	margin: 0;
	padding: 0;
	}

#menu_5 {
	background-image: url(../img/menu_5.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 61px;
	margin: 0;
	padding: 0;
	}

#menu_6 {
	background-image: url(../img/menu_6.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 73px;
	margin: 0;
	padding: 0;
	}
#menu_1 a {
	background-color: #fff;
	background-image: url(../img/menu_1_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 55px;
	margin: 0;
	padding: 0;
	}
#menu_2 a {
	background-color: #fff;
	background-image: url(../img/menu_2_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 50px;
	margin: 0;
	padding: 0;
	}
#menu_3 a {
	background-color: #fff;
	background-image: url(../img/menu_3_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 90px;
	margin: 0;
	padding: 0;
	}
#menu_4 a {
	background-color: #fff;
	background-image: url(../img/menu_4_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 68px;
	margin: 0;
	padding: 0;
	}
#menu_5 a {
	background-color: #fff;
	background-image: url(../img/menu_5_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 61px;
	margin: 0;
	padding: 0;
	}
#menu_6 a {
	background-color: #fff;
	background-image: url(../img/menu_6_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 73px;
	margin: 0;
	padding: 0;
	}
/*隠しグローバル*/
#menu_container_h {
	background-image: url(../img/hmenu_bg.png);
	background-repeat: repeat-x;
	position: fixed;
	top: -63px;
	left: 0;
	width: 100%;
	height: 53px;
	z-index: 1000;
	padding-top: 10px;
	}
 


#menu_container_h ul {
	width: 1070px;
	margin: 0 auto;
	padding: 0;
	}
#menu_container_h li {
	text-indent: -9999px;
	height: 35px;
	float: left;
	margin: 0 56px;
	}
#menu_container_h li a {
	height: 35px;
	display: block;
	}
/*ヘッダイメージ*/
#main_image {
	background-color: #f0f0f0;
	position: relative;
	width: 100%;
	height: 240px;
	z-index: 100;
	overflow: hidden;
	padding-top: 40px;
	box-shadow: 0px 0px 5px #B3D1D1;
	-webkit-box-shadow:  0px 0px 5px #B3D1D1;
	-moz-box-shadow: 0px 0px 5px #B3D1D1;
	-ms-box-shadow:  0px 0px 15px #B3D1D1;
	}
#main_image h2 {
	background-repeat: no-repeat;
	background-position: left 50%;
	text-indent: -9999px;
	position: relative;
	width: 1070px;
	height: 200px;
	z-index: 1;
	margin: 0 auto;
	}
#w_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	z-index: 2;
	}

/*コンテンツ部*/
#content_container {
	background-color: white;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 245px;
	}
#content_container_tr {
	height: 100%;
	min-height: 100%;
	padding-bottom: 245px;
	}

#left_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	float: left;
	padding-top: 63px;
	}

#right_cotainer {
	background-color: #fff;
	width: 870px;
	height: 100%;
	float: right;
	min-height: 100%;
	padding-top: 63px;
	padding-bottom: 100px;
	}
/*フッタ*/
#footer {
	background-color: #fff;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 245px;
	}

#footer p {
	background-image: url(../img/copy_right.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	width: 100%;
	height: 245px;
	margin: 0;
	}
/*パンくず*/
#bread {
	font-size: 8pt;
	background-color: #fafafa;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding: 3px;
	}
#bread a {
	color: #7a9bbb;
	}
#bread a:hover {
	color: #004573;
	}
/**/
#bactop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	}

#bactop a {
	color: #adbdc5;
	background-color: #e4ebed;
	background-image: url(../img/bactop.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	}

#bactop a:hover {
	background-color: #eef5f7;
	background-image: url(../img/bactop.png);
	background-repeat: no-repeat;
	background-position: center;
	}

