﻿/*==最新行事情報ページ専用==*/

/* ページタイトル部分 */
#page-title {
	width:800px;
	height:250px;
	background: #fff;
	margin:0; padding:0;
	border-bottom:3px solid #a00;
	clear:both;
}


/* サイドメニュー部分 */
#cont-menu{
	width:200px; height:250px;
	margin:0 0 0.5em 0; padding:0;
	float:left;
}
#cont-menu ul {margin:0; padding:0;}
#cont-menu li {margin:0; padding:0; float:left; list-style-type:none;}

ul#cont-menu a {
	display:block;
	width:200px;
	overflow:hidden;
	background:url(../img/cont-menu.jpg) no-repeat;
	text-decoration:none;
}

#cont-menu li a{
	width:200px;
	display:block;
	overflow: hidden;
	background:url(../img/cont-menu.jpg) no-repeat;
	text-indent:-9999em;
}

#cont-menu #index { width:200px; }
#cont-menu #flower {width:200px; }

#cont-menu #index a { background-position: 0px 0px ; height:125px;}
#cont-menu #flower a { background-position: 0px -125px ; height:125px;}

#cont-menu #index a:hover { background-position: -200px 0px ;}
#cont-menu #flower a:hover { background-position: -200px -125px ;}

/* 訪れたページのメニュー部分をアクティブ状態に */
#cont-menu #index_visited { width:200px; height:125px; }
#cont-menu #flower_visited { width:200px; height:125px; }

#cont-menu #index_visited a { background-position: -200px 0px ; height:125px;}
#cont-menu #flower_visited a { background-position: -200px -125px ; height:125px;}


/* ページタイトル部分 */

#title_index, #title_flower {
	display:block;
	overflow:hidden;
	width:600px;
	height:250px;
	margin:0; padding:0;
	text-indent:-9999em;
	float:right;
}
#title_index {/* ご神札 */
	background: url(../img/title_index.jpg) no-repeat right;
}
#title_flower {/* お守り */
	background: url(../img/title_flower.jpg) no-repeat right;
}

/*右スケジュールエリア*/
#bnr-area  h2{ margin:10px 0 10px 0;}
#bnr-area  h3{ margin:10px 0 10px 20px; width:200px; background:#cfc; border-top:1px solid #060; border-bottom:1px solid #060;}

/* 花紹介部分 */

.midashi_flower{/* 主に大見出しに使用する見出し背景（茶） */
	width:520px; height:28px;
	font-size:18px;
	display:block; orverflow:hidden;
	padding:5px 0 0 15px; margin:1em 0 1em 25px;
	background: url(../../img/midashi_flower.gif) no-repeat center left;
	color:#fff; font-family: "ヒラギノ明朝 Pro W6", "ＭＳ 明朝";
	_line-height:200%;
	clear:both;
	text-decoration:none;
}
.midashi_flower a{ text-decoration: none; color:#fff;}

.p_flower { background: url(../img/back_flower.gif) repeat ; font-weight:bolder; font-size:14px;}
