@import url(common.css);



div#contents {
	position: relative;
}

div#contents div.lines{
	width: 685px;
	margin-left: 5px;
}

div#contents h3 {
	float: left;
	width: 170px;
	display: block;
	padding-top: 27px;
}

div#contents p#mission_text {
	float: left;
	width: 441px;
	margin: 40px 0 0 55px;
	font-weight: 600;
}

div#contents p#diagram {
	float: left;
	margin: 50px 0 0 55px;
	width: 405px;
}

div#contents div#member {
	float: left;
	width: 170px;
}

div#contents div#story {
	width: 690px;
}

div#contents div#story div.story_text {
	float: left;
	width: 500px;
	margin: 15px 0 40px 20px;
	_margin-left: 10px;
}

div#contents div#story div.story_text2 {
	float: left;
	width: 500px;
	margin: 15px 0 0 20px;
	_margin-left: 10px;
}

div#contents div#story div.story_text_neut {
	float: left;
	width: 500px;
	margin: 58px 0 40px 20px;
	_margin-left: 10px;
}

div#contents div#story div#top {
	margin-top: 50px;
}

div#contents div#story div.page_top {
	float: left;
	width: 170px;
}

div#contents div#story div.page_top_bottom {
	float: left;
	width: 170px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 1px;
}

div#contents div#story div#story_text_bottom {
	margin-bottom: 0;
}

div#contents div#story p.story_text_block {
	margin: 15px 0;
	padding-bottom: 10px;
	border-bottom: dotted 1px #CCC;
}

div#contents div#story p.story_text_bottom {
	margin: 15px 0;
	border: 0px;
}

div#wrap {
	padding-bottom: 50px;
}

#bottom {
	position:absolute;
	_position:relative;
	bottom:0;
	left:5px;
	_top: 3px;
	_left:0px;
	border-bottom: solid 1px #CCC;
}
	
p.mission_link {
	text-align: right;
	margin: 0 10px 0 0;
}

