@charset "UTF-8";
@import url(common.css);

/* ---------------------------------------------------------
	CSS Document > Top Style
--------------------------------------------------------- */

#top {
	background: url(../images/wrapper.jpg) no-repeat 0 0;
}

#navi li#navi1 a {
	background-position: 0 -45px;
}

/* ---------------------------------------------------------
	CSS Document > Cotents Navigation
--------------------------------------------------------- */

#tnavi1 {
	background: #fff;
}

#tnavi1 h2 {
	display: none;
}

#tnavi2 {
	margin-top: 11px;
}

#tnavi2 h2 {
	display: none;
}

#tnavi3 {
	margin-top: 11px;
}

#tnavi3 h2 {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document > Cotents flow
--------------------------------------------------------- */

#flow {
	margin-top: 20px;
}

#flow li {
	float: left;
	height: 100px;
	overflow: hidden;
	margin-top: 14px;
	text-align: left;
	list-style: none;
}

#flow li img {
	vertical-align: top;
}

#flow a {
	display: block;
	width: 175px;
	height: 100px;
	overflow: hidden;
	background: url(../images/top_flow5.jpg) no-repeat 0 0;
}

/* ---------------------------------------------------------
	CSS Document > Cotents Area
--------------------------------------------------------- */

#area {
	margin-top: 20px;
}

#area li {
	padding: 7px 0;
	background: url(../images/line.jpg) repeat-x center bottom;
	text-align: left;
	list-style: none;
}

#area li.none {
	background: none;
}

