@charset "utf-8";

@import "sidebar.css";

/* コンテンツ部分 */
#content01{
width: 696px;
}

#content01 h2{
color:#444;
width:686px;
height:31px;
padding:9px 0 0 10px;
background:url("../../common/common_bar_02.png") no-repeat;
font-size: 120%;
font-weight: bold;
margin-bottom:18px;
}

#content02{
padding:0px 5px;
}

#content02 h3{
	color:#666;
	padding:2px 0px 2px 0.5em;
	font-weight:800;
	line-height:160%;
	border-bottom:dotted 1px #B7BAC6;
	margin-bottom:10px;
}

#content02 p{
	margin-bottom:2em;
}

#content02 .p01{
	margin-bottom:1em;
}

#content02 .p03{
	padding-left:1em;
	margin-bottom:2em;
}

#content02 .ul01{
	margin-bottom:2em;
}

#content02 ul li{
	list-style:circle outside;
	margin-left:1.5em;
}


/*
#content02 ul li:before{
	content:"○";
}
*/
