@charset "utf-8";
/*------------------------------------------------------------------------------*/
/*	▼　メイン　▼																*/
/*------------------------------------------------------------------------------*/

.body_name_outer {
	 width: 100%;
	 height: 40px;
	 line-height: 26px;
	 margin: 0px;
	 text-align: center;
}
.body_name_inner {
	 width: 300px;
	 height: 24px;
	 background: url(../images/material/title_gallery.png) no-repeat;
	 font-size: 16px;
	 font-weight: bold;
	 line-height: 26px;
	 margin: 0px auto;
	 text-align: center;
}
.body_main {
	 letter-spacing: 3px; 
	 padding: 10px 45px 15px;
	 text-align: left;
}
