@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{
padding-top:0px;
margin-top:8px;
background-color:#000;
}


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

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

#right{
background-image:url(../img/top/bk_right.gif);
width:270px;
background-repeat:no-repeat;
background-position:bottom;
background-color:#4d4d4d;
float:right;
padding-top:20px;
height:480px;
padding-left:10px;
}

*html #right{
margin-left:0px;
}

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

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

#new {
	padding: 1px 0px 30px;
	margin-top:30px;
	min-height:240px;
}
#new h2 {
	background-image: url(../img/top/midashi_news.gif);
	background-repeat: no-repeat;
	width:458px;
	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;
	color:#ffffff;
	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{
color:#ffffff;
text-decoration:underline;
}

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

#bands img{
margin-bottom:5px;
}
.homepage a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 108px;
	margin: 0px 0px 0px 140px;
	padding: 0px;
display:block;
}

.usapage a{background-image: url(../img/mur3r.png);}
.usapage a:hover{background-image: url(../img/mur3b.png);}
.homepage a{background-image: url(../img/mur4r.png);}
.homepage a:hover{background-image: url(../img/mur4b.png);}

.usapage a{
margin-top:20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 27px;
	width: 145px;
	padding: 0px;
display:block;
}

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