/* ------------------------------
 全体の色
------------------------------ */
body{
	background:#d2f6c1;
}
/* ------------------------------
 大枠
------------------------------ */
.main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	position:relative;
	background-image:url(img/main_bg.png);
	background-position:top center;
	background-repeat:repeat-y;

}
/* ------------------------------
 回りこみの解除
------------------------------ */
.clear {&nbsp;clear:both;&nbsp;}
/* ------------------------------
 Header
------------------------------ */
.header{
	width:900px;
	height:75px;
	background-image: url(img/header.png);
	background-position:top center;
	background-repeat:no-repeat;
}


.entry_header{
	width:900px;
	height:75px;
	background-image: url(img/header2.png);
	background-position:top center;
	background-repeat:no-repeat;
}
/* ------------------------------
 左はトップ画像＋過去ログ（ナビゲーション）＋What's New（コンテンツ）
------------------------------ */
.left{/* 左全体の設定 */
	float:left;
	width:650px;
}
.top{/* トップ画像置き場（トップと記事では画像が異なる） */
	width:650px;
}
.archive{/* 過去ログ置き場 */
	width:630px;
	color:#f25b00;
	margin:0px 0px 0px 20px;
	font-size:80%;
}
.nav{/* 過去ログメニュー */
	margin:0px 0px 20px 20px;
	padding:0px;
	font-size:80%;
	height:20px;
}
.nav h3{
	font;80%;
	color:#f77800;
}

.nav ul{
	list-style:none;
}
.nav li{
	float:left;
	text-align:center;
	text-decoration:none;
}

.nav li a{ 
	text-decoration:none;
	display:block;
	padding:0px 10px 0px 0px;
	/*width:60px;*/
}

.nav a:link {
	color: #0099f7;
}

.nav a:visited {
	color:#0099f7;
}

.nav a:hover {
	color:#f25b00;
}

.navi-link{/* パンくずリスト */
	font-size:80%;
	margin:0 0 10px 20px;
}
.navi-link a{
	text-decoration:none;
	color:#0099f7;
}

.navi-link a:visited{
	color:#0099f7;
}

.navi-link a:hover{
	color:#f25b00;
}

.contents{/* コンテンツ */
	width:630px;
	margin:0px 0px 0px 20px;
	line-height: 150%;
}
.contents h3{
	font:80%;
	color:#f7005f;
}

.contents a{
	text-decoration:none;
}

.contents a:link {
	color: #0099f7;
	text-decoration:none;
}

.contents a:visited {
	color:#0099f7;
}

.contents a:hover {
	color:#f25b00;
} 

.emg{/* 重要 */
	text-align:left;
}

.emg ol li{
	list-style:none;
	font-size:80%;
	line-height:100%;
	padding:0 0 0 12px;
	margin:0 0 10px 0px;
}

.emg a {

text-decoration: underline;

} 

.emg a:link {
	color: #ff0000;
}

.emg a:visited {
	color:#ff0000;
}

.emg a:hover {
	color:#0099f7;
} 


.topnews{/* トップニュース */
	text-align:left;
}

.topnews h4{
	margin:0px 0px 0px 20px;
}

.topnews ol li{
	list-style:none;
	font-size:80%;
	line-height:100%;
	padding:0 0 0 12px;
	margin:0 0 10px 0;
}


/* ------------------------------
 右はメニューと行事予定
------------------------------ */
.right{/* 右全体の設定 */
	float:right;
	width:250px;
}
.menu{/* メニューの設定 */
	width:250px;
	height:330px;
	padding:0px 0px 0px 0px;
	background-image: url(img/menu_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.menu ul{
	list-style:none;
	margin:0px;
	padding:10px 0px 0px 30px;
	font-weight:bold;
}

.menu li{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	text-decoration:none;}

.menu li a{
	color:#fff;
}

.menu li a:hover{
	color:#f25b00;
}



.schedule{/* 行事予定表の設定 */
	width:250px;
	background-image: url(img/schedule_bg.png);
	background-repeat:repeat-y;
	float:left;
}
h2.schedule-header {
    margin:0px 0px 0px 50px;
    padding:0px 0px;
    font-weight:bold;
    font-size:100%;
    color:#fff;
}
.schedule-contents table {
    	width: 180px;
	margin-left:10px;
}

.schedule-contents th {
    text-align: center;
    line-height: 1.6;
    padding:0 2px;
    color: #fff;
    font-weight: bold;
}
.schedule-contents td{
	color:#fff;
}
.schedule-contents td a{
	color:#fff;
}
.schedule-contents td a:hover{
	color:#f25b00;
}

.schedule-contents td.day,
.schedule-contents td.week {
	width:12px;
	text-align: center;
    	padding: 0 2px;
    	line-height: 1.6;
    	font-weight: normal;
    	font-size: small;
    	border: 0px;
	vertical-align:top;
}
.schedule-contents td.summary {
	text-align: left;
    	padding-left:2px;
	padding-right:10px;
	padding-top:0px;
    	line-height: 1.4;
   	font-weight: normal;
   	font-size: small;
  	border: 0px;
}
.schedule-contents td.summary ul {
	margin: 0;
    	margin-left:8px;
    	padding: 0;
}
.schedule-contents td.summary ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.schedule-contents td.summary ul li span {
    font-size: small;
}

