@charset "utf-8";

/*--------------------------------------
	Style Name : Links Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.article {
	margin-bottom:40px;
}

#content h2.article-title {
	margin-bottom:10px;
	padding:0 0 15px 5px;
	background:url(../../img/texture_section_01.gif) no-repeat left bottom;
	font-weight:normal;
	text-align:left;
	zoom:1;
}

#content div.paragraph h3 {
	font-weight:normal;
	line-height:1.3;
}

#content div.paragraph p.lead {
	padding-bottom:1em;
}

#content #article-01 {
	text-align:center;
}

#content #article-01 div.paragraph-block {
	margin:0 auto;
	width:530px;
	text-align:left;
}

#content #article-01 div.paragraph-block p {
	margin:0;
}

#content .align-right {
	text-align:right;
}


