@charset "utf-8";

/* コンテンツ全体
----------------------------------------------- */
#wrapper {
	width: 900px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

/* メニュー
----------------------------------------------- */
#menu {
	margin-bottom: 4px;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 905px;
}

/* ページ・メッセージ
----------------------------------------------- */
#p_messe {
	height: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
}

/* ページ・バナー
----------------------------------------------- */
#p_banner {
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 900px;
}

/* メイン・コンテンツ
----------------------------------------------- */
#i_contents {
	margin-bottom: 20px;
	width: 895px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#t_contents {
	margin-bottom: 40px;
	width: 895px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}

#f_contents {
	margin-bottom: 20px;
	height: 1500px;
}

#s_contents {
}

#h_contents {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 50px;
	width: 895px;
}

#b_contents {
}

#m_contents {
	margin: 0px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* フッター
----------------------------------------------- */
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
	color: #FFF;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

/* カウンター
----------------------------------------------- */
#counter {
	float: right;

}

#counter img {
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 0px;
}

