@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{
	padding-left: 20px;
}

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

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

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

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

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

#contents h4.subtitle{
	font-weight: bold;
	
}

#contents div.hidden{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #999999 solid;
}

#contents div.hidden ul{
	margin-bottom: 1.5em;
}

#contents div.hidden 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;
}

/* 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;
}

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

