@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/images/back01.jpg);
}

a {
	color: #FFF;
}
a.string {
    color: #000;
}

body,td,th {
	color: #000;
}
li {
    list-style-type: none;
}
#main {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 861px;
	border: 1px solid #630;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	background-color: #FFF;
}
#main #header {
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: right;
	padding: 4px;
	height: 20px;
}
h1.tittle {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}

#main #navi {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 10px;
	float: left;
	height: auto;
	width: 190px;
	background-color: #FFF;
}
#main #contents {
	font-size: 12px;
	color: #333;
	text-align: left;
	float: right;
	width: 650px;
	clear: none;
	background-color: #FFF;
}
#main #copyright {
    font-size: 12px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-color: #999;
}
.explain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
	color: #333;
	text-align: left;
	padding: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.tittle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.kashi_tittle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.kashi_explain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
.kashi_image {
	text-align: center;
	padding: 15px;
}
body,td,th {
	color: #333;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
}

table.detail {
  font-size: 12px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #999;
}

table.detail tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

table.price {
  font-size: 10px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #999;
}

table.price tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

.blog_new {
  color: red;
  font-weight: bold;
}
