@charset "UTF-8";



body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.90em;
	line-height: 1.6em;

	background-repeat: repeat;
	font-family:'メイリオ',Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

div, p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
}


/* -------- 見出しタグ
フォントを通常のものにしたい場合は、
中のスタイルを削除する */

h1, h2, h3, h4, h5, h6, .title ,.menutitle{

}

h1,h2,h3,h4{
	clear:both;
}


/* -------- 記事内の見出しタグ
H4～H6タグだけ通常のフォントにしたい場合は、
コメントアウトを削除 */
#main h4,#main h5,#main h6{
	/* font-family:sans-serif;
	font-weight:bold; */
}



/* -------- リンク */

a img {
  border: none;
  text-decoration: none;
}




/* ---------------- 画像 */

a img{
	border:none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}





/* -------- 強調 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}




/* -------- 斜体 */

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}




/* ---------------- リスト */

ul, ol {
	display: block;
	_margin-left:0;
	_margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}



p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}





/* ---------------- 基本レイアウト */

#container {
	width: 950px;
	_width:956px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;

	background-repeat: repeat-y;
}
#top_mae {
	height: 80px;
	background-image: url(./img/header.jpg);
}
#top {
	height: 80px;
}
#top   /*
■ヘッダー・タイトル
左寄せにしたい場合はleftの値を20pxに変更
*/
.title   {
    margin-top:6px;
	font-size: 28px; /* 30px; */
	line-height: 54px;
	padding-right: 10px;
	padding-left: 22px;
	font-weight: bold;
}
#topmenu {
	height: 45px;
	width: 950px;
	position: absolute;
	font-size: 0.92em;
	top: 80px;
	background-image: url(./img/topmenu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topmenu span a {
	display: block;
	line-height: 40px;
	float: left;
	height: 45px;
	width: 20%;
	_width:19.9%;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image:  url(./img/topmenu_bg.jpg);
	background-position: right;
	background-repeat: repeat-x;
}
#topmenu span a:hover {
	background-image: url(./img/topmenu_hover.jpg);
}
/*
■ヘッダー・説明文
左寄せにしたい場合はleftの値を20pxに変更
*/
#headertext
  {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 12px;
	color: #333333;
	line-height: 10px;
	text-align: left;
}
/*
■ヘッダー・タイトル、説明文
色を変更したい場合は、colorの値を変更。
*/
#top h2 a, #top   h2   a:visited,#top   .title   a,#header   .title   a:visited {
	color: #333333;
	text-decoration: none;
}
#header /*
■ヘッダー・タイトル、説明文を非表示にしたい場合は、
コメントアウトスタイル中の／＊　＊／を削除
*/
 h2,#header  .title {
	/*text-indent:-9999px;*/
}

#siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
}


#contents {
	_height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:400px;
	margin-top: 43px; /* 50px */
	padding-right: 15px;
	padding-left: 15px;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}


#footer {
	text-align: center;
	height: 50px;
	color: #333333;
	padding-top: 15px;
	font-size: 14px;
}

#footer a{
	color: #333333;
	text-decoration: none;
}


.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}






/* ---------------- 見出し */

h1 {
	font-size: 10px;
	margin: 0px;
	line-height: 20px;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main h2{
	font-size: 17px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main h3 {
	font-size: 15px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#main h4  {
	font-size: 15px;
	line-height: 20px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 10px;
}


#main  h5{
	background-image: url(img/h5.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height:20px;
	text-indent: 22px;
	margin-top: 8px;
}
#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;

}

#main  h6,#entrylist dt  {
	font-size: 13px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* ---------------- サイトマップ */

#sitemaps {
	padding: 5px;
}

#sitemaps  dt {
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/li.gif);
	font-family: sans-serif;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sitemaps  dt  a{
	color:#666666;
}
#sitemaps  dt  a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#sitemaps dd {
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./img/disc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

