﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

/*          topics         */

#content #topics {
	height: 181px;
	overflow-y: scroll;
	border: #C2C2C2 1px solid;
	margin-bottom: 30px;
}

#content #topics dl {
	padding-left: 9px;
	background-color: #FFF;
}

#content #topics dl.even {
	background-color: #F5F6F6;
}

#content #topics dt {
	float: left;
	clear: left;
	padding: 4px 0 0 21px;
	background:url(../image/topics_bg01.gif) left 10px no-repeat;
}

#content #topics dl.even dt {
	background:url(../image/topics_bg02.gif) left 10px no-repeat;
}

#content #topics dd {
	padding: 4px 0 2px 133px;
	_text-indent: -3px;
}

/*        box          */

#content .box {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 20px;
}

#content .box div {
	float: right;
}

#content .box p {
	margin: -2px 203px 0 0;
}

/*           box02             */

#content .box02 {
	margin-bottom: 26px;
}

#content .box02 .same {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 16px;
}

#content .box02 .second {
	margin-bottom: 15px;
}

#content .box02 .same p.linkR {
	float: right;
}

#content .box02 .same dl.textL {
	float: left;
	padding-left: 88px;
}

#content .box02 .same dl.no01 {
	background: url(../image/index_icon01.jpg) left 0px no-repeat;
}

#content .box02 .same dl.no02 {
	background: url(../image/index_icon02.jpg) left 0px no-repeat;
}

#content .box02 .same dl.no03 {
	background: url(../image/index_icon03.jpg) left 0px no-repeat;
}

#content .box02 .same dl.no04 {
	background: url(../image/index_icon04.jpg) left 0px no-repeat;
}

#content .box02 .same dl dt {
	font-size: 1.7em;
	font-weight: bold;
	color: #52992C;
	line-height: 1.1;
	font-family: "Meiryo";
	margin-bottom: 5px;
}

#content .box02 .same dl dt.special {
	margin-bottom: 3px;
}

#content .box02 .same dl dt.special02 {
	margin-bottom: 2px;
}

#content ul.publink {
	margin-bottom: 29px;
}

