/*基本項目*/
body {
	background-color: #E6E6E6;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*メイン部*/
#main {
	width:880px;
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.subtitle {
	margin-top: 5px;
}
.subtitle2 {
	margin-top: 15px;
}
.comment {
	text-align: left;
	padding: 5px;
	width: 850px;
	font-size: 12px;
	line-height: 120%;
}
.comment2 {
	text-align: left;
	width: 822px;
	font-size: 12px;
	line-height: 120%;
	margin-left: 28px;
}
.f12 {
	text-align: left;
	font-size: 12px;
	line-height: 120%;
}.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.bt {
	text-align: right;	
	margin-top: 5px;
	margin-bottom: 5px;
}#copy {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 5px;
}
.copyright{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.copyright a{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}