BODY    {
	background-color: #ffffff;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	margin-top: 25px;
         }

/* 2段組 */
#wrapper {
	width:802px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#header {
	width: 802px;
}
/*メインボックスからはみ出すバグを回避*/
#main:after{
         content:".";
		 display:block;
		 clear:both;
		 height:0px;
		 visibility:hidden;
		 }
#main {
	width: 802px;
	border: 1px solid #888888;
	padding-bottom: 20px;
	display: inline-table;
}
/*Mac判IEではこの設定は無視される \*/
*html#main{ height: 1%;}
#main{ display: block;}
/*ここまで*/

#navi {
	float:left;
	width:190px;
	margin-right: 20px;

}
#contents {
	float:left;
	width:570px;
	border: 1px solid #888888;
	margin-top: 20px;


}

#contents2 {
	text-align: center;
	width: 500px;
	margin-left: 40px;
}

#footer {
	clear:both;
	background-color: #FFFFFF;
	width: 802px;
	text-align: right;
}

/* 共通項目 */
p {
	margin: 0px;
	padding: 0px;
}
a { color:#333333; }
a:hover {
	text-decoration:none;
	color: #333333;
}

h1 {
	font-size:14px;
	width:485px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 15px;
}

.bold {
	font-weight: bold;
}
#pageup {
	text-align: right;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#pageup a {
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
#pageup a:hover {
}

#area {
	margin-left: 15px;
	font-size: 90%;
	margin-right: 15px;
}
hr {
	border: 1px dotted #CCCCCC;
	height: 1px;
}
#shopping3 {
	text-align: center;
}
.gray {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gray2 {
	margin-bottom: 10px;
}
.bold2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
}
.gray2 a {
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
}
