﻿@charset "utf-8";

/* 全共通のリセット 開始 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 全共通のリセット 終了 */

/* 基本的な設定 開始 */

body {
	color: #2E2E2A;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	line-height: 1.3;
	margin: 0px auto;
	text-align: left;
	background: url(../image/verytop_background.gif) no-repeat center 0;
}

/* HTML */

body > #wrapper
{
	height: auto;
}
html
{
	height: 100%;
	overflow-y: scroll;
}
img
{
	border: 0;
}
em
{
	font-weight: 700;
	color: red;
}
a:link
{
	color: #009;
	text-decoration: underline;
}
a:visited
{
	color: #934C7B;
	text-decoration: underline;
}
a:hover
{
	color: #ea5506;
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
h1{
	display: none;
}
#wrapper
{
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	width: 780px;
}
#information
{
	clear: both;
	display: inline;
	float: left;
	font-size: 0.9em;
	line-height:1.3;
	margin: 340px 0 0 0px;
}
h2#information {
	color: red;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}
#schedule
{
	clear: both;
	float: left;
	margin: 0;
	width: 780px;
}
h2#schedule {
	color: red;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}
#contact
{
	clear: both;
	float: left;
	margin: 20px 0;
	width: 780px;
}
#guide-footer
{
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 780px;
}
#copyright
{
	background-color: #cc0000;
	clear: both;
	color: #fff;
	margin: 0;
	text-align: left;
	width: 780px;
}
address
{
	font-size: 0.8em;
	font-style: normal;
	padding: 2px 0 2px 130px;
}
#guide-footer ul {
	list-style:none;
	margin: 0 0 6px 90px;
	padding:0;
	text-align: center;
	width: 780px;
}
#guide-footer li {
	display:inline;
	float:left;
	list-style:none;
	text-align:center;
}
#guide-footer a {
	color:#333;
	display:block;
	text-decoration:underline;
	font-size:80%;
	font-weight:400;
	padding:8px 10px 10px 14px;
}
#guide-footer a:hover {
	color:orange;
}

#schedule
{
	border: 0px solid #69c;
	border-collapse: collapse;
	font-size: 100%;
	margin: 10px 0;
	width: 100%;
	text-align: left;
}
#schedule th
{
	background:#fff;
	border:0px solid #999;
	border-bottom: 1px solid #b7282e;
	border-top: 1px solid #b7282e;
	color: #b7282e;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
}
#schedule td
{
	border:0px solid #fff;
	border-bottom:1px solid #eae8e1;
	font-size: 0.9em;
	padding: 4px 17px 4px 17px;
}
#schedule td.header
{
	background: #fdede4;
}
#schedule tbody tr:hover td
{
	background: #fdede4;
}
#information li {
	background: url(../image/commonimage/chip/triangle_r.gif) no-repeat 0 4px;
	padding: 0 6px 6px 10px;
	margin: 0 0 0 16px;
	list-style:none;
}
.clearfix {
	overflow: hidden;
	position: relative;
}
.lang-zh-cn {
	font-family :SimSun, 'MS UI Gothic', sans-serif;
}
