@charset "utf-8";

/* コンテンツ
----------------------------------------------------------- */
#contents.top {
	width: 900px;
	float: left;
}
#contents.top p#topc{
    width:890px;
    margin:5px 0;
	height:210px;
	position:relative;
}
#contents.top p#topc img#main {
    width:580px;
	height:210px;
	position:absolute;
	top:0;
	left:0;
}
#contents.top p#topc a#right {
    width:310px;
	height:210px;
	position:absolute;
	top:0;
	right:0;
}
#contents.top p#topc a#btn {
    width:276px;
	height:32px;
	position:absolute;
	top:150px;
	left:20px;
	z-index:10;
}

#header h1{
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding: 15px 0px 0px 85px;
	margin: 0px;
	display:block;
}
#header p{
	font-size: 14px;
	font-weight: normal;
	display:block;
	padding: 15px 0px 0px 0px;
	float: left;
	width: 350px;
}

/* コンテンツ真ん中
----------------------------------------------------------- */
#contents.top #center {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	width: 475px;
	float: left;
}
#contents.top #center div.center-box{
	margin: 0px 0px 10px;
	padding: 10px;
	width: 453px;
	float: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#contents.top #center div.center-box p{
	border-bottom: 1px dotted #999999;
}
#contents.top #center div.center-box li{
	background: url(../common/list_mark01.gif) no-repeat left 3px;
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	white-space: nowrap;
}
#contents.top #center .bloghead dl{
	margin: 0px;
	padding: 5px 0px;
}
#contents.top #center .bloghead dl dt{
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
#contents.top #center .bloghead dl dd{
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #999999;
}
#contents.top #center .bloghead ul {
	margin: 0px;
	padding: 5px 0px;
}
#contents.top #center .bloghead ul li{
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	color: #CC0000;
}
#contents.top #center .bloghead ul li a{
	font-weight: normal;
}

/* コンテンツ右
----------------------------------------------------------- */
#right.top{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 7px;
}



