body {
	font-size: 12px;
	line-height: 1.4;
	color: #333;
}
#content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333;
	background-image: url(../img/icon/catalog.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;

}
#header h1 {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 650px;
}
#header h1 a {
	color: #333;
	text-decoration: none;
}

#header h1 a:hover {
	color: #c00;
	text-decoration: none;
}

#bread {
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}

#navi {
	height: 30px;
}
#navi ul {
}
#navi ul li {
	float: right;
	list-style-type: none;
	padding-right: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
#navi ul li a {
	color: #333;
}
#navi ul li a:hover {
	color: #C00;
	text-decoration: underline;
}


#main {
	width: 800px;
	line-height: 1.1;
	font-size: 10px;
}
#main #details {
	width: 650px;
	float: left;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666;
	border-left-color: #666;
}
#main #details table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}
#main #details table td {
	line-height: 1.5;
	font-size: 12px;
	padding-left: 10px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #333;
}
#main table tr td a {
	text-decoration: none;
	color: #036;
}
#main table tr td a:hover {
	color: #c00;
}




#main #side {
	float: right;
	width: 140px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	padding-left: 5px;
}

table {
	text-align: center;
	margin-left: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.box01 {
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #060;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

td {
	line-height: 1;
}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	background-color: #E6EAE6;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}
#footer ul li {
	font-size: 10px;
	padding-right: 30px;
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #333;
}

#footer ul li a:hover {
	color: #C00;
}

#main #side a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#main #side a:hover {
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
}
