﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);
#header {
	height: 460px;
	position: relative;
}

#header h2{
	position: absolute;
	top: 152px;
	left: 40px;
}


#content h3 {
	margin-bottom: 11px;
	padding: 3px 0 20px 0;
	background: url(../image/common/h2_back.gif) no-repeat left bottom;
	font-size: 22px;
	font-weight: normal;
	color: #333;
}

#content h4 {
	margin-bottom: 5px;
	padding: 0 0 0 12px;
	background: url(../image/common/h3_back01.jpg) no-repeat left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #880000;
}

#content p {
	margin-bottom: 48px;
	font-size: 14px;
}

#content iframe#news {
	height: 175px;
	width:580px;
	border:none;
	margin-bottom:50px;
	overflow-y:hidden;
}

.newBox {
	width:560px;
}

.newBox dl {
	padding: 0px 5px 0px 0;
	line-height: 1.4;
}

.newBox dt {
	padding:10px 0 10px 0;
	padding-left: 15px;
	float: left;
	clear: left;
	background:url(../image/common/icon02.gif) no-repeat 5px 14px;
	font-weight: bold;
	color: #133328;
}

.newBox dd {
	padding:10px 0 10px 0;
	padding-left: 153px;
	_padding-left: 150px;
	background: url(../image/common/line01.gif) repeat-x left bottom;
	color: #666;
}

.newBox dd a {
	color: #427CBD;
}

.newBox dd a:hover {
	color: #666;
}

#content iframe#month {
	height: 410px;
	width:580px;
	border:none;
}

#content .box {
	width:560px;
}

.box .sub {
	margin: 0 8px 10px 0;
	padding-top: 10px;
	background: url(../image/common/line01.gif) repeat-x left top;
	overflow: hidden;
	zoom: 1;
}

.box .sub span {
	float: left;
	width:160px;
	height:120px;
	overflow:hidden;
	display:block;
}

.box .sub p {
	margin: 0 0 0 175px;
	line-height: 1.4;
	font-size: 12px;
	word-wrap : break-word;
	word-break:break-all;
}

.box p.link {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}




