/* メニューリンク */
table#menu a:link {
	font-size: 11px;
	color: #E63306;
	text-decoration: none;
}
table#menu a:visited {
	font-size: 11px;
	color: #7E1C03;
	text-decoration: none;
}
table#menu a:hover {
	font-size: 11px;
	color: #FFFF00;
	text-decoration: underline;
}

/* 文字 */
.text11 {
	font-size: 11px;
}

/* 文字サイズ12px */
.text12px {
	font-size: 12px;
	color: #333333;
}

/* 文字サイズ12px 行間18px */
.text12px-1 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/* 文字サイズ11px行間16px */
.itmtxt {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

/* 文字サイズ10px行間16px */
.text10px {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}

/* 文字サイズ10px */
.small {
	font-size: 10px;
}

/* 緑タイトル文字用 */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

/* 本文文字薄いグレー */
.text12px-lgray {

	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

/* ブーケ目次タイトル */
.bq_name {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	margin: 0px;
	padding: 0px;
}

/* 結婚賛歌大きい文字用 */
.text15px {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

/* 全体のリンク設定 */
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: underline;
}

/* はな里通信バックナンバー目次用 */
.text15px {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 8px;
}

/*RSS*/
.rss-box {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

li{
	padding: 0 0 0 20px;
    margin: 5px 0;
	background-image: url(img/icn_rss.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.rss-items, .side {
    margin: 3px 0;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 11px;
    line-height: 150%;
}
.rss-title {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	text-align: center;
}

/* HAISテーブル */

.hais_title {
	color: #FF3366;
}

#hais_table {
	border-collapse: collapse;
	border : 1px solid #FF6699;
	margin-top:5px;
}

#hais_table th {
	background-color: #FFE8E8;
	white-space: nowrap;
	padding: 10px;
	border-right : 1px solid #FF6699;
	border-bottom : 1px solid #FF6699;
	font-size: small;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

#hais_table td {
	padding: 5px;
	border-bottom : 1px solid #FF6699;
	font-size: small;
	color: #333333;
}

#hais_table_s {
	border-collapse: collapse;
	border : 1px solid #ccc;
	margin-top:0px;
}

#hais_table_s th {
	background-color: #eee;
	white-space: nowrap;
	padding: 10px;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	font-size: small;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

#hais_table_s td {
	padding: 5px;
	border-bottom : 1px solid #ccc;
	font-size: small;
	color: #333333;
}

.hais_event {
	border-left : 5px solid #FF9999;
	padding: 0 0 0 5px;
	margin: 10px 0;
	font-weight: bold;
}

#hais_table_s hr {
	border-top : 1px dotted #ccc;
	border-right : none;
	border-bottom : none;
	border-left : none;
	clear: both;
}

#kubo {
	padding: 3px;
	border : 1px solid #ccc;
}

.photo_kubo {
	width:53px;
	padding: 0 10px 5px 0;
	float: left;
}

.text_kubo h3{
	font-size: x-small;	
}

/*　school　*/
h2.school_title {
	font-size: medium;
	color: #333;
	border-left: 5px solid #999;
	padding-left: 5px;
}
table.school {
	border-collapse: collapse;
	border : 1px solid #999;
	margin: 0em 0em 1em 0em;
}

table.school th {
	background-color: #EEE;
	white-space: nowrap;
	padding: 2px;
	border-top : 1px solid #999;
	border-right : 1px solid #999;
	border-bottom : 1px solid #999;
	font-size: small;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

table.school td {
	padding: 5px;
	border-bottom : 1px solid #999;
	border-right : 1px solid #999;
	font-size: small;
	color: #333333;
	text-align: center;
}

.school_week {
	border-bottom : 5px solid #999;
}

table.school_course {
	border-collapse: collapse;
	border : 1px solid #999;
	margin-top:5px;
}

table.school_course th {
	background-color: #EEE;
	white-space: nowrap;
	padding: 5px;
	border-right : 1px solid #999;
	border-bottom : 1px solid #999;
	font-size: small;
	color: #333333;
	text-align: center;
}

table.school_course td {
	padding: 5px;
	border-top : 1px solid #999;
	border-right : 1px solid #999;
	font-size: small;
	color: #333333;
	text-align: left;
}

.school_hanaami_ab {
	background-color: #FF9595;
}

.school_hanaami_cd {
	background-color: #FF5151;
}

.school_hanaami_takefu {
	background-color: #FFE6E6;
}

.school_preserved {
	background-color: #9FE7F9;
}

.school_nfd {
	background-color: #C09EFA;
}

.school_hanatomidori {
	background-color: #A5F8A0;
}

.school_bouquet {
	background-color: #FF9900;
}

.school_transfer {
	background-color: #FFFF99;
}

ul.school_attention {
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px;
}

ul.school_attention li {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background-image: url(school/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: small;
}
/*TOPページショッピング部分*/
.shopping {
	margin: 8px 0px;
	padding: 0px;
	width: 316px;
	background-color: #ffffff;
	border-top: 2px solid #b01215;
	border-right: 2px solid #b01215;
	border-bottom: 6px solid #b01215;
	border-left: 2px solid #b01215;
}

.shopping .shopping_site {
	margin: 8px 0px 0px 0px;
}

.shopping span {
	display:block;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px;
}
/*TOPページメニュー部分*/
table.top_menu ul {
	margin: 5px 3px;
	padding: 0px;
}

table.top_menu ul li {
	margin: 0px 0px 0.3em 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(images/marker_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}
/*TOPページアレンジメント部分*/
table.top_arrangement {
	margin: 8px 0px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #fb9d87;
	cellspacing: 0px;
	cellpadding: 0px;
	border-collapse: collapse;
}

table.top_arrangement th {
	padding: 3px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;	
	border-right: 1px solid #fb9d87;
	border-bottom: 1px solid #fb9d87;
}

.arrange_th01 {
	background-color: #fee0d8;
}

.arrange_th02 {
	background-color: #fdc4b5;
}

table.top_arrangement td {
	padding: 3px;
	background-color: #ffffff;
	border-bottom: 1px solid #fb9d87;
}

table.top_arrangement ul {
	margin: 0px;
	padding: 0px;
}

table.top_arrangement ul li {
	margin: 0px 0px 0.3em 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(images/marker_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}