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

body
{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;

}

#wrapper
{
	width: 1024px;
	margin:  auto;
}



#content
{
}

#content > h2
{
	margin-top: 30px;
/*	margin-left: 15px;
	margin-right: 16px;
	padding-left: 30px;*/
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 30px;
	text-align: center;
	color: #0066ff;
	border-top: 25px solid #0066ff;
	border-bottom: 25px solid #0066ff;
}



.pcaption
{
	text-align: center;
	margin: 30px auto;
	font-size: 22px;
}

.pbody
{
	width: 88%;
	margin: 0 auto;
	line-height: 180%;
}


#content p,
#content li,
#content td,
#content th
{
	color: #003a65;
}
