/* CSS Document */

body	{
	margin: 0 0 0 0;
	background-color: #EBEBEB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

div#wrapper	{
	width: 800px;
	height: auto;
	margin: 0 auto;
		}
	
div#topimg	{
	width:800px;
	height: 100px;
	}
	
div#maincontents	{
	background-color:#FFFFFF;
	width: 798px;
	height:685px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	clear:both;
	}
	
div#menu	{
	clear:both;
	background-image:url(../img/menuback.gif);
	background-repeat:repeat-x;
	width: 798px;
	height: 20px;
	margin-bottom: 5px;
	border-bottom: solid 1px #000000;
	}

li	{
	list-style:none;
	}
	
#menu li	{
	float: left;
	padding: 0 0px 0px 25px ;
	}

#menu li a	{
	font-size:13px;
	display: block;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-top: 3px;
	text-decoration: none;
	}
	
*html #menu li a	{
	font-size:13px;
	display: block;
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 1.5px;
	text-decoration: none;
	}
	
#menu li a:hover	{
	font-size:13px;
	display: block;
	color: #0066FF;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	}
	
*html #menu li a:hover	{
	font-size:13px;
	display: block;
	color: #0066FF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 1.5px;
	text-decoration: none;
	}
	
div#left	{
	background-image:url(../img/new.gif);
	background-repeat:no-repeat;
	width: 485px;
	height:420px;
	float:left;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	
*html div#left	{
	background-image:url(../img/new.gif);
	background-repeat:no-repeat;
	width: 485px;
	height:420px;
	float:left;
	margin-left: 5px;
	margin-bottom: 5px;
	}
	
div#release	{
	margin-top:25px;
	margin-left: 4px;
 	width:477px;
	height:370px;
	overflow:auto;
	}

div#release h1	{ font-size:16px; color:#009999;}
div#release h2	{ font-size:16px; color:#0066FF;}
div#release p	{ font-size:11px; color:#999999;}

div#right	{
	background-image:url(../img/latest.gif);
	background-repeat:no-repeat;
	width: 285px;
	height:420px;
	float:left;
	margin-left: 10px;
	margin-bottom: 5px;
	}

div#innews	{
	font-size:10px;
	margin-top:25px;
	margin-left: 4px;
 	width:280px;
	height:370px;
	overflow:auto;
	line-height: 1.3em;
	}
	
div#under	{
	clear:both;
	background-image:url(../img/instore.gif);
	background-repeat:no-repeat;
	width:780px;
	height:230px;
	margin-left: 10px;
	padding-top: 1px;
	}
	
div#instore	{
	margin-left: 4px;
	margin-top: 25px;
 	width:772px;
	height: 180px;
	line-height: 1em;
	overflow:auto;
	}

*html div#instore	{
	margin-left: 4px;
	margin-top: 25px;
 	width:772px;
	height: 180px;
	line-height: 0.8em;
	overflow:auto;
	}

div#instore h1	{ font-size:12px; color:#009999;}
div#instore h2	{ font-size:13px; color:#0066FF;}
div#instore p	{ font-size:9px; color:#999999;}

div#underimg	{
	width:800px;
	height: 30px;
	}
