@charset "shift-jis";
/*###########################################
•xŽmàÛàè
layout.css
CSS Version 2.0
LastModified:2009.06.19 By kihira
###########################################*/
/*########################
Global
########################*/
*{
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

body{
	color:#474747;
	text-align:center;
	font-size: 13px;
}
.clear{ clear: both;}
a{text-decoration: none;color:#660000;}
a:hover{text-decoration: underline;}

/*########################
‹¤’Ê•”•ª
########################*/
#header{
	margin:0 auto;
	width:780px;
}
#header .welcome{
	background-color: #996600;
	height:20px;
	text-align: left;
}
#header .welcome h3{
	font-size:13px;
	color:#ffffff;
	font-weight: normal;
	padding-left:5px;
	padding-top:2px;
}
#header img{
	vertical-align: bottom;
}
#wrapper{
	background: url('../grf/back.gif') repeat-y top left;
	width: 780px;
	min-height:740px;
    height: auto !important;  
    height: 740px; 
	margin:0 auto;
	text-align: left;
	position: relative;
}
#navi{
	float:left;
	width: 134px;
	text-align: left;
}
#navi img{
	vertical-align: bottom;
}
#navi .navi-footer{
	width: 130px;
	text-align: center;
}
#navi .navi-footer .inner{
	border-bottom:5px solid #006600;
	padding-top:50px;
	padding-bottom:3px;
}
#navi .navi-footer h3{
	font-weight: bold;
	font-size:14px;
	color: #006600;
	letter-spacing: 0.1em;
}
#navi .navi-footer span{
	font-size:11px;
}

#contents{
	border-left: 2px dashed #006600;
	min-height:740px;
    height: auto !important;  
    height: 740px; 
	float:left;
}
#contents .contents_footer{
	position:absolute;
	bottom:5px;
	width:620px;
}
#contents .contents_footer img{
	float:right;
}
#contents .contents_footer .foot-navi{
	float:left;
	padding-top:18px;
	padding-left:20px;
	letter-spacing: 0.2em;
}
#contents .contents_footer .foot-navi a{text-decoration: underline;}

#footer{
	width:780px;
	margin: 0 auto;
	text-align: right;
}
#footer .foot_top{
	background-color: #FFCC33;
	height: 25px;
}
#footer .foot_top .inner{
	padding-top: 7px;
	padding-right: 8px;
	letter-spacing: 0.08em;
}
#footer .foot_middle{
	background-color: #CE9A00;
	height:24px;
}
#footer .foot_middle table.foot{
	margin:0 0 0 auto;
}
#footer .foot_middle table.foot td{
	text-align: left;
	font-size: 11px;
	line-height:110%;
	letter-spacing: 0.1em;
}
#footer .foot_bottom{
	background-color: #996600;
	height:20px;
}
