﻿@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++++++

	style.css
	lastbuild 2008-12-01

++++++++++++++++++++++++++++++++++++++++++++++*/

/*-----------------------------------
	browser reset
-----------------------------------*/
/*body {
	margin:0;
	padding:0;
	background-color:#999;
}
body, th, td, code, pre {
	font:small 'メイリオ',Meiryo, Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6,pre,address,th {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
th {
	text-align:left;
}
input,select,img {
	vertical-align:middle;
}
img {
	border:0;
}
ins {
	text-decoration:none;
}
ul {
	list-style:none;
}

/*-----------------------------------
	content
-----------------------------------*/
/*#wrapper {
	margin:0 20px;
	color:#333;
	border:#ccc 1px solid;
	background-color:#fff;
}*/
#mailformArea {
	width:600px;
	color:#666;
}
#wrapper p {
	margin:15px 0;
}

dl.dl-tb dt {
	clear:both;
	width:140px;
	float:left;
}
dl.dl-tb dd {
	border-bottom:#eee 1px solid;
	padding:0 0 12px 140px;
	margin-bottom:10px;
}
/*h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	padding:12px;
}*/
h3 {
	border-left:#f0f0f0 6px solid;
	font-size:larger;
	font-weight:bold;
	line-height:180%;
	padding:2px 8px 4px;
	margin-bottom:15px;
}

#mailformArea dt {
	font-weight:bold;
	color:#963;
}
#mailformArea dd input {
	padding:2px;
}
#mailformArea dd textarea {
	padding:3px;
	height:200px;
}
#submit {
	text-align: center;
}
#submit input {
	border:#ccc 1px solid;
	padding:4px;
	width:120px;
	background-color:#eee;
	margin:0 8px;
}
.requires {
	color:red;
	font-size:smaller;
}
.text {
	width:350px;
}

.reserve {
	width:50px;
	margin:5px;
}

/*-----------------------------------
	help
-----------------------------------*/
#help {
	line-height:160%;
}
#help .navi {
	height:30px;
	margin-bottom:20px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:smaller;
}
#help .navi li {
	display:inline;
}
#help .navi li a {
	display:block;
	width:120px;
	float:left;
	border-right:#ccc 1px solid;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	background-color:#666;
}
#help .navi li a:hover {
	background-color:#999;
	color:#fff;
}
#information {
	padding:12px;
}
.code {
	padding:12px;
	margin-bottom:25px;
}
#help pre {
	padding:6px;
	background-color:#f6f6f6;
	border:#eee 1px solid;
	line-height:180%;
}
#help pre.dir {
	line-height:150%;
}
#help ol {
	list-style:decimal outside;
}
#help ol li {
	margin:2px 0 2px 20px;
}
#help .code ol li {
	margin-bottom:35px;
}
ul.list {
	list-style:disc outside;
	margin-bottom:15px;
}
ul.list li {
	margin:2px 0 2px 20px;
}
#help table {
	margin-bottom:15px;
}
#help table {
	background-color:#fff;
	border:#cfcfcf 1px solid;
	clear:both;
}
#help td, #help th {
	border:#cfcfcf 1px solid;
	padding:8px;
	line-height:140%;
}
#help thead th {
	background-color:#FDF3D2;
}
#help th {
	background-color:#faf6f1;
}
#help tr.even {
	background-color:#f2f2f2;
}
.style1 {
	color:#C36;
}
.style2 {
	color:#669;
}
.style3 {
	color:#393;
}
.style4 {
	color:#F60;
}
.style5 {
	color:#999;
}
