@charset "UTF-8";
/* CSS Document */

body,table,td,th{
	padding: 0px;
	margin: 0px;
	font: 10px/150% "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	border: 0px;
	overflow: hidden;
	text-decoration: underline;
	color: #006699;
	outline:none;
}
a:visited {text-decoration: underline;}
a:hover,a:active {text-decoration: underline;}
img {
	border: none;
}
h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #F00;
	clear: both;
}
.list {
	list-style-position: outside;
	list-style-type: square;
}
.white{color:white;font-weight: normal;}
/*
.red{color:red;line-height: 12px;}
.blue{color:#0000FF;}
.pink{color:#FF00FF;}

.gray{color:#999999;}
.orange {color: #FF6600;}
.green {color: #009900;}
.yellow {color: #FFCC00;}
.brown {color: #990000;}
.purple {color: #9900cc;}
/*
.large{
	font-size:12px;
	line-height: 14px;
}

.largeB{
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
}
.mid{
	font-size:10px;
	line-height: 12px;
}
.xsmall{
	font-size:9px;
	line-height: 12px;
}

.xsmallB{
	font-size:9px;
	line-height: 12px;
	font-weight:bold;
}
.headerbox {headerbox
	color: #000000;
	font-size: 10px;line-height: 12px;
	padding: 4px;  
	background-color:#E8E8E8;
	border: none;
}
.midB{
	font-size:10px;
	line-height: 12px;
	font-weight:bold;
}
.indent {
	font-size: 10px;
	text-indent: 1em;
	line-height: 12px;
}
.tdblue {
	background-color: #CCFFFF;
	color: #000000;
}
.tdgray {
	color: #FFFFFF;
	background-color: #333333;
}
.bglightglay {
	color: #000000;
	background-color: #E3E3E3;
}
.bgpurple {
	color: #FFFFFF;
	background-color: #9999FF;
}
.bgyellow {
	color: #0000FF;
	background-color: #FFFF33;
}
*/




#catalog_topmenu {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: 40px;
	width: 750px;
	background-color: #000000;
	display: block;
}
#catalog_topmenu a {
	text-decoration: none;
	color: #CCCCCC;
}
#catalog_topmenu a:link {text-decoration: none;}
#catalog_topmenu a:visited {text-decoration: none;}
#catalog_topmenu a:hover,a:active {
	background-color: #38A9FF;
	color: #000000;
}
#catalog_topmenu li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0em;
	padding: 0.5em;
}
#catalog_topmenu ul {
	font-size: 9px;
	margin: 0px;
}
#catalog_topmenu img {
	text-align: left;
	border: none;
	float: left;
	clear: both;
}



.attention {
	width: 650px;
	text-align: left;
	padding: 5px;
	background-color: #FFF;
	color: #666;
	margin-bottom: 20px;
	margin-left: 50px;
	
	border:1px solid #C00;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.attention h3 {
	color:  #C00;
	margin: 0.5em 1em;
	padding: 0;
	font-size: 1.2em;
}
.attention li {
	list-style: none;
	margin: 0 0 0.5em 1em;
	line-height: 1.5em;
}
.attention ul {
	margin: 0px;
	padding: 0px;
}

.catalog_specprice {
	padding: 0em;
	width: 700px;
	margin: 5px auto;
	text-align: center;
	color: #333333;
	background: #EEE;
	clear: both;
}
.catalog_specprice th {
	background: #333;
	color: #FFF;
}
.catalog_specprice td {
	border-bottom: 1px dotted #666;
	text-align: left;
	padding: 0em 1em;
}



.catalog_specmaker {
	width: 500px;
	text-align: left;
	color: #777;
	margin: 5px 125px 20px;
	clear: both;
}
.catalog_specmaker dt {
	clear: both;
	float: left;
	border-left: 0.5em solid #900;
	padding-left: 5px;
	width: 100px;
	display: inline;
	margin: 5px;
}
.catalog_specmaker dd {
	display: block;
	padding: 5px;
	margin-left: 115px;
}
.catalog_specmaker b {
	color: #C00;
}


#content_catalog {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
