﻿@charset "utf-8";

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

html {
	background-color: #000;
	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: #ccc;
	font-size: 12px;
	padding-bottom: 40px;}

input, select {padding: 1px;}

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

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

a:hover { color: #fc9;}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {
	line-height: 2em;}

.clear {clear: both;}

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

#all {
	width: 930px;
        margin: 0 auto;
        text-align: left;}

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

#header {margin-bottom: 20px;}

#navi li {
	float: left;
	width: 153px;
	height: 50px;
	margin: 0 1px;
	text-indent: -9999px;}

/* forIE6 */
* html #navi li {margin: 0 1px 0 0;}

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

#navi #navi01 a  {background-position: 0 0;}
#navi #navi02 a  {background-position: -153px 0;}
#navi #navi03 a  {background-position: -306px 0;}
#navi #navi04 a  {background-position: -459px 0;}
#navi #navi05 a  {background-position: -612px 0;}
#navi #navi06 a  {background-position: -765px 0;}
#navi #sub01  a  {background-position: -918px 0;}
#navi #sub02  a  {background-position: -1071px 0;}
#navi #sub03  a  {background-position: -1224px 0;}
#navi #sub04  a  {background-position: -1377px 0;}

#navi #navi01 a:hover {background-position: 0 -50px;}
#navi #navi02 a:hover {background-position: -153px -50px;}
#navi #navi03 a:hover {background-position: -306px -50px;}
#navi #navi04 a:hover {background-position: -459px -50px;}
#navi #navi05 a:hover {background-position: -612px -50px;}
#navi #navi06 a:hover {background-position: -765px -50px;}
#navi #sub01  a:hover  {background-position: -918px -50px;}
#navi #sub02  a:hover  {background-position: -1071px -50px;}
#navi #sub03  a:hover  {background-position: -1224px -50px;}
#navi #sub04  a:hover  {background-position: -1377px -50px;}

#navi_continer {
	position: relative;
	height: 50px;
	z-index:100;}

#navi {
	position: absolute;
	top: 0; left: 0;
	z-index:150;}

/* forIE6 */
* html #navi_continer {margin-left: 2px;}
* html #navi {padding-left: 2px;}

#navi ul { margin: 0; padding: 0;}

/* サブメニュー */
#navi ul.sub {}

#navi ul.sub li {float: none;}

#navi ul li.navi_menu ul {display: none;}
#navi ul li.navi_menu_on ul li {display: block;	margin: 0;}

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

#contents {
	clear: both;
	letter-spacing: 0.05em;
	padding-bottom: 40px;}

.right {
	text-align: right;}

p a:hover, .infotop dd a:hover {
	color: #fc9;
	border-bottom: 1px dashed #fc9;}

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

#footnavibox {
	clear: both;
	margin-bottom: 10px;
	padding: 12px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;}

#footnavi {
	width: 930px;
        margin: 0 auto;
        text-align: left;	
	color: #fff;}

#footnavi li { display: inline;}

#footnavi li a {
	color: #fff;
	margin-right: 3px;}

#footnavi ul li a:hover {
	color: #fc9;}

#copybox {
	width: 930px;
        margin: 0 auto;
        text-align: left;
	color: #fff;}

#copybox p,#copybox address {line-height: 1.4em;}

#copybox img {float: right;}

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