@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";

/* 構造
--------------------------------------------------------------------*/

#head_cont h2 {
	float:left;
	width:290px;
	padding:21px 0 8px;
}

#contents p.sub {
	padding:8px 0;
}

#voice {
	height:625px;
	background:url(../image/indvoice_bg.jpg) no-repeat left top;
	padding:0 0 0 60px;
	margin-bottom:20px;
	overflow:hidden;
	/zoom:1;
}

#voice dl {
	width:140px;
	padding:0 0 5px 5px;
	float:left;
}

#voice dl dd {
	padding-top:5px;
	font-size:1.2em;
	line-height:1.5;
}

#voice dl dd a {
	color:#068AC8;
	text-decoration:underline;
}

#voice dl dd a:hover {
	color:#068AC8;
	text-decoration:none;
}

#cont_right p.newstitle {
	background:url(../image/indnews_bg.jpg) no-repeat;
	font-size:14px;
	color:#434343;
	padding:5px 0 4px 18px;
	font-weight:bold;
}

#news {
	border:1px solid #D3D3D3;
	padding:0 10px;
	overflow:auto;
	height:150px;
	margin-bottom:30px;
}

#news .news_box {
	background:url(../image/news_bg.gif);
	padding:5px 0;
	font-size:1.2em;
	line-height:2.3;
}

#cont_right h3 {
	font-size:2.8em;
	color:#616161;
	border-left:5px solid #383838;
	border-right:5px solid #383838;
	padding:5px 0 5px 60px;
	line-height:1.3;
	font-weight:normal;	
}


#cont_right h3 span {
	padding-left:60px;
}

.index_box {
	padding:20px 0 0 20px;
}

.index_box h4 {
	font-size:2.8em;
	color:#8AA90F;
	border-left:5px solid #8AA90F;
	border-right:5px solid #8AA90F;
	padding:10px 0 10px 40px;
	font-weight:normal;
	margin-bottom:15px;
}

.index_box p {
	font-size:1.2em;
	line-height:1.5;
	padding-bottom:20px;
}

.index_box p.bold {
	font-weight:bold;
}

.index_box p.red {
	font-weight:bold;
	color:#E11B1B;
}

.index_box p span {
	font-weight:bold;
}

.index_box p span.red {
	color:#E11B1B;
}

/* 2010-10-25追加 */

#news dl {
	overflow:hidden;
	/zoom:1;
	font-size:1.2em;
	line-height:1.6;
	border-bottom:1px dotted #D3D3D3;
}

#news dl dt {
	width:80px;
	padding:5px 10px;
	float:left;
}


#news dl dd {
	padding:5px 10px;
	float:left;
}
