@charset "utf-8";
/* メイン */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: underline;
}

#All_wrapper {
	width: 940px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/all_wrapper.gif) repeat-y;
}

#header {
	margin: 0px 5px 0px 5px;
	width: 930px;
	height: 80px;
}

#main_contents {
	display: inline-table;
	margin: 10px 10px 10px 10px;
}

#main_contents h2 {
	margin: 0px;
	padding: 4px 0px 4px 10px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/h3_back.gif) repeat-x;
	text-align: left;
	font-size: 105%;
}

#contents {
	margin-left: 5px;
	margin-right: 5px;
	background: #FFF;
	width: 930px;
	display: inline-table;
}

#menu_area {
	background: url(../images/menu_area.gif) repeat-x;
	height: 25px;
}

#footer {
	background: #efefef;
	clear: both;
	padding: 4px 0px 4px 0px;
	width: 928px;
	margin: 0px 5px 0px 5px;
	border: #cccccc 1px solid;
}

.clear {
	clear: both;
}

/* ページのポジション */

#position {
	font-size: 85%;
	width: 900px;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 10px;
	border-bottom: dashed #ebebeb 1px;
	text-align: left;
	font-weight: bold;
	background: url(../images/position_back.gif) repeat;
	color: #999;
}

#position a {
	color: #999;
}

/* ページのTOPへ */

#to_top {
	width: 900px;
	margin: 0px;
	padding: 4px 10px 4px 0px;
	text-align: right;
	font-weight: bold;
	background: url(../images/position_back.gif) repeat;
	border-top: 1px dashed #ebebeb;
}

/* 愛着力バナー */
.photo_right {
	float: right;
	margin-left: 10px;
}

/* 各種リンクバナーエリア */
#banner_area {
	background: url(../images/banner_area.gif) no-repeat;
	margin-top: 10px;
	height: 57px;


