@charset "shift_jis";

body {
	font-family: Verdana,"MS UI Gothic",Osaka;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	background: url(../pics/bodybg1.gif);
	text-align:center;
}
* {
	margin: 0;
	padding: 0;
}
img { border:none; }


em {
	quotes:"g" "h";
	font-style:normal;
}
em:before { content: open-quote }
em:after { content: close-quote }


hr {
	clear:both;
	visibility:hidden;
}




/***** fix problem with box's height *****/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
}
.clearfix {display:inline-block;}


#wide100 {
	width:830px;
	margin:auto;
	background-color:#000000;
	padding-bottom:10px;
}
#wrapper {
	width:800px;
	margin:auto;
}


#header {
	height:50px;
	line-height:50px;
	text-align:left;
}
#header h2{
	padding-top:10px;
	padding-bottom:10px;
}


#title {
	height:2em;
	line-height:2em;
	background:url(../pics/bodybg2.gif);
}
#title p {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-right:1em;
}


#line {
	height:10px;
	background: url(../pics/linebg1.gif);
	background-repeat: repeat-x;
	background-position:left center;
}


#navi {
	font-family:Verdana,"HGۺ޼M-PRO",Osaka;
	width: 800px;
	background:url(../pics/bodybg2.gif);
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3em;
}

#navi ul {
	list-style: none;
	height: 35px;
	overflow: hidden;
}
/***** order than IE6_N4 *****/
*html #navi ul li {
	float: left;
	width: 200px;
	height: 35px;
	line-height:35px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/navi1.gif);
	background-position: right top;
}
*html #navi a {
	display: block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi1.gif); 
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
/******************************/


/***** can use at IE7_Firefox_Safari only *****/
#navi ul li {
	float: left;
	width: 200px;
	height: 35px;
	line-height:35px;
	margin: 0;
	padding: 0;
	background-image: url(../pics/navi1.png);
	background-position: right top;
}
#navi a {
	display: block;
	width: 100%;
	padding: auto;
	color: #FFFFFF;
	background-image: url(../pics/navi1.png); 
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
/******************************/

#navi a:hover {
	background-position: right top; 
}



#main {
	background-color:#000000;
	background: url(../pics/bodybg2.gif);
	margin-bottom:10px;
	text-align:left;
	width:99%;
}






#main .image {
	margin:auto;
	text-align:center;
}



#main .readme {
	line-height:1.3em;
	text-align:left;
	padding: 15px;
}
#main .readme h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
}
#main .readme p {
	margin-bottom:10px;
}
#main .readme .imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#main .readme .imgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}



#footer {
	background-image:url(../pics/bodybg2.gif);
	height:2em;
	line-height:2em;
}
#footer p {
	font-size:10px;
	text-align:center;
}