/* ページの基本デザイン用CSS */
body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#E0EBFC;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 75%;
	line-height: 110%;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:10px;
}

/* ====== 見出し==================== */
.caption01{
margin-left:20px;
font-weight:bold;
color:#800000; 
font-size:small;
}

/* -----------------------
　テキスト基本デザイン 
------------------------*/
.txt1{
font-size:75%;
color:#000000;
line-height:130%;
margin-top:5px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}

/*概要の小さい文字(ページ左メニュー下)*/
.txt2{
font-size:60%;
color:#000000;
line-height:130%;
margin-top:10px;
margin-bottom:3px;
}

.txt3{
font-size:70%;
color:#000000;
}

