@charset "UTF-8";


/*1:{ݒ top.css
========================================*/

#header p.title {
	float: left;
	clear: none;
}
#contents h1 {
	background: url(../img/bg_contents_title.gif) no-repeat;
	height: 70px;
	width: 100%;
	padding: 20px 0 0 15px;
	font-size: 16pt;
	font-weight: bold;
}

#contents h2 {
	clear: none;
	float: left;
	margin-bottom: 10px;
}
#contents h3.blue {
	padding-left: 5px;
	margin-top: 8px;
	clear: both;
	background-image: url(../img/bar_h3_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 15px;
	height: 20px;
	width: 500px;
	line-height: 20px;
}
#contents h3.red {
	padding-left: 5px;
	margin-top: 10px;
	clear: both;
	background-image: url(../img/bar_h3_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 15px;
	height: 20px;
	width: 500px;
	line-height: 20px;
}

#contents h4 {
	clear: both;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 18px;
	padding-left: 13px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#contents p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 500px;
}
#contents ul#whatsnew {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#contents ul#whatsnew li {
	margin-left: 15px;
	list-style-image: url(../img/arrow_blue.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	width: 450px;
}
#contents dl#kousin {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#contents dl#kousin dt {
	clear: none;
	float: left;
	background-image: url(../img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100px;
}
#contents dl#kousin dd {
	clear: right;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	width: 360px;
}
#contents ul#title {
	float: left;
}
.right {
	text-align: right;
	margin-left: 15px;
}
