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

@import "common/base.css";
@import "common/footer.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

#all {
	background:#fff url(../img/index/background.jpg) no-repeat right bottom;
	position:relative;
}

	#all div {
		zoom:0;
	}

#container {
	padding-bottom:800px;
}

h1 {
	width:100%;
	height:32px;
	background:#000;
	border-bottom:3px solid #9b0000;
	position:relative;
	z-index:100;
}

h1 img {
	position:absolute;
	left:30px;
	top:8px;
}

#flash {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	zoom:1;
}

#news {
	width:100%;
	height:218px;
	background:url(../img/index/back.jpg) repeat-x center bottom;
	text-indent:-9999px;
	position:absolute;
	left:0;
	bottom:453px;
}

#info {
	float:left;
	position:relative;
	left:58px;
	width:202px;
	margin-top:-250px;
	z-index:100;
	zoom:1;
}
/*
#info:not(:target) {
	width:202px;
	position:absolute;
	top:670px\9;
	left:58px;
	z-index:100;
}
*/
	
#main {
	width:800px;
	/*height:530px;    ←2011/03/23 被災時に変更*/
	height:450px;
	float:right;
	position:relative;
	margin-top:-450px;
	z-index:10;
	zoom:1;
}

	#main:after {
		content:".";
		display: block;
		height:0px;
		clear:both;
		visibility:hidden;
	}
	
	#main #newsS {
	    width:580px;
		padding:10px;
		position:absolute;
		right:30px;
		top:10px;
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		border:1px solid #ff3333;
	}
	
	    #main #newsS a {
	    	margin-top:10px;
			display:block;
		    text-align:right;
			font-size:0.9em;
			font-weight:normal;
	    }
	
	#main #navi {
		width:800px;
		height:340px;
		position:absolute;
		right:30px;
		top:0;
	}
	
		#navi dl {
			position:relative;
			padding-top:30px;
			z-index:20;
		}
		
		#navi dl dt,
		#navi dl dd {
			float:right;
			display:inline;
		}
		
		#navi dl dt {
			margin-left:20px;
		}
		
		#navi dl dd {
			background:url(../img/common/navi/menu/line.gif) repeat-y right top;
			margin-top:44px;
		}
		
		#navi dl dd a {
			width:38px;
			height:200px;
			background-image:url(../img/common/navi/menu/arrow.gif);
			background-position:center top;
			background-repeat:no-repeat;
			display:block;
			text-align:center;
			padding-top:25px;
		}
		
		#navi dl dd a:hover {
			background-image:url(../img/common/navi/menu/arrow_on.gif);
		}
		
		#navi dl dt.special {
			background:none;
			margin-left:20px;
		}
		
		
		#navi dl dt.s_title {
			margin-left:10px;
		}

#footer {
	/*margin-top:8px;    ←2011/03/23 被災時に変更*/
	margin-top:-72px;
	z-index:90;
}

	#footer #footer-title {
		height:40px;
	}
	
		#footer #footer-title ul,
		#footer #footer-copy ul {
			border-left:2px solid #e8e8ea;
			position:absolute;
			left:32px;
			top:0;
			padding-left:15px;
		}
		
		#footer #footer-title h2,
		#footer #footer-copy p#copyright {
			border-right:2px solid #e8e8ea;
			position:absolute;
			right:32px;
			top:0;
			padding-right:15px;
		}
		
		#footer #footer-title h2 {
			top:6px;
		}
	
	#footer #footer-copy {
		height:30px;
		position:relative;
	}
	
		#footer #footer-copy ul,
		#footer #footer-copy p#copyright {
			border-color:#49494c;
		}






