/* */

*{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

body{
	text-align: center;
}

body div{
	text-align: left;
	margin: 0 auto;
}

p{
	white-space: normal;
}

ul{
	list-style-type: none;
}

h1,h2,h3{
	margin: 0px;
	display: inline; 
	font-weight:normal;
}

a img{
	border: none;
}

div#Container{
	width: 100%;
}




div#header_wrapper{
	width: 100%;
	height: 96px;
	background-image: url(../img/header_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#header_kakomi{
	width: 950px;
	height: 96px;
	background-image: url(../img/header_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#header_left{
	float: left;
	width: 219px;

}
div#header_right{
	float: right;
	width: 731px;
	padding-top: 5px;
	/*background-color: lightgreen;*/
}
div#top_menu{
	text-align: right;
	margin-right: 40px;
	height: 21px;
	/*background-color:blue;*/
}
ul#top_menu_list li{
	display: inline;
}
div#navi_menu{
	width: 731px;
	height: 60px;
	margin-top: 10px;
	/*background-color: #ff00ff;*/
}
ul#navi_menu_list li{
	display: inline;
}


div#flash{
	clear: both;
	width: 100%;
	text-align:center;
	height: auto;
	background-color:#000000;
}


div#wrapper{
	width: 100%;
	background-image: url(../img/index_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#main_b{
	width: 860px;
	background-image: url(../img/index_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*background-color: orange;*/
}
div#main{
	width: 860px;
	padding-top: 25px;
}
div#left{
	width: 600px;
	float: left;
	/*background-color: green;*/
}

div#right{
	width: 215px;
	float: right;
	/*background-color: pink;*/
}

div.clear{
	clear:both;
}



div.left_item{
	margin-bottom: 10px;
}



/* RIGHT start */

/* WHATSNEW start */
div#whatsnew{
	margin: 0px 0px 20px 0px;
}
p.day{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6';
	font-size: 11px;
	color: #ffcc00;
	line-height: 17px;
}
p.news_text{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3';
	font-size: 12px;
	color: #555555;
	line-height: 16px;
	margin-bottom: 20px;
}
p.news_text a:link{
	color: #555555;
}
p.news_text a:hover{
	color: #555555;
}
p.news_text a:active{
	color: #555555;
}
p.news_text a:visited{
	color: #555555;
}
/* WHATSNEW end */





img.right_banner{
	margin-top: 7px;
}
div#right_banner{
	margin-top: 30px;
}
/* RIGHT end */



/* SPONSOR start */
div#sponsor{
	padding: 30px 0px 0px 0px;
	font-size: 15px;
	/*background-color: lightblue;*/
}
div#sponsor a:link{
	color: #555555;
}
div#sponsor a:active{
	color: #555555;
}
div#sponsor a:hover{
	color: #555555;
}
div#sponsor a:visited{
	color: #555555;
}

ul.sponsor_list{
	white-space: normal;
	margin-top: 10px;
}
ul.sponsor_list li{
	display: inline;
	white-space: normal;
	margin-right: 2px;
	marrgin-left: 2px;
}
ul.sponsor_list img{
	margin-bottom: 5px;
}


/* SPONSOR end */



div#pagetop_button{
	text-align: right;
	margin-top: 60px;
}



/* FOOTER start */
div#footer{
	width: 100%;
	height: 52px;
	text-aligh: center;
	margin-top:15px;
}
p#copyright{
	width: 950px;
	height: 22px;
	padding-top: 30px;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6';
	font-size: 9px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-image: url(../img/footer.jpg);
}
/* FOOTER end */