@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /about.html
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "common_basic.css";

/* Whole Layout */
@import "common_layout.css";


/* ReWrite Common Layout
--------------------------------------------- */
div#contents div.coInA{
	background:none;
}

/* Directry Page Layout
--------------------------------------------- */
div#coMain{
	width:890px;
	margin-bottom:20px;
}
div#coMain h2{
	height:45px;
	margin-bottom:22px;
	background:url(../images/about/main_title.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
/* common */
div#coMain div#mInner{
	padding:15px 150px 0px 150px;
	/*background:url(../images/movie/thumbarea_bg.gif) repeat-x 0px 0px;*/
}
div#coMain div#mInner h3{
	margin-bottom:1.0em;
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	background:url(../images/about/name_bullet.gif) no-repeat 0px 0px;
}
div#coMain div#mInner div.block{
	padding:0px 10px 2.0em 10px;
}
div#coMain div#mInner div.block p{
	margin-bottom:0.5em;
}
div#coMain div#mInner div.block ul{
	margin-bottom:0.5em;
}
div#coMain div#mInner div.block ul li{
	padding-left:10px;
	background:url(../images/about/main_bullet01.gif) no-repeat 0px 0.5em;
}



