@import url("../common/common.css");

/*------------------------------------------------------------------------------
基本
------------------------------------------------------------------------------*/
#left .m_title {
	background:url("img/menu_title.gif") no-repeat;
}


.content {
	background-color:#fff;
}

/*------------------------------------------------------------------------------
タイトル
------------------------------------------------------------------------------*/
.main_image {
	margin:0 auto 30px;
	width:700px;
}

.mark_line_bottom {
	margin-top:0;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------
見出し
------------------------------------------------------------------------------*/
h2 {
	margin:0 0 45px;
	width:100%;
}

h3 {
	margin:0 0 15px;
	font-size:20px;
	/*\*/
	letter-spacing:1px;
	/**/
	line-height:22px;
	color:#785147;
}

p {
	font-size:14px;
	line-height:20px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.head {
	margin:0 0 30px;
}

