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

#contents {
	font-size: 130%;
}

#contentsInner {
	padding: 70px 42px 0 31px;
}

.date {
	text-align: right;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
}

#contents p {
	margin-bottom: 30px;
}

p.last {
	margin-bottom: 10px;
}

.sincerely {
	text-align: right;
}

.committee {
	text-align: right;
	margin-bottom: 30px;
}

.toTop {
	text-align: center;
	margin-bottom: 30px;
}