﻿@charset "utf-8";

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

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

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

input, select {padding: 1px;}

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

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

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

em,address {font-style: normal;}

strong {font-weight: bold;}

.clear {clear: both;}


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

#sitemap {
	width: 650px;
	height: 330px;
        margin: 0 auto;
        text-align: left;
	letter-spacing: 0;}

#header {
	height: 60px;
	padding-top: 30px;}

h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #999;}

#contents {
	padding: 0 5px;}

#contents #left,#contents #right {
	width: 290px;}

#contents #left {
	float: left;}

#contents #right {
	float: right;}

.toplink {
	margin: 0 0 8px 5px;
	padding-left: 12px;
	background: url(../img/arrow.gif) left center no-repeat;}

#contents  ul li {
	margin-bottom: 8px;
	padding-left: 12px;
	background: url(../img/arrow.gif) left 5px no-repeat;
	}

#contents  ul li ul {margin: 0.7em 0 0 0.5em;}

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

