/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	scrollbar-base-color:#EAC7D3;
}

html{  
	overflow-y:scroll;  
} 

a:link{
	color:57D2FF;
}

body{
	background:url(../../imgs/common/back.gif) repeat left top;
}

#wrapper{
	width:703px;
	background:url(../../imgs/common/content_back.gif) repeat-y top center;
	margin:20px auto 20px auto;
	overflow:hidden;
}
	
.photo{
	border:0px;
}

/*stert_header-------------------------------------------------*/

#head{
	width:700px;
}

#head h1{
	width:350px;
	height:114px;
	background:url(../../imgs/common/header01.gif) no-repeat top left;
	float:left;
}

#head h1 a{
	display:block;
	width:310px;
	height:80px;
	margin:20px auto auto 15px;
	text-decoration:none;
}

#head h1 span{
	visibility:hidden;
}

#head_right{
	width:350px;
	height:114px;
	background:url(../../imgs/common/header02.gif) no-repeat top right;
	float:right;
	position:relative;
}

#mail{
	top:50px;
	left:20px;
	position:absolute;
}

#mail a{
	display:block;
	text-decoration:none;
	width:270px;
}

#mail span{
	visibility:hidden;
}

#http{
	top:75px;
	left:20px;
	position:absolute;
}

#http a{
	display:block;
	text-decoration:none;
	width:310px;
}

#http span{
	visibility:hidden;
}


/*#mail{
	margin:55px auto auto 60px;
}

#mail a{
	display:block;
	text-decoration:none;
}

#mail span{
	visibility:hidden;
}

#http{
	margin:3px auto auto 60px;
	_margin:-15px auto auto 60px;
}

#http a{
	display:block;
	text-decoration:none;
}

#http span{
	visibility:hidden;
}
*/

/*stert_menu-------------------------------------------------*/

#menu{
	width:700px;
	height:40px;
	background:url(../../imgs/common/menu_back.gif) no-repeat top center;
	clear:both;
}

#menu ul{
	width:633px;
	height:18px;
	margin:auto;
	padding-top:12px;
}

#menu li{
	list-style:none;
	float:left;
	padding-left:80px;
}

#menu li a{
	height:20px;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#menu li a:hover{
	background-position:bottom;
}

#menu #top a{width:37px; background-image:url(../imgs/index/menu-top.gif);}
#menu #cast a{width:48px; background-image:url(../imgs/index/menu-cast.gif);}
#menu #system a{width:72px; background-image:url(../imgs/index/menu-system.gif);}
#menu #mobile a{width:65px; background-image:url(../imgs/index/menu-mobile.gif);}


#menu span{
	visibility:hidden;
}



/*stert_footer-------------------------------------------------*/

#footer{
	width:700px;
	height:42px;
	background:url(../../imgs/common/footer.gif) no-repeat top center;
	clear:both;
	margin-top:20px;
}

#footer span{
	visibility:hidden;
}

#index_link{
	text-align:center;
	list-style-type:none;
	background:url(../../imgs/common/index_link_back.gif) no-repeat bottom center;
	width:700px;
	height:30px;
}

#index_link a{
	text-decoration:none;
}

#index_link a:hover{
	color:#FF3399;
}