@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: small;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #CC0033;
}
#content {
	background-color: #FFFFFF;
	text-align:left;
	border:1px solid #cc0066;
}
h2 {
	margin: 0px;
	font-size: small;
	background-color: #FFFF00;
	color: #0033CC;
}
h3 {
	font-size: medium;	
}

/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	color: #66CCCC;
}

/*ヘッダ*/
h1 {
	margin: 5px 0px;
	font-size: small;
}

/*ニュース*/
.news {
	width:840px;/* IEのバグ対策 */
	margin-bottom: 0px;
	background-color: #FFFFCC;
	border: 0px solid #D5D5D5;
}

.news h2 {
	color: #3399CC;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
	font-size: small;
}
.news h3 {
	margin-left: 10px;	
}
.news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news p {
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}
.posted {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

/*メニュー*/
#menu {
	background-color: #FFFFFF;
	background-image: url(../images/back.gif);
	padding-bottom: 10px;
}

#menu h2 {
	color: #CC3300;
	background-image: url(../images/midashiback.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-style: normal;
	background-color: #0099FF;
	}

/*カレンダー*/
#calendar table {
	font-size: 12px;
	width: 160px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#calendar caption {
	font-weight: bold;
}
#calendar th {
	color: #993300;
}

/*メニュー内のコンテンツ*/
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#search {
	margin-left: 10px;
}
#copyright {
	font-size: x-small;
	margin-left: 10px;
}
#header ul {
	list-style-type: none;
	width: 863px;
	position: absolute;
	left: 10px;
	top: 228px;
}
#header ul li {
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 170px;
	text-align: center;
	display: block;
	border-top-color: #FFCC00;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
}
#header ul#nHome a {
	border-left-style: none;
}
