﻿@charset "utf-8";

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

html {
	background-color: #fff;
	width: 100%;
	height: 100%;}

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;}

input, select {padding: 1px;}

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

a   {
	color: #333;
	text-decoration: none;}

a:hover { color: #a7080a;}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {line-height: 2em;}

.clear {clear: both;}

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

#bgctrl { background: url(../img/bg_bottom.jpg) left bottom repeat-x;}

#all {
	width: 950px;
        margin: 0 auto;
        text-align: left;
	letter-spacing: 0.05em;}

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

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

#header {
	position: relative;
	height: 156px;
	background: url(../img/bg_header.gif) 612px 14px no-repeat;}

#header h1 { padding-top: 12px;}

#subnavi { margin: -33px 0 0 420px;}

#subnavi li {
	float: left;
	text-indent: -9999px;}

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

.snavi01 a {width: 88px; background-position: 0 0;}
.snavi02 a {width: 102px; background-position: -88px 0;}
.snavi03 a {width: 125px; background-position: -190px 0;}
.snavi04 a {width: 123px; background-position: -315px 0;}
.snavi05 a {width: 92px; background-position: -438px 0;}

.snavi01 a:hover {background-position: 0 -27px;}
.snavi02 a:hover {background-position: -88px -27px;}
.snavi03 a:hover {background-position: -190px -27px;}
.snavi04 a:hover {background-position: -315px -27px;}
.snavi05 a:hover {background-position: -438px -27px;}

#navi {
	position: absolute;
	left: 0; top: 92px;}

#navi li {
	float: left;
	text-indent: -9999px;}

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

.navi01 a {width: 188px; background-position: 0 0;}
.navi02 a {width: 188px; background-position: -188px 0;}
.navi03 a {width: 183px; background-position: -376px 0;}
.navi04 a {width: 191px; background-position: -559px 0;}
.navi05 a {width: 200px; background-position: -750px 0;}

.navi01 a:hover {background-position: 0 -67px;}
.navi02 a:hover {background-position: -188px -67px;}
.navi03 a:hover {background-position: -376px -67px;}
.navi04 a:hover {background-position: -559px -67px;}
.navi05 a:hover {background-position: -750px -67px;}

.navi01on a {width: 188px; background-position: 0 -67px;}
.navi02on a {width: 188px; background-position: -188px -67px;}
.navi03on a {width: 183px; background-position: -376px -67px;}
.navi04on a {width: 191px; background-position: -559px -67px;}
.navi05on a {width: 200px; background-position: -750px -67px;}

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

#contents {
	clear: both;
	letter-spacing: 0.05em;}

#sec #contents {
	position: relative;
	margin-top: 260px;
	padding: 0 13px;
	z-index: 10;}

#bread {
	height: 20px;
	font-size: 12px;
	color: #a20607;
	padding-bottom: 2px;
	border-bottom: 1px solid #a20607;}

#bread ul li {display: inline;}

#bread a {
	color: #a20607;
	margin-right: 5px;}

#bread a:hover {text-decoration: underline;}

#sec #contents h3 {margin: 20px 0;}


/* MAIN
---------------------------------------------*/

#main {clear: both;}

#mainimg {
	position: absolute;
	left: 50%; top: 175px;
	margin-left: -499px;
	z-index: 1;}

.pagetop {
	clear: both;
	text-align: right;
	margin: 20px 0;}

.ptbdr {
	padding-top: 15px;
	border-top: 1px solid #ccc;}

#footadd {
	width: 900px;
	height: 65px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 22px 0 0 21px;
	background: url(../img/bg_add.gif) left top no-repeat;}

/* FOOTER
---------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	letter-spacing: 0.05em;}

#top #footer {margin-top: 30px;}
#sec #footer {margin-top: 0;}

.footnavi {
	font-size: 13px;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}

.footnavi a:hover {
	text-decoration: underline;}

.footnavi ul li {
	display: inline;
	line-height: 1.5em;}

.footnavi ul li a {margin: 0px;}

.footnavi ul li a:hover {text-decoration: underline;}

#copy {
	color: #333;
	padding: 10px 0;
	letter-spacing: 0;}

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

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

.clearfix{ display: inline-block; }

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

