/* これ以降Mac IE 5には適用されない \*/
@import "body.css";
@import "navi.css";

#header {
	margin: 0px;
	height: 286px;
	width: 820px;
	padding: 0px;
}
#header img {
	margin: 0px;
	padding: 0px;
	height: 286px;
	width: 820px;
}

#contents-base {
	height: auto;
	width: 820px;
	background-image: url(../img/contents_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
}


#contents-left {
	height: auto;
	width: 546px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents-left h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news {
	margin-top: 10px;
}
#news-title {
	margin-top: 10px;
	padding-left: 10px;
	font-size:12px;
	color:#000;
}
.news-day {
	color: #0033FF;
}
.news-text {
	margin-left: 15px;
}

#contents-left dl {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents-left dt {
	float:left;
	color: #0033FF;
	margin: 0px;
	padding: 0px;
}
#contents-left dd {
	padding: 0px;
	margin-left: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contents-left p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contents-left .more {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
}
#contents-left .more a {
	color: #FF6600;
	height: 15px;
	width: 80px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	text-indent: 8px;
	font-size: 12px;
}
#contents-left .more a:hover {
	color: #FF6600;
	text-decoration: none;
	background-image: url(../img/more-ov.jpg);
	background-repeat: no-repeat;
}
#contents-right {
	margin: 0px;
	float: right;
	height: auto;
	width: 270px;
	padding: 0px;
}
#contents-right h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#contents-right img {
	margin: 0px;
	padding: 0px;
}
#contents-right p {
	margin: 0px;
	height: auto;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#contents-right h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 820px;
	float: left;
	color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer .infomation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
#footer a {
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.new-mark {
	background-image: url(../img/icon-news.gif);
	background-repeat: no-repeat;
	background-position: 150px;
	margin: 0px;
	padding: 0px;
}

