﻿@charset "utf-8";

/* BODY
---------------------------------------------*/

html {
	width: 100%;
	height: 100%;}

* html .png {behavior: expression(IEPNGFIX.fix(this));}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;}

body {
        text-align: center;
	font-family: Meiryo, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 12px;}

#sec {background: url(../img/bg_body.jpg) center top repeat-x;}

input, select {padding: 1px;}

img {
	vertical-align: bottom;
	border: none;}

a   {
	color: #3f638f;
	text-decoration: none;}

a:hover {
	color: #83c0bc;
	text-decoration: underline;}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {line-height: 1.5em;}

.clear {clear: both;}

/* ALL
---------------------------------------------*/

#all,#footbox {
	width: 950px;
        margin: 0 auto;
        text-align: left;}

.center {text-align: center;}
.right {text-align: right;}

/* HEADER
---------------------------------------------*/

#header {
	position: relative;}

#top #header {
	height: 480px;
	padding-top: 35px;}

#sec #header {
	height: 280px;
	padding-top: 25px;}

#top #hnavi {
	position: absolute;
	right: 0px; top: 42px;}

#top #gnavi {
	position: absolute;
	left: -2px; top: 411px;}

#sec #gnavi {
	position: absolute;
	left: -2px; top: 230px;}

#sec #hnavi {
	position: absolute;
	right: 0px; top: 30px;}

#hnavi li {
	float: left;
	margin-right: 9px;
	text-indent: -9999px;}

#hnavi li a {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 14px;
	padding-top: 14px;
	background-image: url(../img/hnavi.gif);}

.hnavi01 a {width: 36px; background-position: 0 0;}
.hnavi02 a {width: 76px; background-position: -36px 0;}
.hnavi03 a {width: 66px; background-position: -112px 0;}

.hnavi01 a:hover {background-position: 0 -14px;}
.hnavi02 a:hover {background-position: -36px -14px;}
.hnavi03 a:hover {background-position: -112px -14px;}

#gnavi {width: 955px;}

#gnavi li {
	float: left;
	width: 191px;
	text-indent: -9999px;}

#gnavi li a {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 61px;
	padding-top: 61px;
	background-image: url(../img/navi.jpg);}

.gnv01 a {background-position: 0 0;}
.gnv02 a {background-position: -191px 0;}
.gnv03 a {background-position: -382px 0;}
.gnv04 a {background-position: -573px 0;}
.gnv05 a {background-position: -764px 0;}

.gnv01 a:hover {background-position: 0 -61px;}
.gnv02 a:hover {background-position: -191px -61px;}
.gnv03 a:hover {background-position: -382px -61px;}
.gnv04 a:hover {background-position: -573px -61px;}
.gnv05 a:hover {background-position: -764px -61px;}

.gnv01on a {background-position: 0 -61px;}
.gnv02on a {background-position: -191px -61px;}
.gnv03on a {background-position: -382px -61px;}
.gnv04on a {background-position: -573px -61px;}
.gnv05on a {background-position: -764px -61px;}

/* CONTENTS
---------------------------------------------*/

#contents {
	clear: both;
	padding-bottom: 20px;}

#sec #contents h2 {
	margin: 30px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #1e5571;} 

#bread li {
	display: inline;}

#bread a {
	color: #333;
	margin-right: 4px;}

#bread a:hover {color: #3f638f; }

.pagetop {
	display: block;
	clear: both;
	text-align: right;}

.basetbl {
	width: 100%;
	font-size: 12px;
	margin-bottom: 25px;
	border-collapse: collapse;}

.basetbl th,.basetbl td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;}

.basetbl th {
	clear: both;
	background-color: #ecf5fa;}

.basetbl ul li {
	line-height: 1.7em;}

.basetbl a {text-decoration: underline;}

/* FOOTER
---------------------------------------------*/

#footer {
	clear: both;
	height: 94px;
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;}

.copy {
	font-size: 10px;
	padding-bottom: 15px;}

#footbox {
	position: relative;}

#footbox dl {
	float: left;
	width: 333px;
	color: #666;}

#footbox dl dt {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;}

#footbox dl dd {
	padding-top: 3px;
	font-size: 10px;}

.ftnavi {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 40px;}

#footer ul { 
	font-size: 10px;}

#footer ul li {
	display: inline;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0;}

#footer ul li a {color: #666;}
#footer ul li a:hover {color: #3f638f; }

/* CLEARFIX
---------------------------------------------*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */


