@charset "EUC-JP";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
head~/＊ ＊/body .hogehoge{}
（＊は小文字に直してから使用してください。）


***********************************/

@import "../../css/base.css";


#header{
	height: 400px;
	background-image: url('../img/bg_header.png') !important;
	background-repeat: no-repeat;
	background-position: center 34px;
}

#contents h2{
	margin: 0 0 -15px;
}

#contents h3{
	font-size: 125%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}

#contents ul li{
	margin: 0 0 7px 20px;
	padding-left: 10px;
	background-image: url('../img/icon_arrow.png') !important;
	background-repeat: no-repeat;
	background-position: left 6px;
}

#contents ul li ul{
	margin-top: 5px;
}

#contents ul li.line2{
	float: left;
	margin-right: 30px;
}

#contents ol{
	margin-bottom: 50px;
}

#contents ol li{
	margin: 0 0 15px 20px;
	list-style: decimal;
}

/* topics.php用
***************************************************/
#contents div.topics dl{
	margin: 20px 0;
}

#contents div.topics dt{
	background-image: url('../img/icon_arrow_gray.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}


#contents div.topics dt.new{
	color: #FF2F05;
	background-image: url('../img/icon_arrow_orange.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

#contents div.topics dd{
	margin: -1.5em 0 0.5em 0;
	padding-left: 85px;
}

#contents ul.bukken dd{
	margin: -1.5em 0 0 120px;
}

#contents span.date{
	padding-right: 10px;
}

/* news
***************************************************/
#news{
	background-image: none;
}

#news #contents{
	margin-top: 10px;
}

#news #contents dl.news dt{
	color: #ffffff;
	background-color: #002D00;
	padding: 3px 5px;
}

#news #contents dl.news dd{
	border: 1px #002D00 solid;
	padding: 3px 5px;
}

#news #contents dl.news dd.close{
	border: none;
	text-align: center;
	margin: 10px 0 30px;
}

#news #contents dl.news span.title{
	color: #ff0000;
}

/* ブラウザ互換
***************************************************/

