/* --- common style ---------------------------------------------------- */

* {
	margin:0px;
	border:none;
	padding:0px;
	font-size:12px;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:lighter;
}

ul {
	list-style:none;
}

table,
table tr,
table tr th,
table tr td {
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
}

a:link {color:#498200; text-decoration:none;}
a:visited {color:#498200; text-decoration:none;}
a:active {color:#498200; text-decoration:none;}
a:hover {color:#498200; text-decoration:underline;}



/* --- site layout ----------------------------------------------------------- */

body {
	text-align:center;
}

div#layout {
	width:750px;
	margin:0 auto;
	/*background:url(../img/bg_layout.jpg) repeat-y;*/
	text-align:center;
}

div#layout div#header {
	position:relative;
	width:750px;
	height:146px;
	margin:0 auto;
	text-align:left;
}

div#layout div#wrapper {
	overflow:hidden;
	position:relative;
	width:750px;
	min-height:700px;
	_min-height:800px;
	margin:0 auto;
	background:url(../img/bg_wrapper.jpg) repeat-y;
	text-align:left;
}
* html body div#layout div#wrapper {
  min-height:800px;
	}

div#wrapper div#main {
	overflow:hidden;
	position:static;
	width:540px;
	min-height:700px;/* minimum navi height */
	_min-height:800px;
	margin:0 0 0 195px;
	text-align:left;
}
* html body div#wrapper div#main {
  min-height:800px;
	}


div#wrapper div#navi {
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0;
	width:183px;
	height:700px;
	_height:800px;
	text-align:center;
}
* html body div#wrapper div#navi {
  height: 800px;
	}


div#layout div#footer {
	clear:both;
	position:static;
	width:750px;
	padding:25px 0 0 0;
	margin:0 auto 0 auto;
	background:url(../img/bg_footer.jpg) no-repeat;
	text-align:center;
	font-size:10px;
}


/* --- header ---------------------------------------------------------------- */



div#header h1 {
	position:absolute;
	left:0;
	top:30px;
	width:750px;
	height:20px;
	line-height:20px;
	font-size:10px;
}

div#header p#sitemap {
	position:absolute;
	left:640px;
	top:105px;
	width:100px;
	height:20px;
	background:url(../img/arrow_01.gif) 0 5px no-repeat;
	text-indent:10px;
	line-height:20px;
	font-size:10px;
}

div#header p#to_index {
	position:absolute;
	left:0px;
	top:50px;
	width:750px;
	height:96px;
}



/* --- wrapper --------------------------------------------------------------- */



/* --- navi ------------------------------------------------------------------ */

div#navi div#menu {
	margin:0 0 20px 0;
	text-align:left;
}

div#navi div#menu ul {
	width:163px;
	margin:0 auto;
}

div#navi div#menu ul li {
	margin:0 0 5px 0;
}

div#navi div#menu ul li a {
	display:block;
	overflow:hidden;
	text-overflow:clips;
	width:163px;
	height:30px;
	background:url(../img/bg_navi.jpg) 0 0px no-repeat;
	text-indent:15px;
	padding-top: .5em;
	line-height: 1.0;
}

div#navi div#menu ul li ul {
	width:148px;
	margin:0 0 0 15px;
}

div#navi div#menu ul li ul li {
	margin:2px 0 5px 0;
}

div#navi div#menu ul li ul li a {
	display:block;
	width:148px;
	height:20px;
	background:url(../img/bg_navi02.jpg) 0 0px no-repeat;
	text-indent:15px;
}

div#navi div#banner {
	height:170px;
	margin:0 0 20px 0;
	text-align:center;
}

div#navi div#banner p {
	margin:0 5px 10px 5px;
}

div#navi div#rss {
	height:30px;
	text-align:center;
}

div#navi div#rss p {
	display:inline;
	margin:0 15px;
}



/* --- main ------------------------------------------------------------------ */

div#main p {
	margin:0 0 10px 0;
} 

