@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.rule{
	font-size:130%;
}
#main ol.rule2{
	font-size:100%;
	padding-left:1.5em;
}
#main ol.rule2 li{
	list-style: none;
	text-indent:-3em;
}
#main ol li{
	line-height:1.8;
	list-style:decimal inside;
	text-indent:-1.5em;
	padding-left:1.5em;
}

div#main p.record{
	text-align:right;
}
