/* CSS Document */

/*=============================
	   	h3 titleに指定
=============================*/

h3#title{
		margin-top: 3px;
		margin-right: 20px;
		float: left;
		width: 193px; height: 20px;
		background-image: url(../privacypolicy/img/title.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
}

/*=============================
	   h4 sub_titleに指定
=============================*/

h4.sub_title{
		float: left;
		padding-left: 13px; padding-top: 8px;
		height: 19px;
		font-weight: normal; font-size: 12px;
		border-left: 3px solid #B7AAA8;
}

/*=============================
	privacypolicy_boxに指定
=============================*/

#privacypolicy_box{
		width: 845px; height: auto;
}

/*=============================
#privacypolicy_contents_areaに指定
=============================*/

#privacypolicy_contents_area{
		padding-bottom: 29px;
		margin-bottom: 36px;
		padding-top: 15px; padding-left: 16px;
		width: 863px; height: auto;
		border: 1px solid #D5CECC;
		background-color: #F3F1F0;
}

/*=============================
privacypolicy_title_boxに指定
=============================*/

#privacypolicy_title_box{
		float: left;
		padding-top: 16px;
		width: 206px; height: auto;
		border-top: 5px solid #B7AAA8;
}

/*=============================
	  infomation_boxに指定
=============================*/

#infomation_box{
		float: left;
		margin-bottom: 30px; margin-left: 7px;
		padding-top: 16px; padding-left: 11px;
		width: 619px; height: auto;
		border-top: 5px solid #DCD6D5;
		border-left: 2px solid #DCD6D5;
}

/*=============================
	privacypolicy_listに指定
=============================*/

ul.privacypolicy_list{
		margin-left: 22px;
		list-style-type: disc;
}

ul.privacypolicy_list li{
		list-style: outside;
		font-size: 12px; line-height: 21px;
}

ul.privacy_sub_list{
		margin-left: 31px;
		list-style-type: disc;
}

ul.privacy_sub_list02{
		margin-left: 31px; margin-bottom: 21px;
		list-style-type: disc;
}


ul.privacypolicy_list li{
		list-style: outside;
		font-size: 12px; line-height: 21px;
}

p.privacypolicy_text{
		margin-bottom: 19px;
		font-size: 12px; line-height: 21px;
}

p.privacypolicy_text02{
		margin-bottom: 10px;
		font-size: 12px; line-height: 21px;
}

