/* 
 Base
-------------------------------------- */
body,html {
	color: #664433;
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #F2F4DE url(../img/back.jpg);
	}
	body.top {
	background: url(../img/back_colloer.jpg);
	}
/*CO
body,html {
	color: #C7C4A2;
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(../img/back.jpg);
	}
	body.top {
	background: url(../img/back_blue.jpg);
	}
*/
a:link, a:visited{
	color: #CC6600;
	text-decoration: none;
	}
a:hover, a:active{
	color: #FFFFFF;
	}
h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 1px 5px;
	margin: 0px;
	line-height: 16px;
	float: right;
	}
p {
	margin: 2px 0px;
	padding: 0px;
	}


/* 
 layout 
-------------------------------------- */
#contener {
	width: 100%;
	height: 100%;
	background: url(../img/header_back.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 962px;
	height: 140px;
	background: url(../img/header.jpg) no-repeat right;
	}
#logo {
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: 90px;
	background: url(../img/logo.gif) no-repeat;
	float: left;
	text-indent: 0px;
	}
	#logo a {
	width: 260px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	}
#top_back {
	background: url(../img/topback_kazari.jpg) no-repeat right bottom;
	}
#top_main {
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: 400px;
	text-align: center;
	}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: url(../img/back_gra.jpg) repeat-x left top;
	height: auto;
	}
#footer {
	padding: 30px 10px 10px;
	width: auto;
	height: 60px;
	background: url(../img/footer_back.jpg) repeat-x left top;
	bottom: 0px;
	}
.left {float: left;}
.right {float: right;}
.alignleft {text-align:left;}
	.alignleft img {padding: 4px;}
.alignright {text-align: right;}
	.alignright img {padding: 4px;}
.clear {clear: both;}

#form {
	margin: 0px auto;
	padding: 15px;
	width: 650px;
	height: auto;
	}
.plantable {
	margin: 0px auto;
	height: 290px;
	width: auto;
	background: url(../img/tableback.jpg) no-repeat center 20px;
}

/* 
 navigation 
-------------------------------------- */
#navi {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 862px;
	background: url(../img/navi.gif) no-repeat;

	clear: both;
	}
	#navi ul {
	margin: 0px;
	padding: 0px 0px 0px 79px;
	list-style-type: none;

	}
	#navi li {
	float: left;
	height: 30px;
	text-indent: -9999px;
	}
	#navi a {
	height: 30px;
	display: block;
	text-indent: -9999px;
	}


#navi01 a {background: url(../img/navi.gif) -79px 0px;width: 160px;}
#navi01,#navi01 a:hover {
	background: url(../img/navi_over.gif) -79px 0px;
	width: 160px;
}
#navi02 a {background: url(../img/navi.gif) -239px 0px;width: 135px;}
#navi02,#navi02 a:hover {
	background: url(../img/navi_over.gif) -239px;
	width: 135px;
}
#navi03 a {background: url(../img/navi.gif) -374px 0px;width: 100px;}
#navi03,#navi03 a:hover {
	background: url(../img/navi_over.gif) -374px;
	width: 100px;
}
#navi04 a {background: url(../img/navi.gif) -474px 0px;width: 80px;}
#navi04,#navi04 a:hover {
	background: url(../img/navi_over.gif) -474px;
	width: 80px;
}
#navi05 a {background: url(../img/navi.gif) -554px 0px;width: 110px;}
#navi05,#navi05 a:hover {
	background: url(../img/navi_over.gif) -554px;
	width: 110px;
}
/*#navi06 a {background: url(../img/navi.gif) -563px 0px;width: 177px;}
#navi06,#navi06 a:hover {
	background: url(../img/navi_over.gif) -563px;
	width: 177px;
}*/
#navi07 a {background: url(../img/navi.gif) -664px 0px;width: 72px;}
#navi07,#navi07 a:hover {
	background: url(../img/navi_over.gif) -664px;
	width: 72px;
}



/* 
 style
-------------------------------------- */
.border {border: 1px solid #E5C39B;}
.border02 {border: 1px solid #ccbbaa;}
.border_dash { border: 1px #907070 dashed; }
.border_dot { border: 2px dotted #DE6C54;}
.border_dot02 { border: 2px dotted #DBAA23;}
.border_double { border: 3px double #924928;}
.border_double02 { border: 3px #FFbb66 double;}
.border_side { border-right: 1px solid #999999;border-left: 1px solid #999999;}
.border_bottom { border-bottom: 3px solid #924928;}
.border_top { border: 1px #FFCC66 solid;}
.border_tb { border-top: 1px solid #404069;border-bottom: 1px solid #404069;}
.btn {
	width: 110px;
	padding: 3px;
	margin: 5px;
	border: 3px double #E5C4A5;
	background-color: #D47058;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	float: left;
	}
	.btn a:link,.btn a:visited {
	color: #FFFFFF;
	}

.midashi {
	margin: 5px 0px;
	padding: 2px 2px 2px 5px;
	border-left: 8px solid #924928;
	border-bottom: 1px solid #924928;
	font-weight: bold;
	}


/* 
 text
-------------------------------------- */
.small {  font-size: 12px;}
.large {  font-size: 14px;}
.txt {  line-height: normal;}
.txtB {  font-weight: 900; line-height: 15px;} 
.txtB15 { font-size: 15px; font-weight: 900;}
.txt02 {  line-height: 140%;}
.Red {  color: #CC3300;}
.RedB {  color: #CC3300; font-weight: 900;}
.RedB15 { font-size: 16px;  color: #CC3300; font-weight: 900;}
.Ora {  color: #FE9F34;}
.OraB { color: #DBAA23; font-weight: 900;}
.OraB15 { font-size: 15px; color: #dd9900; font-weight: 900;}
.pinkB {  color: #DE6C54; font-weight: bold;}
.yell {  color: #FFC85E;}
.Gre {  color: #66BB51;}
.Blu {  color: #558899;}
.light { color: #E7E5D5;}
.lightB { font-weight: 900; color: #E7E5D5; line-height: 14px;}
.dark {  color: #E7E5D5}
.brown { color: #7C6B5C;}
.brownB { font-weight: bold; color: #7C6B5C;}
.white { color: #FFFFFF; font-size: 12px; line-height: 135%;}
.whiteB { font-weight: 900; color: #FFFFFF;} 
.black { color: #000000;}
.blackB { font-weight: 900; color: #000000;}
.purple { color: #990033;}

