@charset "utf-8";

@import url("menu.css");

body {
	margin: 0px;
}
.clear{
	clear:both;
}
#header {
	display: block;
	width: 920px;
	margin-bottom: 5px;
}
#header .logo {
	float: left;
	width: 200px;
	margin: 5px;
}
#header .menu {
	width: 600px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
#header .menu .personal_info {
	float:right;
	margin-right: 10px;
}
#header .menu .personal_info a{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_personalinfo.png);
	display: block;
	height: 20px;
	width: 140px;
}
#header .menu .personal_info a:hover{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_personalinfo2.png);
}
#header .menu .license {
	float:right;
	width: 85px;
	margin-right: 10px;
}
#header .menu .license a{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_license.png);
	display: block;
	height: 20px;
	width: 85px;
}
#header .menu .license a:hover{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_license2.png);
}
#header .menu .sitemap {
	float:right;
	width: 80px;
	margin-right: 10px;
}
#header .menu .sitemap a{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_sitemap.png);
	display: block;
	height: 20px;
	width: 80px;
}
#header .menu .sitemap a:hover{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_sitemap2.png);

}
#header .preload {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../images/bt_personalinfo2.png);
       background-image: url(../images/bt_license2.png);
       background-image: url(../images/bt_sitemap2.png);
       background-image: url(../images/bt_contact2.png);
}
#header .menu .contact {
	float:right;
	width: 80px;
	margin-right: 10px;
}
#header .menu .contact a{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_contact.png);
	display: block;
	height: 20px;
	width: 80px;
}
#header .menu .contact a:hover{
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bt_contact2.png);

}
#footer {
	margin-top: 5px;
}
#footer .copy{
	behavior: expression(IEPNGFIX.fix(this));
	width:117px;
	margin-right: auto;
	margin-left: auto;
}
#footer .copy img{
	behavior: expression(IEPNGFIX.fix(this));	
}

#contents{
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url(../images/bg_index.png);
	background-repeat: no-repeat;
	/background-position: 0px 5px;
}
#top .left {
	float: left;
	width: 350px;
	text-align: center;
	padding-left: 50px;
}
#top .right {
	float: right;
	width: 520px;
	height: 545px;
}
.left .logo {
	background-image: url(../images/logo.png);
	display: block;
	height: 80px;
	width: 270px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.left .menu {
	margin-right: auto;
	margin-left: auto;
	width: 220px;
	margin-bottom: 15px;
}
.menu .intro a {
	background-image: url(../images/menu_intro.png);
	height: 48px;
	width: 220px;
	display: block;
}
.menu .topix a {
	background-image: url(../images/menu_topix.png);
	height: 59px;
	width: 220px;
	display: block;
}
.menu .goods a {
	background-image: url(../images/menu_goods.png);
	height: 51px;
	width: 220px;
	display: block;
}
.menu .movie a {
	background-image: url(../images/menu_movie.png);
	height: 48px;
	width: 220px;
	display: block;
}
.menu .download a {
	background-image: url(../images/menu_download.png);
	height: 53px;
	width: 220px;
	display: block;
}
.menu .mobile a {
	background-image: url(../images/menu_mobile.png);
	height: 51px;
	width: 220px;
	display: block;
}
.info{
	font-size: 10px;
}
.info .title {
	text-align: right;
	font-size: 0px;
	width: 340px;
	padding-left: 10px;
}
.info .text {
	padding-left: 10px;
}

.info table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.info table tr td a {
	color: #333;
	text-decoration: none;
}
.info table tr td a:hover {
	color: #C60;
	text-decoration: underline;
}
.info table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.info table tr th a:hover {
	color: #C60;
	text-decoration: underline;
}
.info table tr th a {
	color: #C30;
	text-decoration: none;
}
#contents .banner {
	margin-top: 10px;
}
.header_banner {
	text-align: center;
}

