@charset "utf-8";
/* CSS Document */

/*--------------------------------
header
--------------------------------*/
#header{
	background:url(../images/header_bg.gif) repeat-x;
	height:90px;
	width:100%;
}
#header-area{width:999px;
			height:auto;
			margin:0 auto;
			padding-top:10px;}
#header-area p{
	font-size:12px;
}
/*--------------------------------
header-navi
--------------------------------*/
#hnavi{
	margin-top:-17px;
	width:475px;
	float:right;
	height:26px;
}

#hnavi ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#hnavi li{
	text-indent:-9999px;
	float:left;
	margin:0;
	padding:0;
}
#hnavi a{
	display:block;
	height:26px;
}
.top a{background:url(../images/btn_cmn_grouptop.jpg) no-repeat top left;
	width:155px;}
.ryougoku a{background:url(../images/btn_cmn_ryougoku.jpg) no-repeat top left;
	width:82px;}
.kanda a{background:url(../images/btn_cmn_kanda.jpg) no-repeat top left;
	width:131px;}
.ichihara a{background:url(../images/btn_cmn_ichihara.jpg) no-repeat top left;
	width:107px;}	


.top a:hover{background-position:bottom left}
.ryougoku a:hover{background-position:bottom left}
.kanda a:hover{background-position:bottom left}
.ichihara a:hover{background-position:bottom left}

/*--------------------------------
パンクズ
--------------------------------*/			
#breadcrumb{width:999px;
			height:auto;
			margin:5px auto;
			
			
}
#breadcrumb li{display:inline;
				font-size:12px;}


/*--------------------------------
footer
--------------------------------*/			

#foot_wrap{
	height:200px;
	width:100%;
	background:url(../images/cmn-footer-bg.gif) repeat-x;
	margin:0;
}
#foot{text-align:center;
		position:rerative;
		padding-top:150px;}
		
#fnavi li{
		text-indent:-9999px;
		display:block;
		float:left;
		height:27px;
		}
#fnavi{width:413px;
		height:27px;
		margin:5px auto 0;
}
#fnavi a{display:block;
		height:27px;}

/*--------------------------------
content
--------------------------------*/	

#cmn-content{
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom:20px;
}

/*--------------------------------
content
--------------------------------*/	
#mainimg p{width:999px;
		height:300px;
		margin:0 auto;
}

#main-cont-top{background:url(../images/cmn-bg-top.png) no-repeat;
				width:999px;
				height:14px;
				margin:0 auto;
}


#main-cont-bg{width:999px;
			height:auto;
			background:url(../images/cmn-bg-middle.png) repeat-y;
			margin:0 auto;}
#main-cont{width:939px;
			height:auto;
			margin:0 auto;
			padding-bottom:10px;
}
#main-cont h2{padding:10px 0;}

#main-cont-bottom{width:999px;
	height:19px;
	background:url(../images/cmn-bg-bottom.png) no-repeat;
	margin:0 auto;
}

#main a{
	color:#06C;
	text-decoration:none;}
#main a:hover{text-decoration:underline;}


/*--------------------------------
装飾
--------------------------------*/	

#cmn-seigaiha{position:absolute;
			z-index:1000;
			margin-top:70px;
}

#cmn-message{position:absolute;
			bottom:75px;
			right:0px;
			z-index:1000;
}

h4{font-size:14px;
	margin:0px 0 5px 5px;
	color:#C00;}
	
#main-cont p a img{margin-left:10px;}
#main-cont p a img.first{margin-left:5px;}
