?/* 見栄えの標準 */
*{
	font-weight: normal;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('bg_main.gif');
	background-repeat: repeat-y;
	background-position: center center;
	}


address {
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
	}

/* コンテナ定義 */
/* 全体の覆い */
div#wrapper_top {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 800px;
	background-color: #FFFFFF;
}
/* ヘッダー */
div#header {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	height: 85px;
	width: 800px;
}

/* グローバルメニュー */
div#globalmenu {
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url('globalmenu.gif');
	background-repeat: repeat-x;
}


		/* グローバルメニューデザイン定義 */

		div#globalmenu ul {
			font-size: 12px;
			margin: 0px 0px 0px 30px;
		}
		
		div#globalmenu ul li {
			text-decoration: none;
			list-style: none;
			display: inline;
		}
		div#globalmenu ul li a:link {
			padding: 8px;
			text-decoration: none;
			color: #000000;
			}
		
		div#globalmenu ul li a:hover {
			padding: 8px;
			text-decoration: none;
			background-color: #FF9999;
		}
		div#globalmenu ul li a:visited {
			padding: 8px;
			text-decoration: none;
			color: #000000;
		}

/* コンテンツ覆い */
div#contents_top {
margin: 0px;
padding: 0px;
}

/* 左コンテンツ */
div#left_contents {
float: left;
width: 560px;
background-color: #FFFFFF;
}

/* 右コンテンツ */
div#right_contents {
float: right;
width: 238px;
}
/* 右コンテンツ画像メニュー位置指定 */
	div#right_contents img {
	margin: 5px;
	clear: both;
	}

/* 各種書類へのアクセスメニュー */

	div#right_contents ul {
	margin-right: 5px;
	margin-left:  5px;
	padding-left: 5px;
	list-style: none;
	}

	div#right_contents ul li {
	padding: 0px;
	}

	div#right_contents ul li a {
	color: #669900;
	text-decoration: none;
	padding: 5px;
	border-right: 1px solid #006600;
	border-bottom: 1px dotted #006633;
	border-left: 5px solid #336600;
	width: 200px;
	background-color: #FFFFCC;
	display: block;
	}

	div#right_contents ul li a:hover {
    width : 200px ;
    display : block ;
    border-left : 5px solid #cc9900 ;
    text-decoration : none ;
    color : #cc9900 ;
	}

/* 写真ボックス定義 */

	/* 写真付き文章ボックス　左よせ */
	div.img_left {
		margin: 10px 20px 0px;
		clear: both;
		} 
	div.img_left img {
		margin: 15px 10px 15px 0px;
		float: left;
		}
	
	/* 写真付き文章ボックス　右よせ */
	div.img_right {
		margin: 10px 20px 0px;
		} 
	div.img_right img {
		margin: 15px 0px 0px 10px;
		float: right;
		}

	/* 写真のみボックス */
/*	div.photo {
	margin: 10px 10px 10px 15px;
	padding: 0px;
	}
	div.photo p {
	text-indent: 0em;
	margin: 5px 0px 0px;
	padding: 0px;
	}
*/

	/* 写真２列のみボックス */
	div.photo {
	margin: 10px 10px 10px 15px;
	padding: 0px;
	}
	div.photo img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
	div.photo p {
	text-indent: 0em;
	margin: 5px 0px 0px;
	padding: 0px;
	clear: both;
	}


/* フッター */
div#footer {
	clear: both;
	width: 800px;
	background-color: #990000;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : black;
	}


/* 標準見出し・本文スタイル */
h1,h2,h3,h4,h5,h6,hr {
	margin: 10px 20px 0px;
	}

h1 {
	font-size: 16pt;
	font-weight: bold;
	clear: both;
	}

h2{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
	clear: both;
	}

h3{
	font-size: 12pt;
	margin-bottom: 3px;
	}

h4{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	}

p {
	font-size: 11pt;
	line-height: 150%;
	margin: 0px 20px;
	}

div#koushin table {
  font-size: 14px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: none;
  width: 520px;
	}

div#koushin table caption {
	margin-top: 1em;
	text-align: left;
	border-style: none;
	}

div#koushin table td,tr,th {
	padding: 4px 6px;
	border-style: none;
	}


.topic {
	padding-bottom: 5px;
	border-bottom-width: 1.5px;
	border-bottom-color: #006633;
	border-bottom-style: dashed;
	clear: both;
	}

div#yotei table {
    font-size: 14px;
    margin: 10px 20px;
    border: 1px solid #808080;
    width: 520px;
    border-collapse: collapse;
    border-spacing: 0;
	}


div#yotei table td {
    padding: 5px;
    border-top: 0 solid #808080;
    border-right: 0 solid #808080;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
	}

