@charset "UTF-8";
/*-------------------------------------------------
	layout.css
-------------------------------------------------*/

/*-------------------------------------------------
	bannerエリア
-------------------------------------------------*/
.banner_area img {
	margin-bottom:25px;
}

/*-------------------------------------------------
	イベントタイトル
-------------------------------------------------*/
h3.event{
	background: url(event.gif) no-repeat 0 0;
	padding-left: 32px;
	height:27px;
	width:auto;
	border:none;
}

h3.event a{
	position:relative;
	top:5px;
	display:block;
}


/*-------------------------------------------------
	ページナビ
-------------------------------------------------*/
.pager {
	text-align: center;
	font-weight: bold;
	background: url(pager_tit.gif) no-repeat left 0;
	height:23px;
	clear:both;
	margin:0 5px 10px;
	width:547px;
	
}
.pager ul {
	position: relative;
	bottom: 3px;
}
.pager li {
	display:inline;
}
.pager li a {
	color:#000000;
}
.pager2 {
	text-align: left;
	font-weight: bold;
	background: url(pager_tit.gif) no-repeat left 0;
	height:23px;
	clear:both;
	margin:0 5px 10px;
	width:547px;
}
.pager2 p.left {
	float: left;
}

.pager2 p.left img {
	margin: 5px 0px 0 5px;
}

.pager2 p.right {
	float: right;
}
.pager2 p.right img {
	margin: 5px 5px 0 0px;
}

/*-------------------------------------------------
	コメントへのリンク
-------------------------------------------------*/
.comment {
	background: url(coment_tit.gif) no-repeat left bottom;
	font-size: 86%;
	height:23px;
	clear:both;
	margin:0 5px 30px;
	width:547px;
}

.comment li {
	margin: 0;
	list-style:none;
}
.comment li.left {
	float: left;
	padding-left: 5px;
}
.comment li.right {
	float:right;
	padding-right: 10px;
}
.comment li a {
	color:#000000;
	position:relative;
	bottom:2px;
}
/*-------------------------------------------------
	カレンダーへのリンク
-------------------------------------------------*/
.calender{
	margin-bottom: 10px;
}
.calender .month,
.calender .title{
	background:none repeat scroll 0 0 #04C4D7;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:16px;
	left:4px;
	margin:0;
	text-align:center;
	width:180px;
	padding:3px 0;
}


.calender .title .return_today{
	background:#ffffff;
	padding:2px;
	
}
.calender table {
	width:180px;
}
.calender table td {
	color:#492A15;
	font-family:Arial;
	font-size:12px;
	line-height:165%;
	margin-bottom:2px;
	margin-left:4px;
	padding:4px;
	border: 0px;
	text-align:center;
}
.calender table tr.week td {
	background:none repeat scroll 0 0 #75D5DF;
	font-size:10px;
	width:180px;
}
.calender table td a:link {
	color:black;
	text-decoration:underline;
}
.calender table .sun {
	color:#ff0000;
}
.calender table .sat {
	color:#0066FF
}
.calender table .today {
	background:none repeat scroll 0 0 #74D4DD;
	color: #ffffff;
}

.calender table .write{
	
}

.calender table a {
	font-weight:bold;
}
.calender .btn_today {
	background:none repeat scroll 0 0 #E0DFE3;
	padding:2px 0;
}
.calender .btn_today span {
	display:block;
	font-size:10px;
	height:12px;
	margin:0 auto;
	text-align:center;
	width:70px;
}
.calender .btn_today a {
	bottom:2px;
	left:3px;
	position:relative;
}

/*-------------------------------------------------
	コメント用フォーム
-------------------------------------------------*/
.red{
	color:#ff0000;
}
p.tit_comment_top {
	font-size:12px;
	font-weight:bold;
	margin:15px 5px;
	padding: 0 0 2px 8px;
	border-left: 5px solid #000000;
	border-bottom: 1px solid #000000;	
}

p.tit_comment {
	font-size:12px;
	font-weight:bold;
	margin:0 5px 15px;
}
.tbl_comment {
	border-top:1px solid #E5E5E5;
	margin:0 15px 30px;
}
.tbl_comment th {
	background:none repeat scroll 0 0 #E8E8E8;
	border-bottom:1px solid #E5E5E5;
	color:#000000;
	font-weight:bold;
	padding:5px;
	width:120px;
}
.tbl_comment td {
	border-bottom:1px solid #E5E5E5;
	padding:5px;
/*	width:428px;
*/}
.tbl_comment td.btn_comment {
	border:none;
	padding:10px 5px 10px 0;
	text-align:left;
}
.tbl_comment input .w01 {
	background:none repeat scroll 0 0 #F2F1F3;
	border:1px solid #A5ACB2;
	font-size:12px;
	height:20px;
}
.w01{
	width: 376px;
	background:none repeat scroll 0 0 #F2F1F3;
	border:1px solid #A5ACB2;
	height:20px;
	margin:2px 5px 2px 2px;
}
.w01ta {
	height:160px;
	width:380px;
	background:none repeat scroll 0 0 #F2F1F3;
	border:1px solid #A5ACB2;
	color:#666666;
	font-size:12px;
	margin:2px 5px 2px 2px;
}

/*-------------------------------------------------
	rss
-------------------------------------------------*/

.bx_rssLink {
	padding:0 0 24px 0px;
}

.bx_rssLink ul {
	font-family:Arial;
	font-size:12px;
	margin: 0 0 0 0;
}

.bx_rssLink ul li {
	margin: 0 0 5px 0;
	list-style: none;
	list-style-image:none;
}

.bx_rssLink ul li span a {
	padding-left:20px;
	background:url(pict_rdd.gif) no-repeat left center;
}

.bx_rssLink ul li span a:hover {
	background:url(pict_rdd_o.gif) no-repeat left center;
}