/* ---------------- コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px 5px;
}

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}


.txt-border p {
	line-height: 22px;
	font-size: 13px;
}

.txt-grayback,.txt-colorback{
	margin-top: 10px;
	margin-bottom: 10px;
}


.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #E6E6E6;

}


.txt-frame{
	border: 1px solid #CCCCCC;
}

#entrylist{
	padding: 10px;
	margin:0 0 10px 0;
}


#entrylist dt{
	font-size: 14px;
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: bold;
	margin: 0px;
}

#entrylist dd{
	padding:0;
	font-size:12px;
	line-height:120%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
#categorylist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/h5.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#categorylist {
	padding: 10px;
}
#categorylist dd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#space1,#space2{
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0 10px;
}

#space1,#space2{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
}

#space3,#space4,#space5,#space6{
	color:#333333;
	font-size:0.9em;
	line-height:1.3em;
}



#space3,#space4,#space5,#space6{
	margin-bottom:15px;

	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* ---------------- メニュー */

#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; /* 15px */
	margin-left: 0px;
}
#menu1 li,#menu2 li,#menu3 li,#menu4 li,#menu5 li,#menu6 li,#menu7 li,#menu8 li,#menu9 li,#menu10 li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	background-image: url(./img/menu_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}


#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3,#space1 h3,#space2 h3{
	position: relative;
	left: -10px;
	width: 700px;
	_width: 700px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#threebox #text1 h3,#threebox #text2 h3,#threebox #text3 h3,#threebox #text4 h3,#threebox #text5 h3,#threebox #text6 h3,#threebox #text6 h3,#threebox #text7 h3,#threebox #text8 h3,#threebox #text9 h3,#threebox #text10 h3,#threebox #space1 h3,#threebox #space2 h3{
	position: relative;
	left: -5px;
	width: 500px;
	_width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#main {
	float: right;
	width: 702px;
}

#threebox{
	float:left;
	width:720px;
	_width:720px;
}

#threebox #main{
	width:500px;
}

#menu {
	width: 200px;
	float: left;
}

#rmenu{
	width: 180px;
	float:right;
}
#menu  h4 ,#rmenu h4 ,.menutitle {
	padding-left: 25px;
	line-height: 32px;
	height: 32px;
	font-size:14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#menu h4,#menu .menutitle{
	background-image: url(img/menu_h4.jpg);
}

#rmenu h4,#rmenu .menutitle{
	background-image: url(img/menu_h4_sub.jpg);
}


#menu1 li a,#menu2 li a,#menu3 li a,#menu4 li a,#menu5 li a,#menu6 li a,#menu7 li a,#menu8 li a,#menu9 li a,#menu10 li a {
	line-height: 19px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 4px; /*8px;*/
	padding-right: 6px;
	padding-bottom: 4px; /*8px;*/
	padding-left: 10px;
	_border-bottom:dotted 1px #CCC;
}

#menu1 li a:hover,#menu2 li a:hover,#menu3 li a:hover,#menu4 li a:hover,#menu5 li a:hover,#menu6 li a:hover,#menu7 li a:hover,#menu8 li a:hover,#menu9 li a:hover,#menu10 li a:hover {
	background-color: #FDF0E3;
	background-image: url(./img/menu_hover.jpg);
}


#newEntry {
	margin: 0px;
	padding: 10px;
}

#newEntry li {
	background-image: url(img/newentry_bg.gif);
	line-height: 24px;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}


#newEntry   li  a {
	display: inline;
	color: #0000FF;
	text-decoration: underline;
	line-height: 20px;
}
#newEntry li a:hover {
	color: #CC0000;
}



#menu1 , #menu2 , #menu3 , #menu4 , #menu5 , #menu6 , #menu7 , #menu8 , #menu9 , #menu10 {
	width: auto;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#space3{
	background-color: #ffffff;
	margin-bottom: 15px;
}


