@charset "utf-8";
/* ===================================================================
CSS information

 file name  : style.css
 style info : contents
=================================================================== */

/*----------------------------------------------------
	リンクカラー
----------------------------------------------------*/
a:link {
	color: #357EBB;
}
a:visited {
	color: #357EBB;

}
a:hover {
	text-decoration: none;
}
a:active {
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
.fs {
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
}

.fb {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

/*----------------------------------------------------
	背景
----------------------------------------------------*/
#background {
	margin: 0 auto;
	background: url(../images/wrapper_bg02.gif) top center repeat-x;
}

#container {
	width: 986px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/wrapper_bg.gif) top center repeat-y;
}

#contents {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------
	ボティ
----------------------------------------------------*/
body {
margin: 0px;
padding: 0px;
}