div#main div.div_box_01 {
	padding:10px;
	background:url(../img/bg_main_01.jpg) repeat-y;
	margin:5px 0 10px 0;
} 

div#main p.p_box_02 {
	background:#CCCCCC;
} 

div#main div#news {
	margin:0 0 15px 0;
}

div#main div#news h2 {
	width:540px;
	height:25px;
	}

div#main div#news p.new {
	margin:5px 0 0 0;
	background:url(../img/arrow_01.gif) 3px 5px no-repeat;
	text-indent:15px;
	font-size: 14px;
}

div#main div#news div {
	position:relative;
	padding:5px;
	margin:0 0 10px 15px;
	background:#fff;
	border-bottom: #33CC33 1px dotted;
}

div#main div#news div p.date {
	position:absolute;
	right:0;
	top:-18px;
}

div#main div#news div p.detail {
	/*position:absolute;
	right:5px;
	bottom:-5px;
	z-index:10;*/
	text-align:right;
	margin:0 0 0 0;
}




/* --- footer ---------------------------------------------------------------- */

div#layout div#footer ul {
	overflow:hidden;
	display:inline;
	margin:0 auto;
	text-align:center;
}

div#layout div#footer ul li {
	display:inline;
	margin:0 0 0 0;
	font-size:10px;
	color:#498200;
}

div#layout div#footer ul li a {
	display:inline;
	margin:0;
	font-size:10px;
	color:#498200;
}

div#layout div#footer p {
	overflow:hidden;
	width:750px;
	margin:5px auto;
	text-align:left;
	font-size:10px;
	color:#000000;
}

div#layout div#footer p.copyright {
	overflow:hidden;
	width:750px;
	text-align:center;
	color:#498200;
}




/* --- sitemap ---------------------------------------------------------- */


div#main div#menu {
	margin:0 0 20px 20px;
	text-align:left;
}

div#main div#menu ul {
	width:350px;
	margin:0 0 0 0;
}

div#main div#menu ul li {
	border:2px dotted #CCFFCC;
	margin:0 0 15px 0;
}

div#main div#menu ul li a {
	display:block;
	overflow:hidden;
	text-overflow:clips;
	width:auto;
	height:20px;
	background:url(../img/bg_list_01.jpg) 0 2px no-repeat;
	text-indent:10px;
}

div#main div#menu ul li ul {
	width:148px;
	margin:0 0 0 15px;
}

div#main div#menu ul li ul li {
	margin:0 0 5px 0;
}

div#main div#menu ul li ul li a {
	display:block;
	width:148px;
	height:20px;
}



/* --- common parts ---------------------------------------------------------- */

div#main h3#entry_title {
	height:20px;
	border-bottom:2px dotted #CCFFCC;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#498200;
}

div#layout div#wrapper div#main .yourclass01 .ryoukin,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr td,
{
	border: 1px solid #000000;
}
	
div#layout div#wrapper div#main .yourclass01 .ryoukin tr{
	border: 1px solid #000000;
}

div#layout div#wrapper div#main .yourclass01 .ryoukin,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr td,funn
{
	text-align:right;
}

div#layout div#wrapper div#main .yourclass01 .ryoukin,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr,
div#layout div#wrapper div#main .yourclass01 .ryoukin tr th,
{
	border: 1px solid #000000;
}


td img.rosebar{
padding-right:26px;
	}

/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.b {
	font-weight:bold;
	font-size:14px;
	color:#FF6600;
}

.table_a {
	width:100%;
	vertical-align:top;
	margin:10px auto;
	border:1px solid #BECE9B;
}

.table_a,
.table_a tr,
.table_a tr th,
.table_a tr td {
	padding:7px; 
	vertical-align:top;
	line-height:2em;
	border-collapse:collapse;
}

.table_a th {
	width:30%;
	border:1px solid #BECE9B;
	color:#638C0F;
	vertical-align:middle;
	background-color:#e1fec4;
}

.table_a td {
	width:70%;
	vertical-align:top;
	border:1px solid #BECE9B;
}


.googlemaps{
	margin: 10px 0 20px 0;
}
