@charset "UTF-8";
@import url("reset.css");
@import url("menu.css");
@import url("main.css");
/*******************/
/* マニフェスト */
/*******************/
/* ヘッダー */
#header_manifesto {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 950px;
	height: 139px;
	background: url("../policy/images/header_manifesto.jpg") no-repeat;
}
/* コンテンツ */
div.contents_manifesto {
	margin: 20px auto;
	width: 870px;
}
/* タイトル */
.contentsTitle_manifesto {
	background: url("../policy/images/title.gif") no-repeat top center;
	margin: 0px 0px 10px 0px;
	width: 870px;
	height: 46px;
}
/* ページの先頭へ */
.toGoTop {
	font-size: 80%;
	width: 100%;
	text-align: right;
	padding: 20px 0px 0 0px;
	clear:both;
}
.PromisePhoto {
	width: 850px;
	height: 100%;;
	background: url("../policy/images/photo_imamura.jpg") no-repeat right 150px;
	margin: 40px auto 0 auto;
}
.Promise01 {
	background: url("../policy/images/manifesto_01.gif") no-repeat top left;
	margin: 0 0px 40px 0px;
	padding: 0px 0 0px 70px;
}
.Promise02 {
	background: url("../policy/images/manifesto_02.gif") no-repeat top left;
	margin: 40px 0px 40px 0px;
	padding: 0px 0 0px 70px;
}
.Promise03 {
	background: url("../policy/images/manifesto_03.gif") no-repeat top left;
	margin: 40px 0px 40px 0px;
	padding: 0px 0 0px 70px;
}
/*******************/
/* privacy */
/*******************/
/* ヘッダー */
#header_privacy {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 950px;
	height: 94px;
	background: url("../policy/images/header_privacy.jpg") no-repeat;
}
/* コンテンツ */
div.contents_privacy {
	margin: 20px auto;
	width: 717px;
}
/* タイトル */
.contentsTitle_privacy {
	background: url("../policy/images/bg_contents_title_privacy.gif") no-repeat;
	background-position: top center;
	margin: 0px 0px 10px 0px;
	font-size: 140%;
	font-weight: bold;
	width: 717px;
	height: 34px;
}
.contentsTitle_privacy span.ja {
	float: left;
	letter-spacing: 0.3em;
	padding: 6px 0px 0px 20px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
/* ul */
ul.privacyList {
	margin: 10px 10px 10px 15px;
}
ul.privacyList li {
	margin: 0px 0px 5px 20px;
}
/* ol */
ol.privacyDetail {
	margin: 10px 10px 10px 15px;
}
ol.privacyDetail li {
	margin: 0px 0px 5px 20px;
}
.ContactAddr {
	width: 40%;
	white-space:nowrap;
	border: solid 1px #124D9C;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}
/*******************/
/* notice */
/*******************/
/* ヘッダー */
#header_notice {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 950px;
	height: 94px;
	background: url("../policy/images/header_notice.jpg") no-repeat;
}
/* コンテンツ */
div.contents_notice {
	margin: 20px auto;
	width: 717px;
}
/* タイトル */
.contentsTitle_notice {
	background: url("../policy/images/bg_contents_title_privacy.gif") no-repeat;
	background-position: top center;
	margin: 0px 0px 10px 0px;
	font-size: 140%;
	font-weight: bold;
	width: 717px;
	height: 34px;
}
.contentsTitle_notice span.ja {
	float: left;
	letter-spacing: 0.3em;
	padding: 6px 0px 0px 20px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
/* ol */
ol.noticeDetail {
	margin: 10px 10px 10px 15px;
}
ol.noticeDetail li {
	margin: 0px 0px 5px 20px;
}
