/* ページ全体の基本レイアウト */
body {	color: #333333;	background-color: #EEE;	margin: 0px;	padding: 0px;}
#header {	width: 740px;	margin: 0px;	padding: 0px;	background-color: #99CB34;	text-align:center;}
#contents {	width:740px;	margin:0px;	padding:0px;}
#submenu {	width: 180px;	margin: 0px;	padding: 0px;	float:left;}
#main {	width: 545px;	margin: 0px;	padding: 0px;	float:right;	text-align:left;}
#textlink {	font-size: 0.75em;	color: #FFF;	padding: 3px;	text-align:left;}
#footer {	width: 740px;	margin-top: 10px;}

/* リンク */
a:link {	color: #003399;	text-decoration: underline;}
a:visited {	color: #003399;	text-decoration: underline;}
a:hover {	color: #333366;	text-decoration: none;}
a.white{	color: #FFFFFF;	text-decoration: none;}
a.white:visited {	color: #FFFFFF;	text-decoration: none;}
a.white:hover {	color: #99CC00;	text-decoration: underline;}

/* コンテンツ内 */
h3 {	background-color:#E6F2CC;	padding:2px;	 margin:30px 0px 5px;	font-size: 0.875em;	color: #336600;}
h4 {	font-size: 0.8125em;	font-weight: bold;	color: #003300; margin:20px 0px 5px;}
p {	font-size: 0.75em;	line-height: 150%;	padding: 0px;	margin: 0px 0px 10px;}

dl{ font-size: 0.75em;	padding-left:12px;line-height: 135%;font-weight: normal;margin:5px 20px 10px;}
dt{ float:left;}
dd{ margin-left:15px; padding-bottom:3px; text-indent:0;_text-indent:-0.25em;}
dd.link{ margin-left:19em; padding-bottom:3px;text-indent:0;_text-indent:-0.25em;}

.pagetop{	text-align:right;	padding: 10px 0px;}
.note {	font-size: 0.625em;	line-height: 125%;}
.clear {	clear: both;}
.midashi{	background-image:url(../images/midashi.jpg);	font-size: 1.0em;	font-weight: bold;	color: #336600;	background-repeat: no-repeat;	padding: 7px 10px;	height: 32px;}
.line {	border-bottom: 1px dotted #336600;}
.gallery{	margin:10px 8px;	border: 1px solid #FFFFFF;}
#block{	height:200px;	margin:0px;	overflow:auto;	background-color: #EBF4D5;	border: 1px solid #99CC33;}

.contact_table th{font-size: 0.8em; border-bottom:1px solid #FFF; font-weight:normal;color:#336600; text-align:left;}
.contact_table td{font-size: 0.8em; border-bottom:1px solid #FFF;}