#space4,#space5,#space6,#newEntry{
	background-color: #ffffff;
	margin-bottom: 15px;
}

.txt-colorback {
	border: 1px solid #FFB380;
	background-color: #FFF2DF;
}
.scol2  /* 商品テーブル */
.sitem,.scol3   .sitem,.scol4   .sitem {
	margin-top: 8px;
	margin-right: 0.5%;
	margin-bottom: 8px;
	margin-left: 0.5%;
	text-align: center;
	line-height: 120%;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	float: left;
	display: inline;
}
.scol2     .sitem    a,.scol3    .sitem    a,.scol4    .sitem a  {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	border: 1px dotted #CCCCCC;
	padding-top: 6px;
	background-image: url(./img/det_button.jpg);
	padding-bottom: 40px;
	background-repeat: no-repeat;
}

.sprice{
	display:block;
	color:#CC0000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.stitle {
	display: block;
	overflow:hidden;
	padding: 4px;
}
.scol1 .sitem {
	font-size: 11px;
	line-height: 125%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.scol1 td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.scol1   .sprice {
	text-align: left;
	padding: 6px;
}
.scol1 .stitle {
	font-size: 12px;
	font-weight: bold;
	background-color: #F4F3EE;
	padding: 6px;
	overflow: visible;
	line-height: 140%;
}

.scol2 .sitem{
	width: 49%;
	_width: 48%;
}


.scol2 .stitle{
	height:35px;
	font-weight: bold;
}

.scol2  .sitem a {
	height:330px;
	background-position: center 340px;
	_background-position: center 320px;
}
.scol2 .sdesc {
	display: block;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 5px;
	margin-right: 8px;
	margin-left: 8px;
	height: 100px;
	overflow: hidden;
}




.scol3 .sitem{
	width: 31%;
	_width:31%;
}

.scol3 .stitle{
	height:35px;
}

.scol3  .sitem a {
	height:210px;
	background-position: center 220px;
}



.scol4 .sitem{
	width: 24%;
	_width:23%;
}

.scol4 .stitle{
	height:55px;
}
.srank .sitem {
}


.scol4  .sitem a {
	height: 230px;
	background-position: center 240px;
}





.scol2 .sitem a:hover,.scol3 .sitem a:hover,.scol4 .sitem a:hover {
	background-color: #FBE4CE;
}
.srank {
	text-align: center;
}
.srank .sitem {
	text-align: center;
	margin-bottom: 20px;
	float: none;
}







/* テーブル */

.tbl_Pr, .tbl_det,.tbl_Ra,tbl_It{
	width: 100%;
	_width:90%;
	font-size: 1.0em;
}
.tbl_Pr {
	border: 1px solid #CCCCCC;
}
.tbl_Pr th {
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tbl_Pr .alt {
	background-color: #F5F5F5;
}
.tbl_Pr th, .tbl_Pr td {
	padding: 4px;
	text-align: center;
}
.tbl_Pr .price {
	color: #CC0000;
	text-align: right;
	font-weight: bolder;
}


.tbl_det {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tbl_det th, .tbl_det td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.tbl_det th {
	width: 25%;
	background-color: #EBEBEB;
	margin: 5px;
}
.tbl_Ra {
	border: 1px solid #CCCCCC;

}
.tbl_Ra .alt {
	background-color: #F5F5F5;
}


.tbl_Ra th, .tbl_Ra td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.tbl_Ra td.rnkitem {
	padding-right: 10px;
	padding-bottom: 15px;
}

.tbl_Ra  th {
	padding: 6px;
}

.tbl_Ra td {
	padding: 5px;
	vertical-align: top;
}



.tbl_It td {
	text-align: center;
	padding:5px;
}



#main table h4  {
	text-align:left;
	background-image:none;
	background-repeat: no-repeat;
	font-size: 14px;
	width: 90%;
	margin: 0px;
	line-height: 26px;
	padding: 0px;
}