@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:850px;
   margin:0 auto;
}

div#wrapper{
   margin:0 auto;
	width:850px;
   border-right:1px solid #DFB689;
   border-left:1px solid #DFB689;
   background-image:url(img/bg.jpg);
   background-repeat:no-repeat
}


div#header {
   width:850px;
   background:#fff;
}

div#menu {
   width:850px;
   margin-bottom:10px;
   background-image:url(img/gardengarden.jpg);
   background-repeat:no-repeat;
}

div#menu div#pr{
	width:616px;
	height: 161px;
	float:right;
	margin-right:14px;
}

div#menu div#pr h2{
	font-size:14px;
	text-align:center;
	background-color:none;
	margin-top:24px;
}
div#menu div#pr ul{
	width:616px;
	background-color:none;
}

div#menu div#pr li a{
	color:#999999;
   width:130px;
}

div#menu div#pr ul li {
	float:left;
   padding-left:2px;
   width:152px;
   font-size:0.6em;
   list-style-type:none;
}


div#pr ul li {
	float:left;
   padding-left:2px;
   width:170px;
   font-size:0.6em;
   list-style-type:none;
   color: #666666;
}


div#menu ul{
	clear:both;
}
div#menu ul.topimage{
	padding-top:151px;
}
div#contents {
   clear:both;
   width:850px;
   background:url(img/bg_contents.gif) 0 0 repeat-y;
   border-bottom:1px solid #8A6236;

}


div#main {
   float:right;
   width:330px;
   margin-top:35px;
   margin-right:290px;
}

div#sub {
   float:left;
   width:190px;
   margin-top:10px;
   margin-left:5px;
}

div#footer {
   position:relative;
   clear:both;
   width:850px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0;
   font-size:2em;
   color:#000;
   line-height:60px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#535D57;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:849px;
   margin:0;
   padding:0px 0 1px 0px;
   margin-bottom:5px;
   }

div#menu li {
   float:left;
   font-size:0.75em;
   text-align:center;
   list-style-type:none;
   padding-right:0px;
}

div#menu li a:hover img {
	border:2px solid #FFCC33
	
}

div#menu li a img {
	border:2px solid #FFFFFF;
}


div#menu li a{
   display:block;
   width:211px;
   margin-right:1px;
   color:#fff;
   background:url(img/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(img/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#31001D;
}

div#main a:hover {
   color:#31001D;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color: #623A0F;
   font-size:0.85em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;

}

div#main h3 {
   margin-bottom:3px;
   font-size:0.90em;
	color: #764E22;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 10px 1em 0;
   font-size:0.75em;
   line-height:1.4;
   text-indent:1em;
}

div#main ul,ol,dl{
   margin-right:10px;
   font-size:0.75em;
}

div#main dt{

}

div#main li{
   float:left;
   font-size:0.9em;
   text-align:center;
   list-style-type:none;
   padding-right:0px;
   width:140px;

}

div#main p.tp{
	clear:both;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color: #006600;
   background:#CCFF00 url(img/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub ul {
   margin:0;
   padding:5px 0 0.1em 0;
   margin-bottom:10px;
}

.section li{
   margin:0;
   padding-left:0px;
   font-size:0.75em;
   line-height:1.1;
   list-style:none;
}



div#pr {

}
.about{
	clear:both;
	margin-top:0px;
}
.about p{
	font-size:0.9em;
	margin-top:5px;
	margin-left:5px;
}
/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:1em;
}

div#totop p{
   position:absolute;
   top:3px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(img/bg_totop.gif) 0 50% no-repeat;
	border:1px solid #666666;
}

address{
   padding:3px 0;
   font-size:0.63em;
   color:#333;
   clear:both;
   text-align:center;
}

#footer{
   clear:both;
   	background: #8A6236;
	color:#fff;
}

#footer #pr-footer{
	padding-top:0px;
	width:850px;
	height:250px;
	line-height:15px;
	text-align:left;
}

#footer #pr-footer ul li{
	float:left;
	list-style-type: square;
	color:#999999;
	margin:0 2px;
	width: 158px;
	color:#ebebeb;
}

#footer #pr-footer ul li a{
	color:#dcdcdc;
	text-decoration:none;
	font-size:0.70em;
}

#footer #pr-footer ul li a:hover{
	color:#e97e0b;
}


.section ul#pr ul li {
	float:left;
}