/* サイト全体に適用 */
* {
	margin: 0;
	padding:0;
}

/*
.class名
#id名
*/

body {
	color: #00008B;
	text-align: left;
	background-color: #FFF9E5;
	font-family: "メイリオ", "ＭＳ ゴシック";
}

/* ページ全体 */
#page {
	width: 716px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: left;
}

/* 罫線 */
.line{
	border-top:2px solid #337AB7;
}

.line1{
	border-top:1px solid #337AB7;
}

/* 表題 */
#header {
	position:relative;
	left:152px
}


/* メニュー */
#menu {
}

ul.menu_f01{ /* メニュー */
	padding: 8px 0 8px 0;
}

ul.menu_f01 li{
	float: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: block;
}

ul.menu_f01 li a{
	height: 18px;
	width: 100px;
	padding: 6px 0px 6px 0px;
	border-bottom: 5px solid #999999;
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F8F9FF;

}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #FF99FF!important;

}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 6px 0 6px;
	border-bottom: 5px solid #FF99FF;
	background-color: #E8E8E8;
}

/* Copyright表示 */
#footer {
	margin:0 0 0 0;
}


/* ページ本文 */
#main {
}

/* 本文の見出し */
.h1 {
	height:28px;
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 15px;
	font-size:16px;
	font-weight:bold;
	background-image:url(./image/head017_05.png);
	background-size: 716px 32px;
}

/* 本文の見出し */
.h2 {
	height:20px;
	margin:0px 0px 4px 0px;
	padding:5px 0px 0px 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/point026_05.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

/* 曜日毎の見出し */
#h2_weekday {
}

.h2_weekday_sun {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/00_sunday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_mon {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/01_monday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_tue {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/02_tuesday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_wed {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/03_wednesday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_thu {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/04_thursday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_fri {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/05_friday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.h2_weekday_sat {
	height:22px;
	margin:0 0 0 14px;
	padding:2px 0 0 24px;
	font-size:15px;
	font-weight:bold;
	background-image:url(./image/06_saturday.jpg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

/* 曜日毎のコメント */
#h2_weekday_comment {
}


/* 本文の段落 */
.p {
	font-size:13px;
	padding:0 0 0 20px;
	line-height:140%;
}

.p12px {
	font-size:13px;
	padding:0 0 0 20px;
	margin: 0 0 0 12px !important;
	line-height:140%;
}


/* スライドショー */
#slideshow {
/*
	position: relative;
	width:  716px;
	height: 560px;
*/
}

#slideshow img {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}


/* お知らせ */
#newsbox {
	height: 100px;
	overflow: auto;
	border: 1px solid #00008B;
	background-color: #F8F9FF;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 13px;
	padding:10px 0 10px 10px;
}

.newInfo {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background-image: url(./image/new018_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-origin: content-box;
	font-size:13px;
}

.newInfo a {
	padding: 0 0 0 40px;
	line-height:140%;
}

.newInfo20px {
	margin: 0 0 0 20px;
	list-style-type: none;
	background-image: url(./image/new018_01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-origin: content-box;
	font-size:13px;
}

.newInfo20px a {
	padding: 0 0 0 0;
	line-height:140%;
}


.Info {
	padding: 0 0 0 40px;
	font-size:13px;
	line-height:140%;
}

.Info a {
	padding: 0 0 0 0px;
	line-height:140%;
}

.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}

.toInfo a {
	padding: 0px 0px 0px 20px;
	margin: 0 20px 0 0;
	background-image: url(./image/arrow070_04.gif);
	background-repeat: no-repeat;
}

.Info12px {
	padding: 0 0 0 40px;
	margin: 0 0 0 12px !important;
	font-size:13px;
	line-height:140%;
}


.recommendation {
	margin: 0 0 0 0;
	list-style-type: none;
	background-image: url(./image/text026_01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-origin: content-box;
	font-size:13px;
}

.recommendation a {
	padding: 0 0 0 40px;
	line-height:140%;
}

.recommendation_set {
	margin: 0 0 0 20px;
	list-style-type: none;
	background-image: url(./image/text026_01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-origin: content-box;
	font-size:13px;
}

.recommendation_set a {
	padding: 0 0 0 0;
	line-height:140%;
}

/* テキストを蛍光ペンでハイライト */
.marker {
	background: linear-gradient(transparent 40%, yellow 40%);
}

/* テキストを強調 */
.bold {
	font-weight: bold;
}

/* テキストの消し線 */
.through {
	text-decoration:line-through;
	color:red;
}

/* →ＸＸＸはこちらに適用 */
.to24px {
	padding: 0 0 0 20px;
	margin: 0 0 0 24px !important;
	text-align: left;
	list-style-type: none;
	font-size:13px;
	background-image: url(./image/arrow070_05.gif);
	background-repeat: no-repeat;
}

.to42px {
	padding: 0 0 0 20px;
	margin: 0 0 0 42px !important;
	text-align: left;
	list-style-type: none;
	font-size:13px;
	background-image: url(./image/arrow070_05.gif);
	background-repeat: no-repeat;
}

.to60px {
	padding: 0 0 0 20px;
	margin: 0 0 0 60px !important;
	text-align: left;
	list-style-type: none;
	font-size:13px;
	background-image: url(./image/arrow070_05.gif);
	background-repeat: no-repeat;
}

.to80px {
	padding: 0 0 0 20px;
	margin: 0 0 0 80px !important;
	text-align: left;
	list-style-type: none;
	font-size:13px;
	background-image: url(./image/arrow070_04.gif);
	background-repeat: no-repeat;
}


/* 当支部ご紹介に適用 */

.board{
	padding: 0 0 0 40px;
	font-size: 13px;
	line-height:140%;
}


/* 探鳥会に適用 */
.birdwatch_title {
	font-size:13px;
	padding:4px 0 0 60px;
}

.birdwatch_merit {
	font-size:13px;
	padding:0 0 0 40px;
}

.birdwatch_detail {
	font-size:13px;
	padding:4px 0 0 0;
	line-height:140%;
}


/* 販売コーナーに適用 */

rt {
	font-size: 0.7em;
	}

.p0px {
	font-size:13px;
	padding:0 0 0 0;
	line-height:140%;
}

.mailbox {
	height: 230px;
	width: 600px;
	border: 1px solid #00008B;
	background-color: #F8F9FF;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	padding:10px 0 10px 20px;
	margin: 0 0 0 60px ;
}

.mailbox_p {
	padding:0 0 0 0;
	margin: 8px 0 0 0 ;
}

.comment{
	padding: 0 0 0 60px;
	font-size: 13px;
	line-height:140%;
}


.h_mail {
	height:20px;
	margin:0px 0px 0px 50px;
	padding:9px 0px 0px 28px;
	font-size:13px;
	font-weight:normal;
	background-image:url(./image/point044_04.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.h_info {
	height:20px;
	margin:0 0 0 18px;
	padding:6px 0 0 26px;
	font-size:13px;
	font-weight:normal;
	background-image:url(./image/text009_05.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

/* 山口野鳥販売に適用 */

.cover {
	margin:10px 0 0 30px;
}

.table {
	margin:-280px 0 0 240px;
}

#zaiko_yacho {
	margin:10px 0 0 40px;
}

#zaiko_chousa {
	margin:10px 0 0 40px;
}

/* Test 画面分割に適用 */

.base {
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.class1 {
}
 
.class2 {
}











/* 訪問カウンターに適用 */
.numeric {
	color:#FFF9E5 ;
	background-color: #00008B;
/*
	font-weight:bold;
*/

}


