@charset "Shift_JIS";

/*ページタイトル*/
h1 {
	text-align: center;
	color: #CCCCFF;
	line-height: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝";
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0px;
}

/*白エリア*/
.page {
	background-color: #FFF;
	margin: 0px 0px 50px 0px;
	padding: 40px;
}

/*タイトル*/
h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
 border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size:13pt;
	text-align:center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 2em 0px;
}

/*テキスト小*/
.txtS {
	font-size: 10pt;
	line-height:125%;
}

/*テキスト中*/
.txtM {
	font-size: 11pt;
	line-height:150%;
}

/*グレーエリア*/
.gray{
 background-color:#DDD;
	padding:1em;
	margin:1em 0px;
 }
.gray p{
 font-size:12pt;
	line-height:180%;
}

/*グレーエリア　見出し*/
.midashi1{
 background-color:#666;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px;
}

ul {
	list-style:disc outside;
	padding:1em 2em;
}

li {
 font-size:12pt;
	font-weight:bold;
	margin:1em 0px 0px 0px;
}
