@charset "UTF-8";

/* --------------------------------------
COMMON
-------------------------------------- */


body {
	font-size: 12px;
	font-family: Osaka, "Lucida Grande",geneva,verdana,sans-serif;
	background-color: #E9E9E9;
	margin: 20px auto;
	padding: 0px;
}

img {
	border: none;
}

a:link {
	color: #40659B;
	/*
	text-decoration: underline;
	*/
}

a:visited {
	color: #40659B;
	text-decoration: none;
}

a:hover {
	color: #98CA2C;
	/*
	text-decoration: underline;
	*/
}
	


/* --------------------------------------
LAYOUT
-------------------------------------- */

#contents {
	width : 805px;
	margin : 0 auto;
	padding: 20px 0 0;
	background-color: #FFFFFF;
	background-image: url(images/bg-head.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#title{
	margin:0 auto;
	width: 765px;
}

#menu{
	display:none;
}

#main_contents{
	width:700px;
/* --	height: 250px;-- */
	margin: 0 auto;
}


#footer{
	clear: both;
	float: none;
	margin-top: 10px;
	background-image: url(images/bg-foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 20px 0;

}


/* --------------------------------------
LAYOUT-TITLE
-------------------------------------- */

/* --------------------------------------
MAIN_CONTENTS
-------------------------------------- */

#main_contents .index{
	width:700px;
	height:30px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:10px;
	display:none;
	margin:5px 0px 0px 10px;
}

#main_contents .download {
	width:700px;
	height:40px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(images/download_title_bar.gif);
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_contents .tv {
	width:700px;
	height:40px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(images/tv_title_bar.gif);
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_contents .game {
	width:700px;
	height:40px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(images/game_title_bar.gif);
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_contents .contact {
	width:700px;
	height:40px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(images/contact_title_bar.gif);
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_contents .about {
	width:700px;
	height:40px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	background-image:url(images/about_title_bar.gif);
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_contents .haruka {
	width:700px;
	height:30px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:10px;
	display:none;
	margin:5px 0px 0px 10px;
}

#main_contents .report {
	width:445px;
	height:95px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:10px;
	margin:0;
	background-repeat: no-repeat;
	background-position: bottom;
}

#bar {
	clear: both;
	float: none;
	height:40px;
	width:700px;
	color:#FFFFFF;
	background:url(images/bar.jpg) no-repeat;
	background-position: bottom;
	margin: 0 auto;
}

#bar2 {
	clear: both;
	float: none;
	height:10px;
	width:700px;
	background:url(images/bar.jpg) no-repeat;
	background-position: bottom;
	margin: 0 auto;
}

#backbt {
	clear: both;
	float: none;
	height:90px;
	margin: 0 auto;
	width: 98px;
	position: relative;
	bottom: -20px;
}

#rin5ch {
	margin: 0 auto;
	width: 110px;
}
#copyright {
	margin: 0 auto;
	width: 405px;
}

