/* CSS Document */

/* ------ font ------ */

.font9 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 9px;
	line-height: 14px;
}
.font10 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	line-height: 18px;
}
.font11 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 11px;
	line-height: 20px;
}
.font11 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 11px;
	line-height: 15px;
}
.font12 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 16px;
}
.copyright {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	line-height: 14px;
}


/* ------ images ------ */

.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

.bg_second {
	background-image: url(../images/bg_second.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

/* ------ link ------ */

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* ------ second ------ */

*{
	maegin:0;
	padding:0;
	}

#footer{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	align: center;
	height: 100px;
	width: 100%;
}

/* ------ products ------ */
