/* CSS Document */
body{
	margin: 0;
	line-height:1.4;
	text-align:center;
}
div,td{
	font-size: 12px;
	color: #666666;
}

/* メニューバー */
.menu{
	width:800px;
	line-height:2;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-align:left;
	}
.main{
	width:800px;
	background-color:#FFFFFF;
	text-align:left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	margin-top:0px;
	padding:3px 3px 3px 3px;
	}
	
.car{
	border-bottom:1px dotted #999999;
	}
.pr{border:1px solid #006666;
	color:#000099;}
	
	
h1 {
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-size:12px;
	color:#666666;
	font-weight:normal;
	margin:0px;
}
h3 {
	font-size:12px;
	margin:0px;
}

h4 {
	color:#ffffff;
	font-size:12px;
	margin:0px 0px 0px 8px;
	padding:2px 12px;
	background:#83AAF2;
}

.t{
	color: #999999;
	border-bottom:1px dotted #999999;
	margin-bottom:15px;
}

