@charset "utf-8";

@import url("../common/common.css");
@import url("../common/menu.css");


/* OFFICE C:RON - Price style */


/* Contents menu */

/* Submenu1 */
#contents_menu #submenu1 { background: url(images/submenu_menu1.gif) no-repeat; }
#contents_menu #submenu1 a:hover { background: url(images/submenu_menu1_over.gif) no-repeat; }

/* Submenu2 */
#contents_menu #submenu2 { background: url(images/submenu_menu2.gif) no-repeat; }
#contents_menu #submenu2 a:hover { background: url(images/submenu_menu2_over.gif) no-repeat; }

/* Submenu3 */
#contents_menu #submenu3 { background: url(images/submenu_menu3.gif) no-repeat; }
#contents_menu #submenu3 a:hover { background: url(images/submenu_menu3_over.gif) no-repeat; }

/* Submenu4 */
#contents_menu #submenu4 { background: url(images/submenu_menu4.gif) no-repeat; }
#contents_menu #submenu4 a:hover { background: url(images/submenu_menu4_over.gif) no-repeat; }



/* Main */

#menu_area li#price {
	background: url(../common/menu_price_over.gif) no-repeat;
}
p {
	padding: 0px 20px;
	line-height: 1.8em;
}
h1, h2 {
	text-align: center;
}
table {
	text-align: left;
	border-collapse: collapse;
	width: 560px;
	margin: 9px auto 0px;
}
th, td {
	border: 1px solid #567;
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.6em;
}
th {
	background: #89a;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
p.type_red {
	color: #b00;
	font-size: 10px;
	margin-top: 2px;
}
.even {
	background: #eef;
}
.odd {
	background: #fff;
}
.col1 {
	width: 115px;
	white-space: nowrap;
}
.col2 {
	width: 70px;
	white-space: nowrap;
	text-align: center;
}
.col3 {
	width: 95px;
	white-space: nowrap;
	text-align: center;
}
#main_contents {
	float: right;
	width: 600px;
	background: url(../common/contents_backimage.jpg) no-repeat center bottom;
}
#basic {
	margin: 5px 0px 30px;
}
#option, #systemoption {
	margin-bottom: 30px;	
}
