BODY,TD{
	/* 文字サイズ */
	font-size: 10pt;
	/* 文字色 */
	color : #002B71;
}

BODY{
    /* マージン */
	margin        : 0px;	
}

/* BASE TABLE */
TABLE.base{
	/* 幅 */
	width  : 806px;
	height : 100%;
}

TD.head{
	/* 高さ */
    height : 150px;
	/* 背景 */
/*
	background-image:url(img/head01.jpg);
	background-repeat:no-repeat;
*/
}

TD.menu{
	/* 幅 */
	width  : 200px;
	/* 高さ */
    height : 100%;
}

TD.men_sel{
	background-image:url(img/menu_back.gif);
	background-repeat:repeat-y;
}

TD.main{
	/* 幅 */
	width  : 606px;
	/* 高さ */
    height : 100%;
}

TD.foot{
	/* 高さ */
    height :  20px;
}
TD.line_dot{
	/* 高さ */
	height  : 3px;
	/* 背景 */
	background-image:url(img/line_dot.gif);
}
TD.line{
	/* 背景 */
	background-image:url(img/line.gif);
}
.keitai_base{
	background-color:#666666
}

.keitai_maker{
	background-color:#FFCC33;
	text-align:center;
	font-weight: bolder;	
}

.keitai_type{
	background-color:#FCF0CB;
	text-align:center;
	font-weight: bolder;	
}

.keitai_price{
	background-color:#FFFFFF;
	text-align:right
}
