@charset "utf-8";

/*
============================================

	privacy CSS

============================================
*/


/* privacy_body
--------------------------------------------- */


#main .privacy_body {
	padding: 10px;
	background-image: url(../images/common/content_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
	
	
	
#main .privacy_body h2 {
	font-size: 170%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	text-indent: 0.5em;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}


#main .privacy_body h3 {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #004251;
}


#main .privacy_body p {
	padding-bottom: 10px;
	line-height: 1.7em;
}

#main .privacy_body ul {
	padding-bottom: 10px;
	line-height: 1.7em;
}

#main .privacy_body li {
	list-style-position: inside;
	list-style-type: square;
}


/* sub
--------------------------------------------- */

#wrapper #main-contents #sub {
	width: 220px;
	padding: 44px 0 0;
	background-image: url(../images/common/sub_bg_01.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

	/* staff
	--------------------------------------------- */
	
	#wrapper #main-contents #sub #staff {
		margin-left: 0;
	}

