/* ---- Header ---- */
#header {
	background-image: url("../../image/top/main.jpg");
	height: 305px;
}

#header #logo {
	
}

#header #topic {
	float: right;
	display: block;
	margin: 180px 25px 0px 0px;
}

/* ---- コンテンツ部 ---- */
#contents {
	padding: 0px 0px 0px 0px;
}

/* ---- 最新情報 ---- */
#news {
	float: left;
	padding: 10px 0px 8px 0px;
	font-size: 13px;
	width: 455px;
	margin: 0px 0px 15px 0px;
}

#news h2 {
	background: url("../../image/top/title_news.jpg") left center no-repeat;
	width: 455px;
	height: 34px;
	margin: 0px 0px 3px 0px;
}

#news h2 a {
	display: block;
	float: right;
	background: url("../../image/common/pointer.gif") left center no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 12px 10px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#news h2 span {
	display: none;
}

#news ul {
	width: 220px;
	margin: 5px 0px 0px 0px;
}

#news li {
	list-style: none;
	border-bottom: dashed 1px #cccccc;
	margin: 0px 10px 5px 0px;
	padding: 5px 0px 5px 3px;
}

#news span.title {
	display: block;
	font-size: 11px;
}

#news span.value {
}

#news .left {
	padding: 7px 0px 0px 7px;
}

#news .left h3 {
	background: url("../../image/top/subtitle_news_junior.jpg") left center no-repeat;
	text-indent: -9999px;
	border-bottom: dashed 1px #cccccc;
	width: 210px;
	padding: 3px 0px 7px 0px;
}

#news .left .message {
	margin: 5px 5px 13px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	font-size: 12px;
	line-height: 180%;
}

#news .right {
	padding: 7px 0px 0px 7px;
}

#news .right h3 {
	background: url("../../image/top/subtitle_news_senior.jpg") left center no-repeat;
	text-indent: -9999px;
	border-bottom: dashed 1px #cccccc;
	width: 210px;
	padding: 3px 0px 7px 0px;
}

/* ---- ブログ＆HP ---- */
#blog_hp {
	float: right;
	padding: 8px 7px 8px 7px;
	width: 240px;
	font-size: 13px;
	margin: 0px 10px 0px 0px;
}

#blog_hp h2 {
	background-image: url("../../image/top/blog_hp.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: right;
	border-bottom: dotted 1px #999999;
	height: 35px;
	margin: 0px 0px 3px 0px;
}

#blog_hp h2 span {
	display: none;
}

#blog_hp dt {
	margin: 10px 0px 3px 15px;
	display: list-item;
	list-style: disc;
	color: #333399;
}

#blog_hp dd {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
}

#blog_hp dd p {
	background-color: #f6f6f6;
	font-size: 11px;
}

#blog_hp dd p.title {
	padding: 5px 0px 2px 30px;
	background-image: url("../../image/top/new_mark.png");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin: 3px 3px 0px 3px;
}

#blog_hp dd p.value {
	padding: 0px 0px 5px 30px;
	margin: 0px 3px 3px 3px;
}


/* ---- ちょい情報 ---- */
#information {
	float: left;
	width: 455px;
	padding: 0px 0px 8px 0px;
	font-size: 13px;
}

#information h2 {
	background: url("../../image/top/title_info.jpg") left center no-repeat;
	height: 34px;
	margin: 0px 0px 7px 0px;
	text-indent: -9999px;
}

#information li {
	list-style: none;
	border-bottom: 1px dashed #cccccc;
	padding: 5px 3px 7px 13px;
	background: url("../../image/common/pointer.gif") left center no-repeat;
}

