@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: small;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

/*リンクの基本設定*/
a {
	text-decoration: none;
	color: #603;
}
a:hover {
	color: #666;
}

/*ヘッダ*/
h1 {
	margin: 0px;
	height: 150px;
	background-image: url(../images/うすいピンク.jpg);
}

/*ニュース*/
.news {
	width:100%;/* IEのバグ対策 */
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #D5D5D5;
}
.news h2 {
	margin: 0px;
	font-size: medium;
	color: #F90;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
}
.news h3 {
	margin-left: 10px;	
	font-size: medium;	
}
.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;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.posted {
	clear: both;
	text-align: right;
	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: #FFF;
	background-image: url(../images/back.gif);
	padding-bottom: 10px;
}
#menu h2 {
	margin: 0px;
	color: #603;
	font-size: 12px;
	background-image: url(../images/midashiback.jpg);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	}

/*カレンダー*/
#calendar table {
	font-size: 10px;
	width: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#calendar caption {
	font-weight: bold;
}
#calendar th {
	color: #666;
	background-color: #FC0;
}

/*メニュー内のコンテンツ*/
#menu ul {
	font-size:15px;
	list-style-type: none;
	padding: 0px;
	margin: 5px 10px;
}
#search {
	margin-left: 10px;
}
#copyright {
	font-size: x-small;
	margin-left: 10px;
}
