﻿@charset "UTF-8";

/*  レイアウト
-----------------------------------------------------------*/
div#mainContents {
	margin-top: 10px;
}
div#main {
	width: 680px;
}
div#sub {
	width: 240px;
}

.red{
	color:#E00;
}

/*  トップページ
-----------------------------------------------------------*/
/* ■■■ メイン ■■■ */
div#contents h2 {
	zoom: 1;
	width: 940px;
	margin: 20px auto;
	background: url(../../shared/images/bg_title01_bottom.gif) 0 100% no-repeat;
}
div#contents h2 em {
	display: block;
	padding: 8px 15px;
	background: url(../../shared/images/bg_title01_top.gif) 0 0 no-repeat;
	text-align: left;
	font-size: 133%;
	font-weight: bold;
	color: #999999;
}
div#contents h2 strong {
	color: #222222;
	font-weight: bold;
}

div.newsSection {
	margin: 0 0 35px 1px;
	padding: 0 0 35px;
	background: url(../../shared/images/line_dotted01.gif) 0 100% repeat-x;
}
div.newsSection h3 {
	margin: 12px 0 0;
	color: #333333;
	line-height: 150%;
	font-size: 133%;
	font-weight: bold;
}
div.newsSection p {
	margin: 15px 0 0;
	font-size: 109%;
	color: #666666;
	line-height: 175%;
}
div.newsSection p.time {
	margin: 0;
	font-size: 100%;
	line-height: 1.5;
}

div.newsSection p.small {
	margin: 10px 0 0;
	font-size: 100%;
	color: #666666;
	line-height: 150%;
}


div.newsSection li {
	margin: 0;
	font-size: 97%;
	color: #999999
	line-height: 175%;
}

/* ■■■ サブ ■■■ */
ul#dateMenu li {
	margin: 0 0 2px;
}


#importantNews{
	margin:20px 0;
	}
#importantNews .frameTop{
	margin-top:3px;
	padding-top:6px;
	background:url(../../shared/images/menu_frame_top.gif) top left no-repeat;
	}
#importantNews .frameBottom{
	padding-bottom:6px;
	background:url(../../shared/images/menu_frame_bottom.gif) bottom left no-repeat;
	}
#importantNews ul{
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
	padding:5px 10px;
	}
#importantNews ul li{
	padding-bottom:8px;
	margin-bottom:8px;
	background: url(../../shared/images/line_dotted01.gif) 0 100% repeat-x;
	}
#importantNews ul li.end{
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}

/*20101019*/

div.newsSection dl.planArea{
	margin: 0;
	padding: 10px 0;
	width: 650px;
	display: table;
	border-top: 1px solid #cccccc;
}
div.newsSection dl.planLast{
	border-bottom: 1px solid #cccccc;
}

div.newsSection dl.planArea dt{
	float: right;
	text-align: left;
	width: 300px;
}
div.newsSection dl.planArea dt img{
	float: left;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
div.newsSection dl.planArea dd{
	float: left;
	width: 340px;
}
div.newsSection dl.planArea dd p{
	margin: 0;
}

/*20101221*/
.text_ap{
	color:#666666;
	padding-left:300px;
	padding-top:5px;
	vertical-align:top;
	}


/*--文字small--*/
div.newsSection p.caption {
	font-size: 91%;
}
