/*   メインコンテンツの設定   */

#maincontents h1{
	color:#999999;
	font:bold 25px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	padding-left:35px;
	background:#ffffff url(../images/square.jpg) no-repeat center left;
	margin-bottom:30px;
}

#maincontents h2{
	color:#E99ED1;
	font:bold 17px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	margin-bottom:15px;
}

#maincontents h2.grn{
	color:#56BA34;
}

#maincontents p{
	color:#E99ED1;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	margin-bottom:10px;
}

table{
	margin-bottom:15px;
}

th,td{
	font-size:12px;
	padding: 5px;
	margin:2px;
	border:solid 1px #ffffff;

}

th{
	width:58px;
	color:#ffffff;
	background-color:#E99ED1;
	text-align:center;
}

.pink{
	color:#E99ED1;
}

th.grnback{
	background-color:#56BA34;
}

