
/*		リンク関連の色指定		*/
	a:link{
		color: #3300CC;
		text-decoration: none;
	}

	a:visited{
		color: #666666;
		text-decoration: none;
	}

	a:hover{
		color: #3300CC;
		text-decoration: underline;
	}

	a:active{
		color: #666666;
		text-decoration: none;
	}


/*		bodyタグ		*/
	body{
		background-color: #FFFFF0;
		line-height: 1.25;
		background-image: url("image/cherry.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 90% 90%;
	}

	body.yakuin{
		background-color: #FFFFF0;
		line-height: 1.25;
		text-align: center;
		background-image: url("image/cherry.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 90% 95%;
	}

	body.yabusame{
		background-color: #FFFFF0;
		background-image: url("image/yabusame.jpg");
	}


/*		Pタグ		*/
	p{
		margin-right: 15%;
		margin-left: 12.5%;
		text-indent: 1em;
	}


	p.newpara{
		clear: left
	}	/*回り込み解除パラグラフ。リンク部分で使用*/


	p.indiv{
		margin-right: 10%;
		margin-left: 5%;
		text-indent: 1em
	}/*	リンク内divボックス	*/


	p.yakuin_right{
		text-align: right;
		margin-right: 25%;
	}


/*		hタグ関連		*/
	h2{
		margin-right: 30%;
		margin-left: 10%;
		margin-top: 1.25em;
		margin-bottom: 1.1em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-indent: 1em;
		text-align: left;
	}

	h2.yakuin{
		margin-right: 30%;
		margin-left: 30%;
		margin-top: 1.25em;
		margin-bottom: 1.1em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-align: center;
	}


	h3{
		margin-right: 17.5%;
		margin-left: 30%;
		padding-right: 0.5em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-indent: -1em;
		text-align: right
	}

	h4{
		margin-right: 25%;
		margin-left: 20%;
		padding-top: 1.25em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-indent: 1em;
		text-align: left;
	}

	h4.link{
		margin-right: 5%;
		margin-left: 1.5em;
		margin-top: 0.75em;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-indent: 1em;
		text-align: left;
	}

	div.link{
		background-color: #ccffcc;
		color: #333333;
		margin-top: 1.5em;
		margin-left: 7.5%;
		margin-right: 15%;
		border-color: #ffcc00;
		border-width: 1px;
		border-style: solid;
	}

	div.map{
		margin-top: 2.5em;
		margin-right: 5%;
		padding-bottom: 1.5em;
		border-right-color: #999999;
		border-right-style: dashed;
		border-right-width: 2px;
		border-bottom-color: #999999;
		border-bottom-style: dashed;
		border-bottom-width: 2px;
	}

	div.yakuin{
		background-color: #cccc99;
		margin-top: 1.5em;
		margin-right: 10%;
		margin-left: 10%;
		padding-bottom: 1.5em;
		border-right-color: #999999;
		border-right-style: solid;
		border-right-width: 2px;
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}




/*	addressタグ。主にふるさとマップ内部で使用	*/
address{
		background-color: #ffffff;
		margin-left: 50%;
		margin-right: 5%;
		margin-top: 1.25em;
		margin-bottom: 1.25em;
		text-align: center;
		font-style: normal;
		border-right-style: inset;
		border-right-width: thin;
		border-right-color: #333333;
		border-bottom-style: inset;
		border-bottom-width: thin;
		border-bottom-color: #333333;
	}

address.nyuukai{
		font-style: oblique;
		text-align: right;
		padding-right: 2em;
		margin-left: 40%;
		margin-right: 15%;
}





/*		imgタグ		*/
img{
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 0.25em;
	border-right-style: outset;
	border-right-width: 3px;
	border-right-color: #cccccc;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
	border-top-style: none;
	border-left-style: none;
}




img.float_left{
	float: left;
	margin-left: 15%;
	margin-right: 2em;
	border-right-style: outset;
	border-right-width: 3px;
	border-right-color: #cccccc;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
	border-top-style: none;
	border-left-style: none;
}



img.float_right{
	float: right;
	margin-right: 12.5%;
	margin-left: 2em;
	border-right-style: outset;
	border-right-width: 3px;
	border-right-color: #cccccc;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
	border-top-style: none;
	border-left-style: none;
}

img.citymap{
	margin-right: 10%;
	margin-left: 10%;
}





/*	ul/liタグ	*/
ul{
	list-style-type: none;
	margin-left: 20%;
}

ul.kisoku{
	margin-left: 5%
}
li.kisoku{
	text-indent: 2em;
}



/*	役員名簿リストに使用	*/
ul.yakuin{
	margin-left: 5%;
	margin-right: 7.5%;
	margin-bottom: 1.5em;
}

li.yakuin{
	text-indent: 2.5em;
}

/*	さくらんぼ狩り内部のリストに使用	right/map/cherry/cherry_other.htm	*/
ul.cherry{
	list-style-type: none;
	margin-left: 0%;
}

/*	emタグ	*/
em{
	margin-right: 0.5em;
}

em.ui{
	color: #660000;
	font-size: large;
}/*	宇井先生コンテンツ内強調	*/



em.kisoku{
	color: #333300;
	font-size: large;
}/*	会則コンテンツ内強調	*/
