@charset "utf-8";
/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration:none;
	color:#002870;
}
a:link{
	text-decoration: underline;
}
a:visited{
	text-decoration:none;
	color:#002870;
}
a:hover{
	text-decoration: none;
	color: #002870;
}

/* layout */
body{
	margin:0px;
	text-align:center;
	color:#002870;
	font-size:14pt;
	line-height:1.6;
	font-family:Meiryo,sans-serif;
	background:url(../images/bg.jpg);
}
header{
}
div.container{
	width:1000px;
	text-align:left;
	margin:30px auto;
}
div.side{
	width:395px;
	text-align:right;
	float:right;
}
div.main{
	width:570px;
	text-align:left;
	float:left;
}



/* header */
.h_contents{
	width:1000px;
	margin:auto;
}
header h1{
	margin:0;
	text-align:right;
	font-weight:normal;
	font-size:11pt;
	background:url(../images/header_h1.png) no-repeat bottom right;
	min-width:478px;
	float:right;
	padding:20px 0 0;
}
header h2{
	margin:0;
	padding:0;
	float:left;
}
.header_tel{
	float:right;
	margin:15px 0 0;
}
nav.g_navi{
	height:42px;
	min-width:1000px;
	background:url(../images/g_navi_bg.jpg) repeat-x;
}
nav.g_navi ul{
	width:1000px;
	margin:auto;
}
nav.g_navi li{
	float:left;
	text-indent:-9999px;
}

.g_navi01 a, .g_navi02 a, .g_navi03 a, .g_navi04 a{
	background:url(../images/g_navi.jpg) no-repeat;
	display:block;
	height:42px;
	width:250px;
}
li.g_navi01 a{ background-position:0 0;}
li.g_navi02 a{ background-position:-250px 0;}
li.g_navi03 a{ background-position:-500px 0;}
li.g_navi04 a{ background-position:-750px 0;}

nav.g_navi li a:hover{
	opacity:0.5;
	transition:0.3s;
}
.page_title{
	margin-bottom:0;
	clear:both;
	background:url(../images/pagetitle_bg.png) repeat-x top;
	text-align:center;
}

/* footer */
footer {
	clear:both;
	background:url(../images/footer_bg.jpg) repeat-x;
	text-align:left;
	min-width:1000px;
	height:247px;
	color:#FFF;
}
.f_contents{
	width:1000px;
	margin:auto;
	background:url(../images/footer_map.jpg) no-repeat right;
	height:186px;
	padding-top:61px;
}
.f_contents p{
	padding:10px 0 0 10px;
	font-size:80%;
}

/*-----------------------
	トップへ戻るボタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page_top a {
	text-decoration: none;
	display: block;
}
#page_top a:hover {
	text-decoration: none;
	opacity: 1.00;
}


/*-----------------------------------*/

/* main */

section{
	margin-bottom:100px;
	clear:both;
}
section:after{
	clear:both;
}
section h1{
	background:url(../images/title_bg.png) no-repeat;
	margin-bottom:20px;
	padding-left:65px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:140%;
	font-weight:normal;
	height:54px;
	line-height:50px;
}
section h2{
	font-size:180%;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:normal;
}

section p{
	margin-bottom:20px;
}



/*-----------------------------------------*/

/* company */


.table01{
	margin-bottom:20px;
	width:100%;
	border-collapse:collapse;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC
	;background-color: rgba(255,255,255,0.6);
}
.table01 th{
	padding:15px;
	font-weight:normal;
	width:20%;
	text-align:left;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.table01 td{
	padding:15px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}

/*-----------------------------------------*/

