/* ///////////////////////////////////////////////

ファイル名：privacy.css
適応ページ：プライバシーポリシー

----------------------------

このCSSの内容

1. hx タグの設定(h1,h2等)
2. header の設定
3. コンテンツ部分の設定


/////////////////////////////////////////////// */


/* 1. hx タグの設定(h1,h2等)
--------------------------------------------- */

h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2. header の設定
--------------------------------------------- */

/* ページ上部ナビの「会社案内」を選択した状態 */
#mainNavi li#aboutBtn a {
	width: 96px;
	height: 35px;
	background: transparent url(../img/base/navi_about.gif) no-repeat -150px 0;
}


/* タイトル写真 */
#privacy #header #photoTit {
	clear: both;
	width: 770px;
	height: 140px;
	margin: 4px 0 0 0;
	padding: 0;
	background: transparent url(../img/privacy/privacy.jpg) no-repeat 0 0;
}


/* 3. コンテンツ部分の設定
--------------------------------------------- */
/* プライバシーポリシータイトル */
#privacy #contents #contentsBox h3 {
	width: 570px;
	height: 34px;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/privacy/privacy_tit.gif) no-repeat 0 0;
}

#privacy #contents strong {
	font-size: 90%;
}

#privacy #contents p {
	margin: 5px 0 1.5em 15px;
	font-size: 80%;
}

#privacy #contents #note {
	margin-bottom: 15px; 
	padding: 0.6em;
	line-height: 150%;
	border: 1px solid #eaeaea;
	background: #f4f4f4;
	font-size: 80%;
}

#privacy #contents #note p {
	margin: 5px 0 5px 10px;
	line-height: 180%;
}

#privacy #contents ol {
	font-size: 80%;
	line-height: 167%;
	margin: 0;
	padding: 0 0 0 25px;
}

#privacy #contents li {
	margin: 1.5em 0 0.5em 0;
	padding: 0;
}

#privacy #contents li strong {
	font-size: 110%;
}

#privacy #contents p.right {
	margin-top: 1.5em;
	text-align: right;
}