@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #474723;
	background-position: top;
	background-color:#808040;/*全体背景*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

input,textarea,select {
	font-size: 1em;
}


table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク設定（全体）
---------------------------------------------------------------------------*/
a {
	color: #595044;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}



/*コンテナー（HP全体のブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFF;
}



/*ヘッダー（最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height:0px;
	width: 0px;
	float: left;
}

#header h1 {
	text-indent: -9999px;
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	display: inline;
	margin-right: 16px;
	margin-top: 16px;
	line-height: 1.5em;
	clear: none;
	padding-bottom: 50px;
}


/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toppage #main {
	float: right;
	clear: none;
	padding: 0;
}

/*段落タグの余白設定*/
#main p {
	margin-top: 16px;
	margin-left: 0em;
}

#main h2 {
	font-size: 120%;
	line-height: 30px;
	padding-left: 16px;
	color: #FFFFFF;							/*文字色*/
	background-color: #BEBE7C;				/*背景色*/
	background-repeat: no-repeat;			
	background-position: left center;
	
}



/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
	clear: none;
	margin-top: 16px;
	height: auto;
}


/*h4見出しタグ設定*/
#side h4 {
	font-size: 100%;	/*下線の設定*/
	color: #474723;	/*文字色*/
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #474723;
	margin-bottom: 1em;
}

/*段落タグの余白設定*/
#side p {
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.8em;
	margin-left: 0em;
}


/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 0px;
}

ul.sidemenu li {
	margin-bottom: 1px;
}

ul.sidemenu a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンク下線消*/
	background-color: #BEBE7C;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			
	border: 1px solid #BEBE7C;	/*枠線*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu a:hover {
	color: #D6D6D6;	/*背景色*/
	border: 1px solid #796D5D;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


/*フッター（コピーライトHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*メインコンテンツ更新情報
---------------------------------------------------------------------------*/
#main .new dl {
	width: 640px;			
	height: 220px;			
	overflow: auto;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付太字*/
	color: #595044;		/*日付文字色*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付下線*/
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #C1BDB9;	/*外枠線*/
	width: 650px;
}

.ta1 td, .ta1 th{
	border: 1px dotted #9f9c98;	/*内枠線*点線(IE6前破線表示)*/
	padding: 10px 5px;			/*余白*/
	line-height: 1.8;
}

.ta1 th.tamidashi{
	width: auto;
	background-color: #f0ece7;	/*上部タイトル背景色*/
}

.ta1 th{
	background-color: #f0ece7;	/*左側見出し背景色*/
	width: 100px;
	text-align: center;
}


/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #4E9A9A;
}

.look {
	background-color: #E9E9E9;
}

.clear {
	clear: both;
}

ul.disc {
	list-style-type: disc;
	padding-right: 16px;
	padding-left: 1em;
}


#contents #main #map {
	height: 400px;
	width: 450px;
	float: left;
	clear: both;
	margin-top: 16px;
	margin-right: 16px;
	border: 0.5px solid #C8C8C8;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0.5px;
}

#contents #side #ry_logo {
	height: 80px;
	width: 200px;
}

#header h1 a img {
	margin-top: 16px;
	margin-left: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contents #main li {

}

#contents #side img {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 183px;
	width: 200px;
	border-top-color: #9FA069;
}

#side p a #risakoyahagi {
	width: 200px;
	height:60px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents #main img {
	width: 650px;
	margin-bottom: 16px;
}
#contents #main #img2 {
	clear: both;
	float: right;
	height: 200px;
	width: 200px;
	margin-right: 16px;
}


#main #i {
	font-size: 120%;
}

#main a #link {
	height: auto;
	width: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 16px;
}
#main .disc li {
	margin-left: 1em;
}
