@charset "UTF-8";
body{
	background-color: #333;
	color: #CCC;
}
a{/*リンクされた文字*/
	color: #FC0;
	font-style: normal;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color: #FF3;
	font-style: normal;
	text-decoration: underline;
}
a:visited {/*訪問後のリンク*/
	color: #FFCCCC;
	text-decoration: underline;
}
a:hover {/*マウスをのせたとき*/
	color: #FF6600;
	font-style: normal;
	text-decoration: underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
#head{
	background-color: #fff;
	height: 220px;
}
#menu {
	float: right;
	font-size: 14px;
	margin-top: 115px;
	margin: 134px 20px 0px 0px;
}
#menu ul li {
	float: left;
	margin-right: 1em;
	list-style-type: none;
	text-shadow: 0.1em 0.1em 2px #000;
}
#menu ul li a {
	color: #F30;
	font-weight:bold;
	text-decoration: none;
}
#contents {
	background-color: #333;
	clear: both;
}
.news {
	border: 1px dotted #999;
	margin:10px 0px;
	padding:10px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #bbb;
}
.newsText {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 15px;
	line-height:150%;
}
.newsDate {
	font-size: 10px;
	font-weight: normal;
}
.linkage {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	margin-bottom: 7px;
}

.linkageFlyer {
	width:228px;
	float:left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin-bottom: 7px;
	margin-right:8px;
}
.linkageFlyer img{
	margin-bottom:4px;
}

#banner {
	width: 177px;
	float: right;
	margin-bottom: 20px;
}
.bannerX {
	width:175px;
	height:50px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border:1px solid #000;
}


#footer{
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #444;
	width:938px;
	margin:0px auto 2em auto;
}#newsArea {
	width: 725px;
	float: left;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #FC0;
	margin-bottom: 15px;
}
