﻿@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;
}


/* ■■■ サブ ■■■ */
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;
	}
