@charset "shift_jis";

/*test.html*/
a:link {
	color: #333333;text-decoration: none; 
} /*通常（未アクセス）の色*/
a:visited {
	color: #333333;text-decoration: none; 
} /*アクセス済みの色*/
a:hover {
	color: #aaaaaa;text-decoration: none; 
} /*ポイント時の色*/
a:active {
	color: #333333;text-decoration: none; 
} /*アクティブ時の色*/
body{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image : url(img/02b.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
img {
	border: none;
}
.img-ta {
	text-align: center;
	vertical-align:bottom;
	margin: 0px;
	width: 760px;
	height: 64px;
}
#containar {
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#top {
	background-image : url(img/image.jpg);
	border-style: none;
	width: 780px;
	height: 260px;
	margin: 3px 0px 0px 0px;	/*外上右下左*/
	padding: 0px 0px 0px 0px;	/*内上右下左*/
	background-color: #ffffff;
}


.image {
	text-align: center;
	vertical-align:bottom;
	margin: 0px;
	width: 780px;
	height: 260px;
}
.ula {
	clear: both;
	width: 760px;
	height: 50px;
	list-style-type: none;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.lia {
	width: 125px;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.lia image {
	vertical-align:bottom;
}

.lic {
	width: 2px;
	height: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.lic image {
	vertical-align:bottom;
}

#main_top {
	/*説明に画像がない場合*/
	border-style: none;
	background-image : url(img/02c.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 780px;
	/*height: 210px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	background-color: #ffffff;
	text-align: left;
}

#main_in {
	/*説明に画像がない場合*/
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 25px;
}

.img-main1 {
	text-align: center;
	vertical-align:bottom;
	margin: 0px 0px 0px 0px;
	width: 760px;
	/*height: 96px;*/
}

#footer {
	border-style: none;
	background-image : url(img/03d.jpg);
	background-repeat: no-repeat;
	clear:both;
	width: 780px;
	height: 40px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#footer-text {
	color: #333333;
	font-size: 10px;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 30px;
}

