@charset "utf-8";
/* CSS Document */

*{
	font-family: "ＭＳ Ｐゴシック";
	font-weight: normal;
	color:#666;
	outline: none;
	letter-spacing: 1px;
}

body{
	margin: 0px;
	padding: 0px;
	background: #FFF url(../img/background.jpg) repeat-x;
}

#container{
	margin: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	width: 910px;
}

#header{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height:70px;
}

h1{
	margin: 0px;
	padding: 0px;
}

h1 a{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	background: #000 url(../img/logo.jpg) no-repeat;
}


#header ul{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#header ul li{
	float: left;
	list-style: none;
	line-height: 40px;
	text-indent: -9999px;
}

#header ul li a{
	display: block;
}

#header ul li a.top_btn{
	width: 54px;
	background:url(../img/top_btn_off.jpg) no-repeat;
}
#header ul li a.top_btn:hover{
	background: url(../img/top_btn_on.jpg) no-repeat;
}

#header ul li a.news_btn{
	width: 64px;
	background:url(../img/news_btn_off.jpg) no-repeat;
}
#header ul li a.news_btn:hover{
	background: url(../img/news_btn_on.jpg) no-repeat;
}

#header ul li a.model_btn{
	width: 138px;
	background: url(../img/model_btn_off.jpg) no-repeat;
}
#header ul li a.model_btn:hover{
	background: url(../img/model_btn_on.jpg) no-repeat;
}

#header ul li a.recruit_btn{
	width: 81px;
	background: url(../img/recruit_btn_off.jpg) no-repeat;
}
#header ul li a.recruit_btn:hover{
	background: url(../img/recruit_btn_on.jpg) no-repeat;
}

#header ul li a.company_btn{
	width: 107px;
	background: url(../img/company_btn_off.jpg) no-repeat;
}
#header ul li a.company_btn:hover{
	background: url(../img/company_btn_on.jpg) no-repeat;
}

#header ul li a.link_btn{
	width: 56px;
	background: url(../img/link_btn_off.jpg) no-repeat;
}
#header ul li a.link_btn:hover{
	background: url(../img/link_btn_on.jpg) no-repeat;
}

#main_swf{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 910px;
	height: 420px;
	background: url(../img/flash_back.jpg) no-repeat;
}

#main_swf object{
	margin: 0px;
	margin-top: 35px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
}

#new{
	float: left;
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
	width: 560px;
}

#new ul{
	margin: 0px;
	padding: 0px;
}

#new ul li{
	list-style: none;
	clear: both;
}

#new ul li.whats{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 560px;
	height: 40px;
	background:url(../img/whats_new.jpg) no-repeat;
}

#new ul li.whats p{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 440px;
	height: 40px;
}

#new ul li.whats a{
	display: block;
	float: right;
	margin: 0px;
	width: 120px;
	height: 40px;
	background: url(../img/btn_off.jpg) no-repeat;
	text-decoration: none;
}

#new ul li.whats a:hover{
	background: url(../img/btn_on.jpg) no-repeat;
}

#new ul li.new_txt{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

#new ul li.new_txt ul li{
	margin-top: 8px;
}

#right_bunner{
	display: block;
	float: right;
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
	padding-bottom: 20px;
	width: 250px;
}

#right_bunner p{
	margin: 0px;
	text-indent: -9999px;
	margin-bottom:10px;
}

#right_bunner p a{
	display: block;
	width: 250px;
	height: 130px;
	background: url(../img/rec_btn_off.jpg) no-repeat;
}

#right_bunner p.rec2 a{
	display: block;
	width: 250px;
	height: 130px;
	background: url(../img/rec2_btn_off.jpg) no-repeat;
}

#right_bunner p a:hover{
	background: url(../img/rec_btn_on.jpg) no-repeat;
}

#right_bunner p.rec2 a:hover{
	background: url(../img/rec2_btn_on.jpg) no-repeat;
}

#footer{
	clear: both;
	padding-bottom: 30px;
	border-top: #CCC solid 1px;
	color: #333;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}

#footer a{
	font-weight: bold;
	color: #666;
}

#footer p.left{
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 26px;
	line-height: 26px;
}

#footer img{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

#footer p.right{
	float: right;
	margin-top: 30px;
	height: 26px;
	line-height: 26px;
}
