@charset "UTF-8";
/* CSS Document */


/*モダンブラウザ用*/ 
img, iframe, object { max-width : 100%; } 
/*IE7用*/ .ie7 img, .ie7 object/ { width : 100%; }
/*IE8用*/ .ie8 img, .ie8 object { width:auto\9}


#body{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	overflow-x : hidden ;
}

#bigwrapper{
	height:auto;
	width:1030px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper{
	margin-top:50px;
	height:auto;
	width:700px;
	float:right;
	padding-right: 50px;
	margin-left:200px;
	margin-bottom:50px;
}
		

#navi{
	height:30px;
	width:100%;
	background-color:#9C0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	margin-bottom: 15px;
	position:fixed;
	top: -2px;
}
#company{}
#access{}

#navismall{
	width:550px;
	padding-right:20px;
	float:right;
	margin-top:10px;
	font-size: 80%;
}

#navismall ul{
	list-style:none;
	margin:0;
	padding:0px;
	height:25px;
	overflow:hidden;
}

#navismall li{
	float:left;
	width:90px;
	margin:0;
	padding:0;
}
#navismall li a:hover {
	color: #F63;
}
#navismall a{
	width:100%;
	padding:5px 0 5px 0;
	color:#6B584A;
	text-decoration:none;
	text-align:right;
}

#sidenavi{
	width:120px;
	height:70%;
	background-color:#FFF;
	background-filter:alpha(opacity=60);
	margin-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-right:2px solid #C1B597;
	float:left;
	position:fixed;
	float:left;
}		

#sidenavi {
	font-size: 100%;
	list-style: none;
}
#sidenavi li {
	margin-bottom: 0.8em;
}
#sidenavi li a {
	text-decoration: none;
	color: #563C26;
}
#sidenavi li a:hover {
	color: #94C933;
}

#contents {
	height: 400px;
	margin-right: auto;
	margin-bottom: auto;
}


#title {
	border-left-style:solid;
	border-left-color:#9C0;
	border-bottom-style:dashed;
	border-bottom-color:#847C56;
	height: 15px;
	width: 650px;
	border-left-width: 6px;
	padding-top:3px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	}

#left-line {
	border-left-style:solid;
	border-left-color:#FC0;
	border-left-width: 5px;
}
#right-line {
	border-right-style:solid;
	border-right-color:#FC0;
	border-right-width: 5px;
}
a{
	color:#300;
	text-decoration: none;
}

a:visited{
	color:#300;
	text-decoration: none;
}

a:hover{
	color:#F60;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#footer{
	bottom:-20px;
	height: 20px;
	background-color: #6B6339;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	width:97%;
	clear:both;
	font-size: 60%;
}
