@charset "Shift-JIS";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */
body{
background-image:url(../img/top/bk_top.gif);
background-repeat:repeat-x;
background-position:top;
}

#contents{
background-image:none;
}

#contents h2{
border:none;
margin-top:0px;
}


#top_image {
background-image:url(../img/top/bk_main.jpg);
background-repeat:no-repeat;
background-position:center;
	width: 950px;
	text-align:center;
	margin-top:0px;
}

#left{
float:left;
background-image:url(../img/top/bk_left.jpg);
width:570px;
background-repeat:repeat-y;
padding-top:20px;
padding-left:30px;
}

#right{
background-image:url(../img/top/bk_company.jpg);
width:300px;
background-repeat:repeat-x;
background-position:top;
background-color:#39910F;
float:right;
height:447px;
}
*+html #right{
height:460px;
}
*html #right{
height:470px;
}

#msg h2 {
background-image:url(../img/top/midashi.gif);
	background-repeat: no-repeat;
	width:570px;
	height:28px;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin: 0px 0px 15px;
	padding: 0px;
}

#msg p{
font-size:100%;
}

#new {
	padding: 1px 0px 30px;
	margin-top:30px;
}
#new h2 {
	background-image: url(../img/top/midashi_news.gif);
	background-repeat: no-repeat;
	width:570px;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	padding-bottom:10px;
	border-bottom: 2px solid #999999;
}

#new dl {
	padding-top: 10px;
	font-size:90%;
}
#new dt {
	clear: both;
	width: 50px;
	float:left;
	padding-top:11px;
}
#new dd {
	padding-left: 90px;
	background-image: url(../img/top/arrow.gif);
	background-repeat: no-repeat;
	background-position: 75px 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #CCCCCC;
}
#new dd a{
text-decoration:underline;
}

#bands h2{
background-image:url(../img/top/midashi_company.jpg);
width:300px;
height:40px;
background-repeat:no-repeat;
text-indent:-9999px;
}
#bands h3 {
	text-indent: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 5px;
	font-size: 12px;
	color:#ffffff;
}
#bands p{
color:#ffffff;
font-size:90%;
margin-left:25px;
}

#bands img{
margin-bottom:5px;
margin-top:15px;
}
.homepage a{
	background-image: url(../img/top/btn_hp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 114px;
	margin-left:auto;
	padding: 0px;
display:block;
}

.usapage a{
margin-top:20px;
	background-image: url(../img/top/btn_usa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 150px;
	padding: 0px;
display:block;
}

#contents #new .backnumber{
	margin-top: 20px;
	float: right;
	margin-right: 5px;
}