@charset "utf-8";
@import url("/common/css/all.css");

p.one{
	padding:0px 0px 0px 0px;
	background:url(/image/line_01.gif) repeat-x; 
}

/*ffstyle*/
html[xmlns] p.one{
	padding:5px 0px 5px 5px;
}


p.three2{
	padding:10px 5px 0px 5px;
}

/*ffstyle*/
html[xmlns] p.three2{
	padding:0px 5px 0px 5px;
}

img.left{
	float:left;
	margin:15px 15px 20px 0px;
}
/*ffstyle*/
html[xmlns] img.left{
	margin:10px 15px 20px 0px;
}


/*index.html*/

#content2{
	margin:0px 5px 0px 5px;
	padding-top:0px;
	background:#fff url(/image/line_01.gif) repeat-x;
}
