@charset "UTF-8";


/**********************************************************************/
/** ■　サイト全体基本設定											**/
/********************************************************************/

/**********************************************************************/
/** ■　メインコンテンツエリア									**/
/********************************************************************/
h2{
	padding:15px 0 15px 0;
	margin:0;
	border:none;
	font-weight:bold;
}

p{
	padding:0 0 15px 0;
	letter-spacing:0.04em;
	line-height:170%;
}
ol.decimal,
ul.disc{
	font-size:95%;
}


/**********************************************************************/
/** ■　oliveページCSS											**/
/********************************************************************/


/* オリーブの話 */

#olive{
	margin-top:10px;
	background:url(../olive/img/bgOrange.gif) 0 0 repeat;
	padding:15px;
}

#olive .box{
	background:#FFF;
	padding:15px 20px;
}

#provide{
	margin:20px 0 0 0;
	border-top:dotted 1px #FC6;
	padding:20px 0 0 0;
	font-size:90%;
}