@charset "shift_jis";

/*-- ヘッダー -----------------------*/
#header {
	position: relative;
	width: 900px;
	height: 283px;
}

#header #visual {
	position: absolute;
	width: 900px;
	height: 167px;
	left: 0;
	top: 60px;
	background: url(../images/back.gif) top left repeat-x;
}
	#header #visual .visual {
		position: absolute;
		width: 164px;
		height: 106px;
		left: 49px;
		top: 20px;
	}
	#header #visual .comment {
		position: absolute;
		width: 521px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

#header ul {
	position: absolute;
	left: 48px;
	top: 206px;
	list-style: none;
}


/*-- 第一ブロック -----------------------*/
#other1 {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

	#other1 h2 {
		margin-bottom: 34px;
	}
	
	#other1 dl {
		margin: 0 86px 55px 86px;
	}
	#other1 dl.last {
		margin: 0 86px 27px 86px;
		padding-bottom: 27px;
		background: url(../images/other/line.gif) bottom left no-repeat;
	}
		#other1 dl dt {
			margin-bottom: 9px;
		}
		#other1 dl dd {
			position: relative;
		}
			#other1 dl dd p.image {
				width: 254px;
				float: left;
			}
			#other1 dl dd p.tex {
				position: absolute;
				left: 274px;
				top: 50%;
				margin-top: -3em;
				width: 354px;
				line-height: 17px;
				float: left;
			}

