@charset "UTF-8";
/* CSS Document */

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 120%;
	color: #FFFFFF;	/*文字色*/
	padding: 5px 15px;	/*上下、左右への余白*/
	background: #116319 ; /*背景色（古いブラウザ用）*/
}

