@charset "shift-jis";
/*###########################################
‚r‚k
common.css
CSS Version 2.0
LastModified:2010.2.1 By kihira
###########################################*/
/*-----Global-----------------------------*/
*{
	padding: 0;
	margin: 0;
}
html{
	height:100%;
}
body{
	color:#333;
	text-align:center;
	font-size: 12px;
	height:100%;
}
body > #wrapper {height:auto;}

.clear{ clear: both;}
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}
/*-for IE-*/
.clearfix{
 	zoom:1;
}

img {
	border: 0;
}
a{
	text-decoration: none;
	color:#F9621E;
}
a:hover{
	text-decoration: underline;
	color:#F9621E;
}
.red{
	color:red;
}
p{
	text-indent: 1em;
	line-height:150%;
	letter-spacing: 0.08em;
}
.strike{
	text-decoration: line-through;
}
/*------‹¤’Ê•”•ª--------------------------*/
#wrapper{
	width: 760px;
	height:100%;/* for IE6 */
	min-height:100%;
	margin:0 auto;
	border-right:1px solid #45AF07;
	border-left:1px solid #45AF07;
}
#header img{
	vertical-align: bottom;
}
#navi{
	width: 760px;
	height:43px;
	margin:0px auto;
	background-color: #45AD07;
}
#navi img{
	margin:1px 1px 0 0;
	vertical-align: bottom;
}
#contents{
	text-align: left;
}
#sidenavi{
	float:left;
	width: 125px;
}
#sidenavi ul{
	list-style: none;
	margin:0;
	text-align: left;
}
#sidenavi li{
	display: block;
	background: url('../grf/bg_sub.jpg') no-repeat left top;
	width: 120px;
	height:28px;
	margin:8px 0px;
}
#sidenavi li.on{
	background: url('../grf/bg_subon.jpg') no-repeat left top;
}
#sidenavi li a{
	font-size:11px;
	color:#333;
	padding-top:8px;
	padding-left:3px;
	display: block;
	letter-spacing: 0.08em;
}
#sidenavi li.on a{
	color:#fff;
}
#sidenavi li a:hover{
	text-decoration: none;
}
#sidenavi li a.more{
	font-size:10px;
	letter-spacing: 0em;
}	
#main{
	float: left;
	width: 630px;
	min-height:600px;
	height: auto !important;
	height: 600px;
}
#main #main-inner{
	padding:10px 20px 0 5px;
}
#main .title{
	background: url('../grf/bg_title.jpg') no-repeat bottom left;
	width: 590px;
	height:30px;
	margin-bottom:5px;
	margin-left:10px;
}
#main .title h4{
	font-size:14px;
	font-weight: bold;
	color:#45AF07;
	letter-spacing: 0.2em;
	padding-top:2px;
	padding-left:4px;
}
.numbernavi{
	text-align: right;
	padding:5px 25px 5px 0;
}
.numbernavi a.on{
	text-decoration: underline;
}
#footer{
	width: 760px;
	background: url('../grf/bg_footer.jpg') repeat-x top left;
	margin:10px auto 0;
}
#footer .address{
	text-align: center;
	padding-top:13px;
	line-height:135%;
	letter-spacing: 0.1em;
	font-size:10px;
	color:#563203;
}
#footer .address h3{
	font-size:12px;
	font-weight:bold;
}
#footer .copyright{
	font-size:10px;
	font-weight: normal;
}


