/*initial settings*/

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
		
}

p.clear{clear:both;}
a{color: #000000;}
a:hover{color:#ff9900;}

body {
	background-image: url(images/haikei.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'MS 明朝',monospace;
	font-size:13px;
}

div#topbg {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#box {
	width: 764px;
	margin:0 auto;
}
div#header {
	margin:0 auto;
	width: 100%;
}
div#logo {
	margin:0;
	height: 64px;
	width: 212px;
	display: block;
}

*+html body div#logo{
	margin:0 600px 0 0;
}

*html body div#logo{
	margin:0 600px 0 0;
}


div#navimenu {
	margin:16px auto 0 auto;
	text-align: center;
	
}

*html body div#navimenu {
	margin:12px auto 0 auto;
	text-align: center;
	
}

div#flash {
	margin:1px auto;
	padding:0;
	text-align: center;
	display:block;
}

div#contents {
	height:700px;
	width:764px;
	background-image: url(images/contentsbg.png);
	text-align: center;
	color: #666666;
	
}

div#contentsin {
	margin:0 auto;
	height:600px;
	width:545px;
	text-align: left;
	color: #666666;
	float:left;
}

div#contentsin p{
	margin:10px 0 10px 50px;
}

*+html body div#contentsin p{
	margin:10px 0;
}

*html body div#contentsin p{
	margin:10px 0;
}

div#topicsbar{
	margin:45px 0 10px 30px;
}

div#contentsin ul li{
	list-style: none inside;
	margin:10px 0 5px 70px;
}

*+html body div#contentsin ul li{
	margin:10px 0 5px 55px;
}

*html body div#contentsin ul li{
	margin:10px 0 5px 55px;
}

div#contentsin ul li img{
	vertical-align: middle; 
}

div#menu{
	width:219px;
	height:600px;
	display:block;
	float:right;
	
}

div#menu ul{
	margin:50px 10px 0 0;

}

*+html body div#menu ul {
	margin:50px 0 0 -25px;
}

*html body div#menu ul {
	margin:50px 0 0 -25px;
}

div#menu ul li{
	list-style: none inside;

}

div#menu ul li img{
	vertical-align:bottom;
}


div#footer {
	height:95px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}


div#footer p {
	padding:70px 0 0 0;
	text-align: center;
	color: #ffffff;
	
}

