@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style: none;
	border: none;
}
* html body {
	/* for WinIE6*/
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
a:link {
	color: #0C9D00;
	text-decoration: none;
}
a:visited {
	color: #0C9D00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body  {
	color: #3e3e3e;
	font-size: 12px;
	font-family:Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	line-height: 1.6;
	background-color: #FFFFFF;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 906px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	text-align: left;
}
#header {
	font-size: 10px;
	float: right;
	width: 165px;
	padding-top: 15px;
}
#header a {
	color: #3e3e3e;
	margin-top: 20px;
	float: left;
	padding: 2px;
}
#menu {
	float: left;
	clear: both;
	padding-left: 6px;
	width: 906px;
}
#menu li {
	margin-top: 33px;
	float: left;
}
#pan {
	clear: both;
	height: 50px;
	width: 906px;
	font-size: 10px;
	text-indent: 6px;
	line-height: 18px;
}
#main {
	width: 638px;
	float: left;
	padding-bottom: 30px;
	padding-left: 6px;
}
#navi {
	width: 239px;
	float: right;
}
#footer {
	width: 906px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #B3B3B3;
	text-align: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/common/footerline.gif);
	background-repeat: no-repeat;
	text-indent: 6px;
}
table {
	font-size: 12px;
	line-height: 1.6;
}
.table1 td {
	vertical-align: top;
	border-top: 1px dotted #B3B3B3;
	padding: 12px 0px 12px 2px;
	line-height: 1.5;
}
.table2 td {
	vertical-align: top;
	border-bottom: 1px dotted #B3B3B3;
	padding: 12px 0px 12px 2px;
	line-height: 1.5;
}
.float_L {
	float: left;
}
.margin_B10 {
	margin-bottom: 10px;
}
.border1 {
	border: 1px solid #777777;
}
.font10 {
	font-size: 10px;
}
.center {
	text-align: center;
}
.pdf {
	vertical-align: bottom;
}

