﻿/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
********************************************/ 


* { margin: 0; padding: 0; border: 0 }

body {
	background: #F1FAC9;
	color: #666666;
	text-align: center;
	margin: 15px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, serif;
	font-size: 9pt;
	line-height: 1.5em;
}


a, a:visited {	
	color: #00BAFF;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #8C9E08;
	background: inherit;
	text-decoration: underline;
}

/*h2 {
	text-transform: uppercase;
}*/



ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#top-bg {
    position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}


#content-wrap {
	border-top: 5px solid #FFFFFF;
	width: 760px;
	padding: 0;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 820px;
	position: relative;
	height: 100px;
	background: #CCC url(header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}

#header h1 {
	padding: 0;
	letter-spacing: -1px;
	top: 358px;
	left: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 130px;
	margin-right: 0;
	margin-left: 0;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#header p {
	position: absolute;
	top: 150px;
	color: #113311;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 1.8em;
	float: right;
	right: 35px;

}

#header h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #ffffff;
	top: 25px;
	left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
}

#header img {
	position: absolute;
	left: 650px;
	top: 28px;
	
}

#header h3 {
	background-image:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 370px;
	left: 40px;
	margin: 0px;
	padding: 0px;
}
#header-photo {
	border-top:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	clear: both;
	height: 252px;
	width: 760px;
	padding: 0;
	background: #FFF url(../img/main.jpg) no-repeat top left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
}


 #nav1 {
	padding: 0;
	background: #899B39 url(menu.jpg) repeat-x;
	font: bold 16px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 760px;

	border-top :${menuBorderSize;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
}px solid $menuBorderColor ;
	border-bottom : ${menuBorderSize}px solid $menuBorderColor ;
}

#nav1 ul {
	float: left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-left: 1px solid #b1c361;
	border-right: 1px solid #617311;
	height: 40px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}

#nav1 ul li a:hover {
	background: #BCB1A6 url( selectedMenu.jpg ) repeat-x;
	color: #FFFFFF;	
}


li.current {
	background-color:#899B39;
	color: #FFFFFF;
} 

 


#main {
	float: left;
	width: 490px;
	display: inline;
	background: url(box.jpg) no-repeat;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#main p, #main h1, #main .hh2, #main h3, #main ol, #main ul, #main form {
	margin:10px 0pt 0pt 0pt ;
}

#main p, #sidebar p {
	text-align:justify;
	margin-bottom: 30px;
}


h1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#6D6B34;
	letter-spacing:3px;
	text-transform: uppercase;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.hh2 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, serif;
	font-size:16px;
	color:#6D6B34;
	letter-spacing:2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-weight: bold;
	background-image: url(../img/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h3 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#6D6B34;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 22px;
	display: block;
	background-image: url(../img/title_sub.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #009966;
}

.border {
	border:1px solid #CCC;
	padding:5px ;
}

a, a:visited {
	color:#00BAFF;
	text-decoration:none;
}

a:hover {
	color:#8C9E08;
	text-decoration:underline;
}


#sidebar {
	float: right;
	width: 230px;



	padding: 0px
	margin: 10px 0 0 0;	
	font-family:Trebuchet MS, sans-serif;
	font-size:9pt;
	color: #707070;
	margin-top: 30px;
	margin-left: 10px;
}


#sidebar *  {
	margin: 15px;
}

#sidebar h3 {
	font-family:Trebuchet MS, sans-serif;
    font-size:14pt;
	color: #AAAAAA;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #dadada;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #dadada ;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #A3825E;				
}


#sidebar ul.sidemenu li a:hover {	
	color: #303030 ;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



h1, .hh2, h3 {
	padding-top:5px;
}



#nav1 ul li a {
	font-size:14px;
}


#footer-wrap {
	clear: both;
	width: 820px;
	heigh:60px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}


#footer-wrap a {
	text-decoration: none;
	color: #666666;
}

#footer-wrap a:hover {
	color: #000;	
}

#footer-wrap p {
	margin-top:20px;
	padding:0;
}

#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-bottom {
	clear: both;
	margin: 0 auto; 
	width: 760px;
	padding: 0;
	text-align: center;
	border-top:2px solid #e4e4e4  ;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.clear { clear: both; }


#tokkyo {
	background-color: #FFFFE1;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.bg_color {
	background-color: #FFFFE1;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.red {
	color:#CC0000
}
.red_b {
	font-weight:bold;
	color:#CC0000
}
.float_l {
	float: left;
}
.clr {
	clear: both;
}
#honbu {
	padding-left: 8px;
	display: block;
	width: 210px;
	float: left;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
}
.pagetop2 {
	text-align: right;
	margin-top: 20px;
	margin-right: 240px;
}
.category {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
img.arw_g1 {
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
.f01 {
	line-height: 1.5em;
}

#main .f01 {
	width: 100px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F4FFF8;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #009966;
}

#main .f00 {
	margin-top: 3px;
	}
.pic_item {
	width: 230px;
	float: left;
	margin-bottom: 15px;
}
.style1 {
	line-height: 2em;
	border: 1px solid #999999;
	height: 18px;
}
.style3 {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
	height: 20px;
}

.style2 {
	border: 1px solid #999999;
}
.s_link,.s_link a {
	color: #666666;
}
.d_pic {
	width: 260px;
	height: auto;
	float: left;
	margin-right: 5px;
}
#element {
	list-style-position: outside;
	list-style-image: url(../img/arw-green.gif);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#map_side {
	border: 1px solid #009933;
	background-color: #FFFFFF;
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}
.ex_box {
		border: 1px solid #669900;
		padding: 8px;
		background-color: #f3f9db;
		margin: 10px 0 10px 0 ;
}
#logo {
	margin: 30px 40px 0 0;
	float:right;
}
.cur_title {
	font-weight:bold;
	
}#ta001 tr td {
	padding-bottom: 10px;
}

