﻿@charset "utf-8";

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

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

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;
	background: url(../img/bg.gif) left top repeat-x;}

input, select {padding: 1px;}

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

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

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

em,address {font-style: normal;}

strong {font-weight: bold;}

.clear {clear: both;}


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

#sitemap {
	width: 700px;
	height: 490px;
        margin: 0 auto;
        text-align: left;
	letter-spacing: 1px;}

#header {
	height: 74px;
	text-align: center;
	padding-top: 30px;}

.toplink {
	display: block;
	padding-left: 10px;
	margin: 0 0 10px 30px;
	background: url(../img/arrow.gif) left center no-repeat;}

#contents {
	padding: 0 30px;}

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

#contents #left {
	float: left;}

#contents #right {
	float: right;}

#contents dl {
	width: 300px;}

#contents dl dt {
	line-height: 25px;}

#contents dl dd {
	margin: 6px 0 0 0;}

#contents dl dd ul li {
	padding-left: 10px;
	line-height: 25px;
	background: url(../img/arrow.gif) left center no-repeat;}

#contents dl dd span {
	display: block;
	padding-left: 10px;
	margin: 6px 0 0px 6px;
	background: url(../img/arrow02.gif) left center no-repeat;}

.close {
	text-align: center;}

.h01 {height: 100px;}
.h02 {height: 70px;}
.h03 {height: 70px;}

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

