/* CSS Document */
body {
	font-size:12px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}
img {
	border:none;
	}

table.menu {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

a.amenu {
	display:block;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;	
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #CCCCCC;
	background-image:url(images/menu_back.jpg);
	height:70px;
	width:125px;
	padding:3px;
	color:#666666;
	text-align:left;
	margin-left:3px;
	}

a.amenu:hover {
	display:block;
	text-decoration:none;
	border-top:solid 1px #FFFFFF;	
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #CCCCCC;
	background-image:url(images/menu_back.jpg);
	/*height:60px;*/
	width:125px;
	padding:3px;
	color:#222222;
	text-align:left;
	margin-left:3px;
	}
	
td.menutd {
	padding-bottom:5px;
	padding-top:5px;
	}
	
table.container {
	background-color:#F4EBBB;
	border:solid 1px #DDDDDD;
	}
	
table.contents {
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	background-color:#FFFFFF;
	height:100%;
}	

div.comment {
	margin-left:15px;
	margin-bottom:5px;	
}

div.stylecomment {
	line-height:140%;
	margin:5px;
}

div.price {
	text-align:left;
	margin-right:10px;
	}

div.price2 {
	text-align:right;
	margin-right:12px;
	font-weight:bold;
	}

table.system {
	background-color:#eeeeee;
	margin-bottom:10px;
	}

table.system th {
	text-align:left;
	background-color:#003366;
	color:#FFFFFF;
	padding:5px;
	}

table.system td {
	text-align:left;
	padding:5px;
	}

table.system2 {
	background-color:#FFFFFF;
	
	}