@charset "UTF-8";


/*--------------------------------
プライバシーポリシー
--------------------------------*/

/*--------------------カテゴリータイトル--------------------*/

div#category_title{
	display:block;
	width:690px;
	height:105px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(img/category_title.jpg) no-repeat;
	}

div#category_title h3{
	text-indent:-9999px;
	}

/*--------------------タイトル【h4】--------------------*/


/*タイトルの設定を一括処理*/
h4 {/*基本設定とマージン*/
	display:block;
	width:690px;
	height:50px;
	text-indent:-9999px;
	margin:30px 0px 20px 0px;
	}

/*タイトル画像個別設定*/

h4.title_privacy_policy{/*個人情報保護について*/
	background:url(img/box_gray_title_privacy_policy.gif) no-repeat 0 0;
	}

h4.title_site_policy{/*ウェブサイトでの情報の取り扱いについて*/
	background:url(img/box_gray_title_site_policy.gif) no-repeat 0 0;
	}



/*--------------------各項目のタイトル【h5】--------------------*/

h5 {/*基本設定とマージン*/
	display:block;
	width:690px;
	height:25px;
	text-indent:-9999px;
	margin:40px 0px 20px 0px;
	}

h5.chapter_title_01{/*個人情報の取得について*/
	background:url(img/chapter_title_01.gif) no-repeat 0 0;
	}

h5.chapter_title_02{/*個人情報の取り扱い*/
	background:url(img/chapter_title_02.gif) no-repeat 0 0;
	}
	
h5.chapter_title_03{/*第三者への開示・提供*/
	background:url(img/chapter_title_03.gif) no-repeat 0 0;
	}
	
h5.chapter_title_04{/*個人情報の管理*/
	background:url(img/chapter_title_04.gif) no-repeat 0 0;
	}
	
h5.chapter_title_05{/*お問い合わせ等*/
	background:url(img/chapter_title_05.gif) no-repeat 0 0;
	}

h5.chapter_title_06{/*個人情報保護管理体制*/
	background:url(img/chapter_title_06.gif) no-repeat 0 0;
	}

h5.chapter_title_07{/*プライバシーポリシーの運用と変更*/
	background:url(img/chapter_title_07.gif) no-repeat 0 0;
	}
	
h5.chapter_title_08{/*適用範囲について*/
	background:url(img/chapter_title_08.gif) no-repeat 0 0;
	}
	
h5.chapter_title_09{/*個人情報を保護するセキュリティー技術について*/
	background:url(img/chapter_title_09.gif) no-repeat 0 0;
	}



/*--------------------本文--------------------*/

.inner_box3 p{/*フォントサイズ*/
	}

.inner_box3 ul{/*リストの設定*/
	margin-left:1.2em;		
	padding-top:10px;
	text-indent:-1.2em;
	list-style:none;
	}
	
.inner_box3 ul span {/*リストの●*/
	color:#3ba5c3;
	margin-right:0.2em;
	}

