@charset "utf-8";
/*
body
Wrapper
Header
Main
Footer

------------------*/



body {
	margin:0 auto;
	padding:20px 0;
	color:#666;
	font-size:80%;
	line-height:1.5;
	background:url(../opus/img/back.gif) repeat-x top left;
	background-color:#DADADA; 
}



/*Wapper
------------------------------------------------------*/
#WRAPPER {
	width:800px;
	margin:auto;
	background-color:#FFF;
	background-image:none; 
	height:100%;
}
/*Header
------------------------------------------------------*/
#header {
	border-bottom:solid 1px #DDD;
	background-image:none;
	height:auto; 
}

/*Main
------------------------------------------------------*/
#maincol {
	clear:both;
}
#main {
	clear:both;
}
#main a{
	color:#FF9900;
}

/*common
------------------------------------------------------*/
h1 {
	margin-left:30px;
	padding-top:20px;
}
h2 {
border-top:none;
background-image:none;
padding:0 0 0 8px;
font-size:100%;
border-left:solid 5px #999;
}
h3 {
}
em {
	color:#339900;
}


/*Footer
------------------------------------------------------*/
#bottomcol {
	background-color:#DADADA; 
	height:2em;
	padding:0.5em 40px 0 40px ;
}

#bottomcol #navi{
	text-align:right;
	float:right;
	margin:0;
	padding:0px;
}
#bottomcol #navi ul{
	list-style:none;
	margin:0;
}
#bottomcol #navi ul li{
	background:url(../img/common/li_square.gif) no-repeat 0px 3px;
	margin:0 0 0px 15px;
	padding-left:1em;
	float:left;
}
#bottomcol #navi a{color:#666;}
#bottomcol #navi a:hover{color:#FF9900;}

/*仮
#bottomcol #copyright{
	float:left;
	color:#666;
	margin:0;
	padding:0;
}


*/

#bottomcol #copyright{
	background:url(../img/common/copy_opus.png) no-repeat top left;
	float:left;
	text-indent:-10000em;
	height:20px;
	width:300px;
}


#footer {
	clear:both;
	padding:10px 40px;
	height:40px;
	background-image:none; 
}
#footer p {
	float:left;
	margin:0;
}
#footer address {
	text-align:right;
	float:right;
	font-style:normal;
}



