@import url(style.css);

/*// widthMax 900px //*/
h1,h2,h3,h4,h5,p,ul,li,ol,body{padding:0;margin:0;}
/*//// default ////*/
body{
	height:100%;
	text-align: center;
	font-size:0.85em;
	line-height:1.5em;
	background:url(../common-img/bg.png);
	font-family: "メイリオ","ＭＳ Pゴシック",Osaka,Arial,sans-serif;
	}
img {border:0;}
a{text-decoration:none;}
a:link{
	color:#128458;
	}
a:hover{
	text-decoration:underline;
	color:#128458;
	position: relative;
	top:1px;
	left:1px;
}
a:visited{
	color:#6b3754;
	}
#header h1 {text-align: center;
	}
#header h1 span{display: none;}
#header h1 a,
#header h1 a:hover {
	background: url(../common-img/rogo2.png) no-repeat center center;
	display: block;
	width:480px;
	height:54px;
	margin:auto;
	position: absolute;
	top:30px;
	left:240px;
	}
h2,h3,h4{padding:5px 0;}

/*//// frame ////*/

#wrapper,
#header,
#contents,
#footermenu,
#footer{
		width:950px;
		}
#wrapper{
	margin:auto;
	background: url(../common-img/bg_02.png) repeat-y center center;
	}
#header{
	height:100px;
	text-align: left;
	background: url(../common-img/bg_01.png) no-repeat center center;
	position:relative;
	}
#menu{
	height:40px;
	text-align: center;
	background: url(../common-img/bar.png) no-repeat bottom center;
	}
#contents{
	padding-top:30px;
	padding-bottom:50px;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
#wrap{
		width:850px;
		margin: 10px auto 0px;
		text-align: left;
		}
	#main{
		width:600px;
		text-align: left;
		float: right;
		}
	#archives{
	width:200px;
	float:left;
	}
#footermenu{
	width:900px;
	height:auto;
	display:block;
	margin: 0px auto 20px auto;
	padding:5px 0 5px 20px;
	text-align: left;
	font-size:0.9em;
	}
#footer{
	height:100px;
	font-size:0.8em;
	line-height: 1.3em;
	}
#footer address{
	padding-left:20px;
	text-align: left;
	font-style: normal;
	text-align: center;

	}

/*//// decoration //*/
div.bodytop{
	background: url(../common-img/topbg.png) repeat-x top center white;
	}
div.bodybottom{
	background: url(../common-img/bottombg.png) repeat-x bottom center;
	}
div.corner01{
	background: url(../common-img/corner01.png) no-repeat top left ;
	z-index: 3;
	}
div.corner02{
	background: url(../common-img/corner02.png) no-repeat top right ;
	z-index: 4;
	}
div.corner03{
	background: url(../common-img/corner03.png) no-repeat bottom left ;
	z-index: 5;
	}
div.corner04{
	background: url(../common-img/corner04.png) no-repeat bottom right ;
	z-index: 6;
	}
div.corner01,
div.corner02,
div.corner03,
div.corner04,
div.bodytop,
div.bodybottom{
	width:100%;
	height:100%;
	}
/*//globalmenu//*/

ul.globalmenu{
	display: block;
	width:870px;
	margin:auto;
	list-style: none;
	}
ul.globalmenu li{
	display: block;
	float:left;
	padding: 0 5px;
	}
ul.globalmenu li a{

	padding:5px;
	}
ul.globalmenu li a:hover{
	position: relative;
	top:0px;
	left:0px;
	background: white;
	}
ul.globalmenu img{
	vertical-align:bottom;
	}

/*//achives menu//*/

#archives{
	width:200px;
	font-size: 0.9em;
	line-height: 0.9em;
}
*html #archives {line-height: 1.5em;}
*:first-child+html #archives {line-height: 1.5em;}
ul.leftmenu a:hover{
	position: relative;
	top:0px;
	left:0px;
	}
ul.leftmenu {list-style: none;}
ul.leftmenu li{
	padding:0px;
	}
ul.leftmenu li img{
	vertical-align: bottom;
	}
ul.leftmenu li ul{
	padding-left:20px;
	list-style-image:url(../common-img/li.png);

	}
ul.leftmenu li ul li{


	}
		
/*//footmenu//*/
ul.footmenu{
	display: inline;
	}
ul.footmenu li{
	display: inline;
	padding:0 5px;
	}
	
	
/* clearfix */
#main:after {
	content:" ";
	display: block;
	height:0;
	clear: both;
	visibility: none;
	}
	
/*MacIE begin \*/
*html #main{height: 1%;}
#main{display: block;}
/*MacIE end*/