﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
div#header-inner h2 {
	float: left;
	padding-top: 27px;
	margin: 0px;
	padding-left: 14px;
}
div#content h3 {
	font-size: 1.3em;
	background: url(../image/glo-bg03.gif) left top;
	line-height: 1em;
	font-weight: bold;
	margin: 0px 0px 20px;
	color: #fff;
	padding:7px 0px 7px 9px;
	width: 591px;
}
div#content h4 {
	color: #223e8d;
	padding: 6px 0px 5px 10px;
	border-left: 7px solid #223e8d;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1em;
}
div#content h5 {
	font: bold 1.2em/1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
div#content dl#new {
	overflow: auto;
	height: 90px;
	margin-bottom: 10px;
	border-top: 1px dotted #999;
}
div#content dl#new dt {
	float: left;
	padding: 5px 0px 5px 12px;
	width: 78px;
}
div#content dl#new dd {
	padding: 5px 10px 5px 0;
	margin-right: 2px;
	border-bottom: 1px dotted #999;
}
div#content .even {
	background: #f0ead6;
}

div#content dl#new dd a {
	color:#333;
	text-decoration:none;
}

div#content dl#new dd a:hover {
	text-decoration:underline;
}