@charset "shift-jis";
@import "base.css";
@import "layout.css";

/* -----------------------------
		　トップコンテンツ
----------------------------- */

body {
	margin: 0px auto;
	background:#ffffff url(../img/bg_top2.jpg) repeat-x top;
	padding: 0px;
	text-align: center;
	color: #666;
	font-size:76%;
	line-height:1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2 {
margin:0 auto 0 auto;
}

#title {
	position:relative;
	margin:0 auto 33px auto;
	padding-top:22px;
	width: 920px;
	text-align:left;
	clear:both;
}

.pan {
	position:absolute;
	top:58px;
	left:16px;
	font-size:11px;
}

.pan a {
	color:#559AC5;
	text-decoration:none;
}

#about {
	margin:0 auto 0 auto;
	padding-top:22px;
	width: 920px;
	text-align:left;
	clear:both;
}

#about p {
	margin:15px auto 25px auto;
	line-height:200%;
}

#contents {
	width: 920px;
	margin: 0px auto 60px auto;
	padding: 0px;
	clear:both;
}


/*- flow.html -*/

.linemax {
	width:920px;
	height:1px;
	margin:50px auto 50px auto;
	background: url(../img/line.gif) repeat-x center;
	clear:both;
}

.flow_list {
	margin-top:20px;
	padding:0;
	width:920px;
	_width:928px;
	clear:both;
}

.flow_list p{
	float:right;
	width:696px;
	text-align:left;
	margin:0px 0 12px 23px;
	line-height:180%;
}

.flow_list h3 {
	width:688px;
	_width:704px;
	background:#F2F2F2;
	font-size:14px;
	padding:8px 0 8px 10px;
	border-left:4px solid #CCCCCC;
	text-align:left;
	margin:0 auto 10px auto;
}

.mgn {
	width:920px;
	height:1px;
	margin:20px auto 0 auto;
	clear:both;
}


