@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #585858;
	font-size: 90%;
	line-height: 160%;
	background-color: #fff;
	background-image: url(../image/check_bg.gif);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 900px; 
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px 20px 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0;
	width: 860px;
}
#header {
	margin: 0px;
	padding: 0 20px;
	width: 860px;
}

#navi {
	margin: 0;
	padding: 0;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC230; */
	height: 80px;
}
#navi ul {
	display: block;
	list-style-type: none;
	z-index: 99;
	margin: 0 auto;
	padding: 0px;
	width: 860px;
}
#navi ul li {
	display: block;
	margin: 0;
	padding: 0px;
	float: left;
}
/* navi　mouseover */
#navi01{
	width: 146px;
	height: 80px;
	background-image:url(../image/navi01.gif);
}
#navi02{
	width: 128px;
	height: 80px;
	background-image:url(../image/navi02.gif);
}
#navi03{
	width: 131px;
	height: 80px;
	background-image:url(../image/navi03.gif);
}
#navi04{
	width: 170px;
	height: 80px;
	background-image:url(../image/navi04.gif);
}
#navi05{
	width: 159px;
	height: 80px;
	background-image:url(../image/navi05.gif);
}
#navi06{
	width: 129px;
	height: 80px;
	background-image:url(../image/navi06.gif);
}
#navi07{
	width: 125px;
	height: 80px;
	background-image:url(../image/navi07.gif);
}
#navi01, #navi02, #navi03, #navi04, #navi05, #navi06, #navi07{
	background-position:center 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	display: block;
}
a:hover#navi01, a:hover#navi02, a:hover#navi03, a:hover#navi04, a:hover#navi05, a:hover#navi06, a:hover#navi07 {
	background-position:0px -80px;
}
/* navi　mouseover ここまで */


h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align:center;
	margin: 30px 0 15px 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #DE4375;
	margin: 0;
}
h3.cont {
	padding: 15px 0 0 50px;
	background-image: url(../image/line01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:hover	{
	text-decoration: underline;
	color: #C15C11
}
a:visited	{
	text-decoration: underline;
	color: #6D6A4B
}
.bold { font-weight:bold }
.font80 { font-size:80% }
.font90 {
	font-size:90%;
	line-height:140%;
}
.font110 { font-size:110% }
.font120 { font-size:120% }
.fontpink { color:#DE4375 }
.fontred { color:red }
.textcenter { text-align:center }
.clearleft { clear:left }
.clearright { clear:right }
.clearboth { clear:both }
.floatleft { float:left }
.floatright { float:right }
.vmiddle { vertical-align:middle }
.leftpad10 { padding-left:10px }
.leftpad20 { padding-left:20px }

.oneColFixCtr #container #mainContent #topics {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 20px 0 0 0;
	background: url(../image/line01.gif) no-repeat top;
	float: left;
	width: 600px;
	display: block;
	overflow: hidden;
	clear: left;
}
ul.blog { 
	padding: 0 0 0 50px; margin: 0; width:240px; clear:left;  float:left; display:block;
}
div#topics div.news {
	clear: right;
	float: right;
	width: 240px;
	margin: 20px 30px 0 0;
	padding-left:15px;
	padding-right: 15px;
	height: auto;
	display: block;
	border: dotted 2px pink;
}
.oneColFixCtr #container #mainContent #shop {
	background-image: url(../image/shop_bg_L.gif);
	background-repeat: no-repeat;
	width: 212px;
	height: 190px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 16px 20px 0 20px;
	font-size:14px;
	line-height:20px;
	float: right;
}
#footer {
	font-size: 90%;
	text-align: center;
	padding: 10px;
}
.flame01 {
	background-image: url(../image/imgflame01.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	height: 220px;
	width: 340px;
}
#mainContent table td, th {
	text-indent: 1em;
	padding: 4px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D29E52;
	border-left-color: #D29E52;
	font-size: 100%;
	line-height: 140%;
}
#mainContent table {
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #D29E52;
	border-right-color: #D29E52;
	margin: 0px;
	padding: 0px;
}
.pagetop {
	font-size: 90%;
	text-align: right;
	margin: 0px;
	padding: 4px;
	clear: both;
	width: 100%;
}
/*--
#mainContent #uki {
	background-image: url(../image/uki_09.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 550px;
	width: 860px;
	overflow: hidden;
	background-position: center bottom;
}
#mainContent #uki .nyuyoku {
	float:right;
	width:160px;
	font-size:11px;
	line-height:14px;
	margin-top: 15px;
}
#mainContent #uki table {
	clear: both;
	width: 782px;
	display:block;
	margin:0 auto;
	border: none;
}
#mainContent #uki table td {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align:top;
	text-indent: 0;
	font-size:12px;
	line-height:16px;
}
#mainContent #uki .comment {
	padding:0 0.5em;
	display: block;
}
--*/
div#mainContent　#ozon {
	width:860px;
	display:block;
}
#ozon h4 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#ozon p {
	padding: 0 0 0 50px;
	;
	margin: 0;
}
#ozon ul {
	padding-left: 80px;
}
#ozon ul li {
	color: rgba(219,48,144,1.00);
	font-weight: bold;
}
