@charset "utf-8";
/* CSS Document */

* { margin : 0 ; padding : 0 ; }

/* default */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
	font-size: 78%;
	color: #333333;
}
h1 {
	font-size: 115%;
	line-height: 180%;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FF9900;
	width: 780px;
	float: left;
	display: block;

}

h2 {
	font-size: 126%;
	line-height: 160%;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	clear: both;
	background-attachment: scroll;
	background-image: url(../img/bg_h2.gif);
	background-repeat: repeat;
	background-position: left bottom;
	width: 420px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;

}

h3 {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	line-height: 180%;
	background-attachment: scroll;
	background-image: url(../img/arrow_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-indent: 20px;
}

h4 {
	line-height: 160%;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../img/h4_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	font-size: large;
}

h5 {
	font-size: 100%;
	line-height: 180%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h6 {

}
a {
	border: none;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
