﻿/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #000000;
}


/*------トップのコメント部分------*/
.top_coment{
	background-image: url(../images/top_04.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 285px;
	width: 300px;
	color:#66953E;
	font-size:11px;
	vertical-align: top;
	line-height: 12px;
}

.top_coment strong{
	color:#ffffff;
	font-size:16px;
	line-height: 16px;
	clear:both;
	display:block;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.top_coment h2{color:#ffffff;font-size:14px;margin:50px 0 10px;}

/*------トップのコメント部分------*/