@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: kotaro sekiya
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../../common/css/subpage.css");

#contents #article .pageTtl {
	margin-bottom: 20px;
}

#contents #article .subTtl {
	margin: 25px 0 10px 0;
}

#contents #article .headLine {
	margin-bottom: 12px;
}

#contents #article dt {
	font-weight: bold;
}


#contents #article h3 {
	margin-bottom: 30px;
}

#contents #article li {
	line-height: 2em;
	margin-top: 15px;
}
