@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------
 ブロック構造
------------------------------------------------------*/
#content{
	position: relative;
	left: 141px;
	top: 5px;
	width: 500px;
/*	display: table;*/
	min-height:500px;
	height: auto !important;
	height: 500px;
}

/*------------------------------------------------------
 右カラム内
------------------------------------------------------*/
div#rightInfo{
	top:140px;
	z-index: 10;
}
/*------------------------------------------------------
 左カラム内
------------------------------------------------------*/
#menu ul{
	height: 193px;
	width: 180px;
	position: relative;
	top: 43px;
	left: 12px;
	z-index: 3;
}
#menu li{
	list-style: none;
	margin-bottom: 11px;
	*margin-bottom: 3px;
	_overflow: hidden;
}
#menu li#gnavi02,#menu li#gnavi03,
#menu li#gnavi04{
	*margin-bottom: 7px;
}
#menu li#gnavi_menu03{
	margin-bottom: 14px;
	*margin-bottom: 9px;
}

#menu li a{
	display: block;
}
#menu li#gnavi06 a{
	width: 53px;
	height: 11px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 0;
}
#menu li#gnavi06 a.selected,
#menu li#gnavi06 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -149px;
}
#menu li#gnavi01 a{
	width: 180px;
	height: 13px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -25px;
}
#menu li#gnavi01 a.selected,
#menu li#gnavi01 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -174px;
}
#menu li#gnavi02 a{
	width: 59px;
	height: 12px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -50px;
}
#menu li#gnavi02 a.selected,
#menu li#gnavi02 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -199px;
}
#menu li#gnavi03 a{
	width: 63px;
	height: 14px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -75px;
}
#menu li#gnavi03 a.selected,
#menu li#gnavi03 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -224px;
}
#menu li#gnavi04 a{
	width: 81px;
	height: 14px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -100px;
}
#menu li#gnavi04 a.selected,
#menu li#gnavi04 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -249px;
}
#menu li#gnavi05 a{
	width: 164px;
	height: 24px;
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -125px;
}
#menu li#gnavi05 a.selected,
#menu li#gnavi05 a:hover{
	background: url(../../common/img/gnavi.jpg) no-repeat 0 -274px;
}
/*------------------------------------------------------
 content内
------------------------------------------------------*/
h3{
	margin: 30px 0 0 0;
	padding-left: 5px;
	clear: both;
}
dl{
	clear: both;
	width: 500px;
	padding-left: 7px;
	padding-top:15px;
	line-height: 180%;
	padding-bottom: 10px;
}
dt{
	color: #663300;
	width: 80px;
	font-weight: normal;
	float: left;
	margin-bottom: 10px;
}
dd{
	float: left;
	width: 400px;
	margin-bottom: 10px;
}
dd .mt5{
	margin: 5px 0;
}
.entry-more a{
	color: #006f47;
	background:url(img/icn_arrow.gif) no-repeat 0 0;
	padding: 0 0 0 17px;
	display: block;
	height: 13px;
	line-height:1;
	margin: 6px 0 4px 0;
	width: 110px;
}
a:link,a:visited{
	text-decoration: none;
	color: #006f47;
}
.entry-more a:hover{
	background:url(img/icn_arrow.gif) no-repeat 0 -13px;
	color: #d4003b;
}
.entry-body p , .entry-more p{
	margin:0;
	padding:0;
}
.content-nav a{ color: #630;}
.content-nav a:hover{ color: #d4003b;}
/*-----------------------------------------
　カレンダー
-----------------------------------------*/
.hit{ background: #ffeda9;}
.module-calendar{
	position: relative;
	right: 12px;
	width: 171px;
	padding: 0 0 0 12px;
	font-family: Verdana;
	font-size: 10px;
}
.module-calendar div.module-header{
	width: 171px;
	height: 18px;
	padding: 9px 12px 0 0;
	background: url(/common/img/bg_calHd.png) no-repeat;
	color: #fff;
	line-height:1;
	text-align: right;
}
#kkdjCal{
	width: 175px;
	background: url(/common/img/bg_calM.png) repeat-y;
	padding: 8px 0 10px 8px;
}
#kkdjCal th{
	font-weight: normal;
	width: 18px;
}
#kkdjCal td{
	padding: 3px 3px;
	width: 18px;
	height: 15px;
	color: #663300;
	text-align: center;
	line-height:1;
}
/* Safari4用 */
body:first-of-type #kkdjCal td{
	padding: 1px 3px;
}
.module-archives{
	background: url(/common/img/bg_calFt.png) no-repeat;
	width: 177px;
	height: 31px;
	padding: 7px 0 0 6px;
	font-size: 10px;
}
body:first-of-type .module-archives{
	padding: 7px 0 0 4px;
}

/*------------------------
　ナビゲーション
------------------------*/
.content-nav{
	text-align: center;
}
.paging-navigation-nolink{ display: none;}
.paging-navigation-link a{ text-decoration: underline;}