@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: 168px;
		height: 111px;
		left: 52px;
		top: 20px;
	}
	#header #visual .comment {
		position: absolute;
		width: 518px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

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


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

#privacy1 h2 {
	margin-bottom: 30px;
}

#privacy1 dl {
	margin-left: 5px;
	line-height: 17px;
}

#privacy1 dl dd.indent {
	text-indent: 1em;
}

#privacy1 dl dd.down {
	margin-bottom: 22px;
}

#privacy1 dl dd ul {
	list-style-position: inside;
}

