﻿@charset "utf-8";

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

html {
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) left top;}

* 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: #fff;
	font-size: 12px;
	letter-spacing: 1px;}

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

input, select {padding: 1px;}

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

a   {
	color: #fff;
	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 {
	width: 930px;
        margin: 0 auto;
        text-align: left;}

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

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

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

#sec #header {
	height: 183px;
	background: url(../img/bg_header.jpg) left top no-repeat;}

#header {position: relative;}

#sec #navi {
	position: absolute;
	left: 362px; top: 15px;}

#sec h2 {display: none;}

#sec .bnrblog {
	position: absolute;
	right: 5px; top: 13px;}


.topnavi #navi li {
	float: left;
	width: 190px;
	text-indent: -9999px;}

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

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

.navi01 a {background-position: 0 0;}
.navi02 a {background-position: -48px 0;}
.navi03 a {background-position: -96px 0;}
.navi04 a {background-position: -144px 0;}
.navi05 a {background-position: -192px 0;}
.navi06 a {background-position: -240px 0;}
.navi07 a {background-position: -288px 0;}
.navi08 a {background-position: -336px 0;}
.navi09 a {background-position: -384px 0;}

.navi01 a:hover {background-position: 0 -136px;}
.navi02 a:hover {background-position: -48px -136px;}
.navi03 a:hover {background-position: -96px -136px;}
.navi04 a:hover {background-position: -144px -136px;}
.navi05 a:hover {background-position: -192px -136px;}
.navi06 a:hover {background-position: -240px -136px;}
.navi07 a:hover {background-position: -288px -136px;}
.navi08 a:hover {background-position: -336px -136px;}
.navi09 a:hover {background-position: -384px -136px;}

.navi01on a {background-position: 0 -136px;}
.navi02on a {background-position: -48px -136px;}
.navi03on a {background-position: -96px -136px;}
.navi04on a {background-position: -144px -136px;}
.navi05on a {background-position: -192px -136px;}
.navi06on a {background-position: -240px -136px;}
.navi07on a {background-position: -288px -136px;}
.navi08on a {background-position: -336px -136px;}
.navi09on a {background-position: -384px -136px;}

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

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


.pagetop {
	text-align: right;
	margin-right: 25px;}

/* FOOTER
---------------------------------------------*/
#footer {
	clear: both;
	padding-bottom: 50px;}

#footbox {
	position: relative;
	height: 80px;
	padding: 25px 20px;
	background: url(../img/bg_footer.gif) left top no-repeat;}

#footer ul { 
	margin-bottom: 18px;
	color: #fff;}

#footer ul li {
	display: inline;
	padding: 0;
	letter-spacing: 0;
	border-right: 1px solid #fff;}

#footer ul li.nobdr {border: none;}

#footer ul li a {padding: 0 6px;}

#footbox p strong {
	font-size: 14px;
	margin: 0 5px;}

#footbox p,#footbox address {
	display: inline;
	line-height: 1.8em;
	letter-spacing: 0;}

#footbox p {margin: 0 5px;}
#footbox address {margin: 0 5px 0 15px;}

.btnmap,.btncont {position: absolute;}
.btnmap {right: 168px; bottom: 22px;}
.btncont {right: 22px; bottom: 22px;}

/* 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 */

