@charset "UTF-8";
/*-----------コンテンツエリア----------------*/
#container {
	display:block;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*--------topページメイン画像---------------*/
#top_img {
	background-repeat: no-repeat;
	height: 110px;
	width: 800px;
}
/*--------メインコンテンツ------------------------*/
#content_area_main {
	width: 605px;
	height: 100%;
	margin-left: auto;
	margin-top: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-right: auto;
}
#column_head   {
	background-image: url(../../aboutus/images/about_waku_top_pr.gif);
	background-repeat: no-repeat;
	height: 4px;
	margin-top: 10px;
}
#column {
	background-image: url(../../aboutus/images/about_waku_pr.gif);
	background-repeat: repeat-y;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	padding-left: 10px;
	color: #666666;
}
#column_bottom {
	background-image: url(../../aboutus/images/about_waku_bottom_pr.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 10px;
}
#about {
	width: 800px;
　　 -webkit-box-shadow: 5px 5px 5px gray;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	vertical-align: bottom;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
