@charset "UTF-8";
/*--------------------------------------------------------------------------------
CSS information
 file name  :  privacy.css
 style info :  メインコンテンツ設定 
 --------------------------------------------------------------------------------*/

/*--- import */
@import url("reset.css");
@import url("tmpl-style.css");
@import url("tmpl-style-2c.css");
@import url("tmpl-model.css");

div#title_tp{
	background:url(../images/template/shadow01.gif) 0 bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
	width: 740px;
}
#main {
	padding-left:15px;
	width:535px;
	margin-bottom:80px;
}
#main h1 {
	font-size: 180%;
	font-weight:700;
	color: #4D3926;
	letter-spacing: .1em;
	border-left: 3px solid #4D3926;
	padding: 7px 0 0 9px;
	height: 1.4em;
	margin:1px 0 20px;
	line-height:1.1;
}

#main h2{
	color:#4D3926;
	font-size:140%;
	font-weight:700;
	margin:20px 0 0;
	line-height:2;
}

#main p {
	font-size:130%;
	line-height:1.8;
}

#main ol{
	font-size:130%;
}
#main ol li{
	line-height:1.8;
	list-style:decimal inside;
	text-indent:-1.5em;
	padding-left:1.5em;
}

#main ul.ul01 li{
	list-style:circle inside;
	padding-left:3em;
	margin-left:5px;
	line-height:2;
}

#main ul.ul02 {
	margin-top:5px;
}
#main ul.ul02 li{
	font-size:130%;
	line-height:1.8;
	list-style:circle inside;
	margin-left:5px;
	text-indent:-1em;
	padding-left:1em;
}




