@charset "UTF-8";

/* トップページ
---------------------------------------- */
#page_image{
	background:url(../img/index/index_image.png) center top no-repeat;
}

h2#h2_index{
	margin:0 auto;
	text-align:left;
	width:980px;
	
}
	h2#h2_index img{
		margin:280px 0 36px;
	}

#left_column h3{
	margin-left:14px;
	line-height:0;
	font-size:0;
}

#intro{
	margin-left:14px;
	background:url(../img/index/bg_intro.jpg) 0 0 no-repeat;
}
	#intro h3{
		margin-left:0;
	}
		#intro h3 img{
			margin-top:15px;
		}
	#intro p{
		padding:15px 0 35px 20px;
		line-height:1.8;
	}

h3#news_title{
	position:relative;
}
	h3#news_title a img{
		position:absolute;
		right:30px;
		top:14px;
	}
	h3#news_title a:hover img{
		opacity:0.8;
		filter:alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}

	div#information {
		margin:0;
	}
		div#information h2 {
			background:#DDD;
			padding:9px 0 6px 8px;
			font-weight:bold;
			border-left:7px #333 solid;
		}

		div#information div#scroll {
			margin:15px;
		}

		/* スクロール
		---------------------- */		
		div.scroll {
			margin:0 0 20px 14px;
			width:713px;
			height:400px;
			overflow: auto;
			position: relative;
			border-style:solid;
			border-color:#CCC;
			border-width:0 1px 1px;
		}
			.scrollgeneric {
				position:absolute;
				top:0;
				left:0;
				line-height:1px;
				font-size:1px;
			}
			/* 縦スクロール範囲 */
			.vscrollerbase {
				width:8px;
				background-color:#DCDCDC;
			}
			/* 縦スクロールバー */
			.vscrollerbar {
				width:8px;
				background-color:#666;
			}
			/* 横スクロール範囲 */
			.hscrollerbase {
				height:8px;
				background-color:#DCDCDC;
			}
			/* 横スクロールバー */
			.hscrollerbar {
				height:6px;
				background-color:#666;
			}
			/* 縦横スクロールバー */
			.scrollerjogbox {
				width:8px;
				height:8px;
				top:auto;
				left:auto;
				bottom:0;
				right:0;
				background-color:#DCDCDC;
			}

		div.scroll dl{
			margin:5px 10px;
		}
			div.scroll dl dt{
				padding:10px;
				font-weight:bold;
			}
					div.scroll dl dt a{
						margin-left:10px;
						text-decoration:underline;
					}
			div.scroll dl dd{
				overflow:hidden;
				padding:0 10px 10px;
				line-height:1.4;
				border-bottom:1px dotted #CCC;
			}
				div.scroll dl dd img{
					margin:0 0 10px 15px;
					float:right;
					border:1px solid #CCC;
				}

		div.nenmatsu {
			height:500px !important;
		}
