/* CSS Document */

body {
	margin: 0px;
}

h2 {
	font-size: 140%;
	margin-top: 40px;
	margin-bottom: 40px;
}

form {
	margin: 0px;
}

.bg {
	background-image:  url(../image/top_bg.jpg);
	width: 100%;
	height: 349px;
}

.top {
	background-image:  url(../image/top_2.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 245px;
	padding-left: 365px;
}

.main {
	background-image:  url(../image/main.jpg);
	width: 740px;
	height: auto;
}


.news {
	background-color: #7599C1;
	width: 100%;
	padding: 10px;
}

.copy {
	background-image:   url(../image/copy.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 118px;
}

.copy01 {
	background-image:   url(../image/copy01.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 36px;
}



/* テキスト設定 */

.text_1 {
	font-size: 80%;
	line-height: 130%;
}

.text_2 {
	font-size: 70%;
	line-height: 130%;
}

.text_3 {
	font-size: 80%;
	line-height: 130%;
	color: #FFFFFF;
}

.text_4 {
	font-size: 70%;
	line-height: 130%;
	color: #999999;
}

.text_5 {
	font-size: 200%;
	line-height: 150%;
	color: #FF0000;
	font-family: "HG創英角ﾎﾟｯﾌﾟ体";
	font-weight: bold;
}

.text_6 {
	font-size: 80%;
	line-height: 130%;
}

.text_7 {
	font-size: 160%;
	line-height: 150%;
	color: #FF0000;
	font-family: "HG創英角ﾎﾟｯﾌﾟ体";
	font-weight: bold;
	text-align: center;
}

.text_8 {
	font-size: 180%;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

.bold_1 {
	font-weight: bold;
}

.bold_2 {
	font-weight: bold;
	color: #FF0000;
}

.bold_3 {
	font-weight: bold;
	background-color: #FFFF00;
}

.bold_4 {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}

.bold_5 {
	font-weight: bold;
	font-size: 150%;
	line-height: 150%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bold_6 {
	font-weight: bolder;
	font-size: 150%;
	color: #FF0000;
	line-height: 150%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/* 余白設定 */

.space_1 {
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.space_2 {
	padding-top: 3px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: left;
}

.space_3 {
	padding-top: 3px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 20px;
	text-align: left;
}