/* MOXA用基本CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:20px;
}
.body2 {
	font-size:12px;
	line-height:22px;
}
.body3 {
	font-size:14px;
	line-height:24px;
}
.small {
	font-size:9px;
	line-height:14px;
}
#white {
	color: #FFFFFF;
}
#links {
	color: #682952;
}
#price {
	color: #E22D00;
	font-weight: bold;
}
#service {
	color: #008899;
}
strong{
	color: #96005F;
}

/* Link */
a:link {
	color:#2EA504;
	text-decoration:none;
}
a:visited {
	color:#2EA504;
	text-decoration:none;
}
a:active {
	color:#2EA504;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}

/* Base */
body {
	margin: 0px;
	color: #555555;
	background-color: #ECECE1;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
table.mather {
	margin: 0px;
	width: 100%;
	height: 100%;
}
table.hd {
	margin: 0px;
	width: 100%;
	background-color: #004D41;
}
table.mn {
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../image/mn_bg.gif);
}
table.vs {
	margin: 0px;
	width: 100%;
	background-color: #1F5E54;
	background-image: url(../image/vs_bg.gif);
	background-repeat: repeat-x;
}
table.nw {
	margin: 0px;
	width: 505px;
	background-image: url(../image/lk_bg.gif);
	background-repeat: repeat-x;
}
table.lk {
	margin: 0px;
	width: 536px;
	background-image: url(../image/lk_bg.gif);
	background-repeat: repeat-x;
}

table.bd {
	margin: 0px;
	width: 100%;
}
td.bd_cnt{
	width: 840px;
	background-image: url(../image/bd_cnt.gif);
	background-repeat: repeat-x;
}
td.bd_side{
	background-image: url(../image/bd_side.gif);
	background-repeat: repeat-x;
}

table.ft {
	margin: 0px;
	width: 100%;
	background-color: #004D41;
}

/* Mark */
.list_mark {
	background-image: url(../image/list_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
}



/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}


