﻿@import url("main.css");
/* top.css */
.top{
	width: 100%;
}
.main{
}
/* ------------------------------------------------------------- */
.main a{
	color: #CCCCCC;
}
.main a:hover{
	color: #999999;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.left{
	width:180px;
	float: left;
}
.right{
	width:720px;
	float: left;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.navi{
	overflow: hidden;
	font-size: 120%;
	line-height: 100%;
	letter-spacing: 1px;
}
.navi ul{
	margin-left: 20px;
}
.navi li{
	height: 24px;
	border-bottom: 1px dotted #CCC;
}
.navi li a{
	color: #666666;
	background:  url(../img/common/bt_01.jpg) no-repeat;
	height: 24px;
	display: block;
}
.menu{
	line-height: 200%;
	text-indent: 1em;
}
.navi li a:hover{
	color: #CCCCCC;
	background:  url(../img/common/bt_01.jpg) no-repeat;
}
/* ----------------------------------------------------------------------------------------------------------- */
.zoon1{
	padding-bottom: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-size: 100%;
	line-height: 125%;
}
.right h2{
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 40px;
}
.right p{
	font-size: 130%;
	line-height: 130%;
	margin-bottom: 15px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.main table{
	width:100%;
	color: #666666;
	font-size: 12px;
	line-height: 125%;
}
.main th{
	width:18%;
	text-align: left;
	white-space: nowrap;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-bottom: 1px dotted #CCCCCC;
}
.main td{
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	border-bottom: 1px dotted #CCCCCC;
}
