@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#fff;
}

img{
	border:none;
	vertical-align:bottom;
}

img.imgL{
	float:left;
	margin:0px 12px 12px 0px;
	padding:3px;
	background-color:#333;
}

img.imgR{
	float:right;
	margin:0px 0px 12px 12px;
	padding:3px;
	background-color:#333;
}

.clearL{
	clear:left;
}

.clearR{
	clear:right;
}

.clearLR{
	clear:both;
}

body{
	text-align:center;
	background:#000 url(../img/bg_komado.gif);
}

#Container{
	width:460px;
	margin:0px auto;
	text-align:left;
	border-right:1px solid #333;
	border-left:1px solid #333;
	background-color:#000;
}

#main{
	margin:0px 10px
}

h2{
	height:26px;
	padding:4px;
	background:#111 url(../img/bg_title.gif) no-repeat left top;
	color:#f93;
	font-size:16px;
}

h2.lines{
	height:54px;
	padding:4px;
	background:#111 url(../img/bg_title2.gif) no-repeat left top;
	color:#f93;
	font-size:16px;
	line-height:1.3;
}

#main p{
	line-height:1.3;
	margin:0px 4px 16px 4px;
	text-align: justify;
	text-justify: distribute;
}

#close{
	text-align:right;
}

#footer{
	padding:11px 10px 6px 10px;
	background:#000 url(../img/line_dot.gif) no-repeat top center;
}

#footer p{
	color:#666;
	font-size:10px;
	line-height:1.2;
	padding-left:32px;
	background:#000 url(../img/nocopy2.gif) no-repeat center left;
}


#footer a{font-size:10px;}
a:link{color:#6cf;text-decoration:none;}
a:visited{color:#999;text-decoration:none;}
a:hover{color:#fc0;text-decoration:underline;}
a:active{color:#f00;text-decoration:underline;}
