﻿@charset "utf-8";
/*-- 専用スタイルシート --*/


div#header div.menu {
	background-color : #000000 ;
}


div#contents {
	margin : 0 auto ;
	width : 900px ;
	height : 525px ;
	background-image : url(../img/toppage_contents.jpg) ;
}

div#contents h2 {
	padding : 0 ;
}


div#toppage-news {
	width : 503px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}

div#toppage-news h2 {
	height : 40px ;
}

div#toppage-news h2 img {
	display : block ;
}

div#toppage-news div.news {
	margin-left : 13px;
	width : 470px;
	height : 140px;
	background-color : #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#toppage-news div.news dl dt {

}

div#toppage-news div.news dl dd {


}

div#toppage-about {
	padding : 20px 0 0 20px ;
	width : 503px ;
}

div#toppage-about h2 {
	height : 40px ;
}

div#toppage-about h2 img {
	display : block ;
}

div#toppage-about div.about {
	margin-left : 13px ;
	padding : 20px ;
	width : 440px ;
	background-color : #ffffff ;
}

div#toppage-about div.about h3 {
	height : 40px ;
	font-size : 18px ;
	line-height : 27px ;
}
#contents #toppage-news .news .box {
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
}
.news_box {
	width: 430px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.news_box .date {
	float: left;
	width: 90px;
}
.news_box .news_source {
	float: left;
	width: 340px;
}
.news_box .border {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 0px;
	padding-top: 5px;
}
#contents #toppage-news .news iframe {
	height: 140px;
	width: 470px;
	overflow-x: hidden;
}
