@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */
#globalnavi .navi01 a:hover{
background-position: 0px -43px;
}


#contents .wrap {
	float: left;
	width: 644px;
	margin: 0px;
	padding: 20px 0px 40px 1px;
}
#contents h2 {
background-image:url(../img/midashi.jpg);
width:645px;
	background-repeat: no-repeat;
	height: 33px;
	margin: 0px;
	padding: 8px 0px 10px 25px;
}

#contents h4{
color:#333333;
background-color:#E3F3FB;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
margin-bottom:5px;
font-size:115%;
}
#contents p.list{
background-image:url(../img/btn_list.gif);
background-repeat:no-repeat;
width:56px;
height:20px;
margin-left:auto;
margin-right:10px;
margin-bottom:40px;
margin-top:-45px;
text-indent:-9999px;
}
#contents p.list a{
display:block;
width:56px;
height:20px;
}



dl#news {
	color: #666666;
	margin:0px 0px 20px;
	padding:0px;
}
#news dt {
	float: left;
	width: 120px;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#news dd {
	clear: right;
	background-image: url(../img/icon_allow_orange.jpg);
	background-repeat: no-repeat;
	background-position: 110px 10px;
	padding-left: 15px;
	width: 600px;
	padding-bottom: 5px;
	padding-top: 5px;
}

*html body #news dd {
	background-position: 0px 10px;
	width: 510px;
}
*+html #news dd {
	background-position: 0px 10px;
	width: 510px;
}

*html #news dt{
width:100px;
}

*+html #news dt{
width:100px;
}

