body {
	background-image: url(../img/background-wh.gif);
	background-repeat: repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
 /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}
img {
	border: none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.clearfloat {
 /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear: both;
	height: 0;
	line-height: 0px;
}
.center {
	display:block;
	margin:0px auto;
}
.fltrt {
 /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft {
 /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.medium-01 {
	font-size: 13px;
	line-height: 150%;
	color: #333;
}
.t-blue, .futo {
	color: #0099E0;
}
.futo {
	font-weight: bold;
}
.akamoji {
	color: #B61914;
	font-weight: bold;
	font-size: 110%;
	margin-top: 10px;
}
.guide {
	font-size: 14px;
	line-height: 160%;
	color: #363;
}
.main-01 {
	font-size: 15px;
	line-height: 140%;
	color: #333333;
}
.small-01 {
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}
.small-black {
	font-size: 12.5px;
	line-height: 125%;
	color: #333333;
}
.futo-green {
	font-size: 13.5px;
	line-height: 125%;
	color: #063;
	font-weight: bold;
}
.line {
	width:510px;
	border:none;
	border-top:dotted 2px #9E9FA3;
}
.taishitsu-line {
	width:490px;
	border:none;
	border-top:solid 2px #7FB9DE;
}
.bun {
	font-size: 13px;
	line-height: 130%;
	color: #333333;
}
.name {
	font-size: 16px;
	color: #066;
	line-height: 140%;
}
.add {
	font-size: 14px;
	color: #333333;
	line-height: 130%;
}


/*----------全体の横幅-----------------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
 /* この設定は body エレメントの text-align: center より優先されます。 */
}


/*----------ヘッダー-----------------------------------------------------*/
#header {
	width: 900px;
	height: 185px;
	padding: 0px;
}


/*----------サイドバー-----------------------------------------------------*/
#sidebar1 {
	float: left;
	width: 250px;
	padding: 15px 10px 40px;
}
#sidebar1 h2 {
	font-size: 80%;
	display: inline;
	font-weight:lighter;
}
#sidebar1 li {
	list-style:url(../img/side-list.jpg);
	margin:20px 5px;
	font-size:19px;
}
#sidebar1 li a {
	color:#666666;
	vertical-align:3px;
}
#sidebar1 a {
	color:#231F20;
}


/*----------メイン-----------------------------------------------------*/
#mainContent {
	margin-left: 285px;
	padding: 15px 0px;
}


/*----------フッター-----------------------------------------------------*/
#footer {
	font-size: 13px;
	line-height: 200%;
	margin: 0;
	padding: 28px 0px 20px 5px;
}
#footer a {
	color: #000000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}