@charset "Shift_JIS";

/*================================全体構成================================*/

body {
	text-align: center;
	color: #000000;
	line-height: 1.5em;
	}

/*================================リンク================================*/

a:link { color:#1C6AA7 ;}
a:visited { color:#1C6AA7 ;}
a:active { color:#1C6AA7 ;}
a:hover { color:#CE0000 ;}



h1 {
	color: #006600;
	font-weight: bold;
}


h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	padding-left: 5px;
	text-align: left;
	margin: 20px auto 10px;
	color: #006600;
	font-weight: bold;
}

.caption01 {
	font-weight: bold;
	margin: 0px auto 5px;
	padding: 2px 0px;
	font-size: 1.1em;

}

.caption02 {
	padding: 2px 0px 2px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
}

