body {
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #00CC00;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #00CC33;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #33CC00;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #33CC00;
	font-weight: bold;
	font-size: 90%;
	background-color: #DBFFCE;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.kakomi h3 {
	background-color: #FFFFFF;
	color: #666666;
}


h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #666666;
	margin-bottom: 3px;
	line-height: 120%;
	margin-top: 0px;
	font-weight: bold;
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

h5 {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 80%;
	color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C8D29;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
}
div {
	margin: 0px;
	padding: 0px;
}

table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 120%;
	color: #666666;
}
th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
	color: #666666;
}
ol {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	line-height: 120%;
	color: #666666;
}
dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 120%;
	color: #666666;
}
dd {
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #FFFFFF;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
}

a:active {
	color: #FF0000;
}
.small {
	font-size: 80%;
}
.big {
	font-size: 120%;
}
.lsmall {
	font-size: 90%;
}
.lbig {
	font-size: 110%;
}
.msmall {
	font-size: 70%;
}
.mbig {
font-size: 150%
}
.bold {
	font-weight: bold
}
.margin0 {
	margin: 0px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.margin20 {
	margin: 20px;
}
.margintop0 {
	margin-top: 0px;
}
.margintop5 {
	margin-top: 5px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.marginbottom0 {
	margin-bottom: 0px;
}
.marginbottom5 {
	margin-bottom: 5px;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.margintopbottom5 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.margintopbottom10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.noborder {
	border: none ;
}
.gyo11 {
	line-height: 11px;
}
.gyo12 {
	line-height: 12px;
}
.gyo13 {
	line-height: 13px;
}
.gyo14 {
	line-height: 14px;
}
.gyo15 {
	line-height: 15px;
}
.gyo16 {
	line-height: 16px;
}
.gyo17 {
	line-height: 17px;
}
.gyo18 {
	line-height: 18px;
}
.gyo19 {
	line-height: 19px;
}
.gyo20 {
	line-height: 20px;
}
.scap {
	font-size: 70%;
	vertical-align: super;
	line-height: normal;
}
.li_nomal {
	list-style-image: none;
	list-style-type: square;
}
.li_suji {
	list-style-image: none;
	list-style-type: decimal;
}
.li_romasu {
	list-style-image: none;
	list-style-type: lower-roman;
}
#body {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	width: 950px;
}
#header h1 {
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
	color: #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -21px;
	margin-left: 0px;
	width: 930px;
}

#main {
	width: 950px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#memu {
	float: left;
	width: 300px;
}

#naiyo {
	width: 570px;
	float: left;
}
.category {
	float: left;
	width: 320px;
	margin-right: 20px;
	clear: left;
}


#footer {
	width: 950px;
	clear: both;
	color: #666666;
	margin-bottom: 10px;
}
#copyright {
	text-align: right;
	width: 950px;
	margin-top: -12px;
	font-size: 11px;
}
#etc {
	width: 950px;
	padding-top: 12px;
	background-image: url(../images/k_yoko.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
#form1 {
	border: 1px solid #33CC00;
	background-color: #CFFFBF;
	margin-top: -55px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	width: 600px;
	padding-right: 300px;
}

.indent10 {
	margin-left: 10px;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	color: #FF0000;
}

.indent20 {

	margin-left: 20px;
}
.caption {
	font-size: 11px;
	line-height: 14px;
}
.honbun {
	width: 290px;
}
.kakomi {
	border: 1px solid #666666;
	margin-bottom: 10px;
	width: 523px;
	background-color: #E8E8E8;
	padding: 10px;
}
.clear {
	clear: both;
}
.fright {
	float: right;
}

.coach {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.mem {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#header li {
	display: inline;
	padding-right: 10px;
	font-size: 12px;
}
#header ul {
	width: 935px;
	background-image: url(../images/bg_contents.gif);
	height: 27px;
	list-style-type: none;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#memu img {
	vertical-align: top;
	margin-bottom: 10px;
}

.hidden {
	visibility: hidden;
	position: absolute;
}
#key {
	position: absolute;
	top: 43px;
	width: 950px;
	font-size: 12px;
	color: #666666;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
#key strong {
	color: #666666;
	font-weight: normal;
}
#key em {
	font-weight: normal;
}
#key a {
	text-decoration: none;
}
.pr {
	color: #000000;
}

.pr a {
	color: #000000;
}
#pub02 {
	text-align: left;
}
.pr a:visited {

	color: #000000;
}
#copyright a:hover {
	color: #666666;
}
.red {
	color: #FF0000;
	font-weight: normal;
}
#fkt3 {

	position: absolute;
}
blockquote {

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
}
ul ul {
	font-size: 100%;
	margin-bottom: 0px;
}
.kanri {
	color: #0066FF;
}
.kakomi2 {

	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 498px;
	padding: 10px;
}
.kensu {

	text-align: right;
	margin-top: -25px;
	margin-bottom: 10px;
	font-size: 80%;
}
.kakomi3 {
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 530px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.gray {
	color: #999999;
}
.gray a {
	color: #999999;
}
.gray a:visited {
	color: #999999;
}
.rank {
	background-color: #999999;
	color: #FFFFFF;
	margin-bottom: 0px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #999999;
}
.fleft {
	float: left;
	padding-right: 10px;
}
#pub02 {
	width: 950px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
#kensu {
	padding-right: 25px;
}
#news {
	width: 230px;
	float: left;
	margin-right: 15px;
}
.shipping {
	float: left;
	margin-right: 5px;
}
#shipping {
	float: left;
	width: 255px;
}
#topic {
	width: 435px;
	float: left;
	margin-right: 15px;
}
#category {
	width: 630px;
	float: left;
	padding-right: 20px;
}
#adsense {
	float: right;
	width: 350px;
}
#amazon {
	float: left;
	width: 150px;
}