@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      base.css
   
----------------------------------------------------------- */


/* ----------------------------------------------------------------------
	body
---------------------------------------------------------------------- */

body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #222;
	background: url(../images/common/body_bg.png) 50% 0 no-repeat;
}

/* ----------------------------------------------------------------------
	wrapper
---------------------------------------------------------------------- */

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

/* ----------------------------------------------------------------------
	header
---------------------------------------------------------------------- */

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 290px;
	min-height: 290px;
}

#header h1 {
	position: absolute;
	top: 173px;
	right: 110px;
	font-size: 92%;
}

#header .logo {
	position: absolute;
	top: 131px;
	left: 0;
}

#header .fb-like {
	position: absolute;
	top: 170px;
	right: 0;
}

#header .hd-contact {
	position: absolute;
	top: 200px;
	right: 0;
	line-height: 1.7;
}


/* ////////////// 
  gnav
////////////// */

#header #gnav {
	position: absolute;
	top: 60px;
	right: 0;
}

#header #gnav ul {
	margin-right: -35px;
	/zoom: 1;/* for IE6,7 */
}

#header #gnav ul li {
	float: left;
	text-align: right;
	margin-right: 35px;
}

#header #gnav ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#header #gnav ul { display: inline-block; }
/* Hides from IE-mac \*/
* html #header #gnav ul { height: 1%; }
#header #gnav ul { display: block; }
/* End hide from IE-mac */


/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */

#contents {
	width: 100%;
	text-align: left;
}

#contents h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#contents .block {
	width: 100%;
	border-top: 1px solid #ccc;
}

#contents .h3-box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#contents .h3-box h3 {
	font-size: 108%;
	text-align: center;
	margin-bottom: 40px;
}


/* ////////////// 
  common
////////////// */

/*Access*/

#contents .access { margin-bottom: 10px; }

#contents .access .h3-box .ttl {
	position: absolute;
	top: -16px;
	left: 0;
}

#contents .access .h3-box h3 { padding-top: 25px; }

#contents .access .bk-inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.section {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.section.b0 {
	margin-bottom: 0;
}

.section p {
	line-height: 1.7;
	margin-bottom: 10px;
}

.section p span.bg {
	font-size: 108%;
	background-color: #FFF316;
}
.section p strong { color: #0096B0; }

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


/* ////////////// 
  list
////////////// */


/* ////////////// 
  table
////////////// */

table {
	line-height: 1.7;
}

table th ,
table td {
	text-align: left;
	vertical-align: middle;
}

table th {
	width: 18%;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 15px solid #fff;
}

table td {
	padding-left: 20px;
	border-bottom: 15px solid #fff;
}


/* //////////////
  topic-path
////////////// */


/* //////////////
  pagetop
////////////// */

p#pagetop {
	position: fixed !important;  
    position: absolute;
	right: 18px;
	bottom: 14px;
}

* html p#pagetop {
	padding-bottom: 14px;
	padding-right: 18px;
}


/* ----------------------------------------------------------------------
	footer
---------------------------------------------------------------------- */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

#footer dl dt { margin-bottom: 10px; }
#footer dl dd {
	font-size: 92%;
	line-height: 1.7;
}

#footer p {
	position: absolute;
	top: 128px;
	left: 320px;
}

#footer address {
	font-size: 92%;
	position: absolute;
	bottom: 33px;
	right: 0;
}