@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

/* ▼ BASE SETTING ▼ */

* {
	margin: 0;
	padding: 0;
}


img{
	vertical-align: top;
}


/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #FDF3E1	url(../images/common/bg.jpg);
	color: #333333;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	line-height: 1.7;
}


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;
}

#container{
	width: 980px;
	margin: 0 auto;

}

#container-footer{
	height: 256px;/* footerの高さを入れる */
	position: relative;
	clear: both;
}

#contents{
	clear: both;
	width: 980px;
	text-align: left;
	padding: 15px 0 15px 0;
}


/* ▼ LINK SETTING ▼ */

a{
	outline: none;
	color: #0B1D34;
}

a,a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.current,
a:active,
a:focus {
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



/* ▼ HEADER ▼ */

#header {
	width: 100%;
	height: 260px;
	position: relative;
	background: url(../images/common/head_bg_con.png) top repeat-x;
	text-align: center;

}

.home #header {
	height: 373px;
	background: url(../images/common/head_bg.jpg) top repeat-x;
}


#header_inner{
	position: absolute;
	width: 980px;
	top: 0;
    left: 50%;
	margin-left: -490px;
	text-align: left;
}

#logo{
	width: 200px;
}

#logo img{
	margin-bottom: 10px;
}


/* ▼ MAIN IMAGE ▼ */


/* ▼ GLOBAL NAVIGATION ▼ */


#gnav{
	margin: 0 auto 15px auto;
	width: 100%;
	height: 46px;
	background: url(../images/common/gnav_bg.jpg) top repeat-x;
}

#gnav ul{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 46px;
}

#gnav li{
	list-style-type: none;
	display: inline;

}

#gnav li a{
	position: absolute;
	display: block;
	width: 196px;
	height: 46px;
}


#gnav_01{
	left: 0;
}

#gnav_02{
	left: 196px;
}

#gnav_03{
	left: 392px;
}

#gnav_04{
	left: 588px;
}

#gnav_05{
	left: 784px;
}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 670px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
	padding: 15px 15px 0 15px;
	line-height: 1.9;
	border: solid 1px #CCCCCC;
}


/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;
	padding: 0 0 0 0;
	font-size: 90%;
}

/* --- SIDE MENU --- */


/* -- aside menu -- */


/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	height: 256px;
	background: url(../images/common/foot_bg.jpg) bottom repeat-x;
	color: #888;
	font-size: 85%;
	position: absolute;
	bottom: 0;
}


#footer_body{
	width: 980px;
	height: 256px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#footer_body img{
	vertical-align: bottom;
}

#copyright{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}

#copyright p{
	margin: 0;
	padding: 0;
	color: #CCC;
}


#footer_link{
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	color: #FFF;
	text-align: center;
}

.menu-footer-menu-container{
	margin: 0 auto;
	width: 800px;
}

#footer_link ul li{
	display: inline;
	white-space: nowrap;
	border-right: solid 1px #FFF;
	padding: 0 8px;
}


#footer_link ul li:first-child {
	padding: 0 8px 0 0;
}


#footer_link ul li:last-child {
	border-right: none;
	padding: 0 0 0 8px;
}
	

#footer_link a{
	color: #FFF;
}

/*▼ CLEAR FIX ▼ */

.clear{
	clear: both;
}


/* modern browsers */

.clearfix:after,
#container:after,
#header:after,
#footer:after,
#contents:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* IE7 */

.clearfix,
#container,
header,
footer,
#contents{
	display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html #container,
* html #footer,
* html #contents{
	height: 1%;
}

.clearfix,
#container,
#header,
#footer,
#contents{
	display: block;
}

/* ▼ 10: COMMON STYLE ▼ */

section{
	clear: both;
	margin: 0 0 15px 0;
}

section p{
	margin: 0 0 10px 0;
}

.section_body{
	overflow: hidden;
	background: #FFF;
	padding-bottom: 5px;
	box-shadow:rgba(0, 0, 0, 0.26) -1px 4px 9px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.26) -1px 4px 9px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.26) -1px 4px 9px -1px;
}

#main ol, #main ul{
	margin-left: 0 0 0 20px;
}

#main ol li, #main ul li{
	margin: 0 0 8px 0;
}

#main ol li{
	list-style-type: decimal;
}

#main ul li{
	list-style-type: disc;
}

.entry ol, .entry ul{
	margin: 0 0 10px 20px;
}

.entry ol li{
	list-style-type: decimal;
}

.entry ul li{
	list-style-type: disc;
}

.table_type_01 table,
.table_type_02 table{
	width: 100%;
	border:solid 1px #CCC;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.table_type_01 table th,
.table_type_01 table td{
	border:solid 1px #CCC;
	border-collapse: collapse;
	vertical-align: top;
	padding: 5px;
}

.table_type_02 table th,
.table_type_02 table td{
	border:solid 1px #CCC;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

.table_type_01 table th,
.table_type_02 table th{
	background: #EFEFEF;
}

.table_type_01 table th{
	width: 20%;
}


/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 90%;
}

.inner-link p{
	text-align: right;
}


/* --- このページのトップへ戻る --- */

#toPageTop{
	text-align: right;
	margin: 0 0 5px 0;
}

/* --- テキストの装飾・強調 --- */

/* --- Adobe Readerの取得 --- */

#get_adobe_reader{
	padding: 7px;
	border: solid 1px #CCCCCC;
}

#get_adobe_reader img{
	float: right;
}

#get_adobe_reader p{
	float: left;
	width: 400px;
	margin: 0 0 0 0;
	font-size: 11px;
}

/* ===========================================
GoogleMap Responsive
============================================*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print{
	
#footer{
	display: none;
}

}
