/*　商品一覧、詳細ページ　*/

#MainRight {
	font-size: 12px;
	float: left;
	width: 715px;
  }
  
/* 詳細・一覧　共通 */

.topList {
	border-bottom: 1px dotted #FFA6DE;
	border-left: 7px solid #FFA6DE;
	font-size: 11px;
	padding: 5px 0 3px 9px;
	}
	
.topList_s {
        border-bottom:1px dotted #FFA6DE;
        border-left:7px solid #FFA6DE;
        font-size:14px;
        padding:5px 0 3px 9px;
        }

.topList a {
	color: #FFA6DE;
	text-decoration: none;
	}
	
.topList a:hover {
	text-decoration: underline;
	}

/* 詳細ページ */  
	
.top {
	margin-top: 25px;
	width: 700px;
	}
	
.top .topHead {
	width: 700px;
	}

.top .syosaiBox {
	margin-top: 10px;
	}
	
.top .subSpec {
	}	
	
.top p.name {
	color: #666666;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

/*
.top .copy {
	background-image: url(images/border_700.gif);
	background-repeat: no-repeat;
	color: #93CA4A;
	font-weight: bold;
	padding-top: 7px;
	}
*/

.top .copy {
  color:#93CA4A;
  font-weight:bold;
  font-size: 14px;
}

.top .specPicup {
  background-image:url(images/border_470.gif);
  background-repeat:no-repeat;
  color:#000000;
  padding-top:7px;
  padding-left:5px;
  }
	
.topTable {
	width: 700px;
	}
	
.topTable td {
	padding: 3px 0;
	}
	
.topTable td.day{
	text-align: right;
	}
	
.topTable td.red{
	border-top: 1px dotted #666666;
	color: #FF0000;
	font-size: 15px;
	}
	
.topTable td.green {
	color: #93CA4A;
	}
	
.topTable span.price{
	font-size: 30px;
	font-weight: bold;
	}	
	
.topTable .text {
	background-color: #E3F1CF;
	padding: 10px;
        margin-right: 15px;
	}
	
.spec {
	float: left;
	margin-right: 1px;
	}
	
.specMark {
	float: left;
	margin-right: 1px;
	margin-right: 5px;
	}

.hyokaMark {
	margin: 0 5px;
	}

table.syosaiSpec {
	margin: 15px auto;
	width: 630px;
	background-color:#999999;
	}
	
table.syosaiSpec th {
	padding: 5px 0 5px 5px;
	background-color: #F5F5F5;
	text-align: left;
	font-weight: normal;
        width: 130px;
	}
	
table.syosaiSpec td {
	padding: 5px 0 5px 5px;
	background-color: #ffffff;
	}
	
.other_photo {
        width:630px;
        border:1px solid #ccc;
        margin: 20px auto;
        }

.other_photo img {
        margin: 10px 55px;
        }

	
/* 一覧ページ */	


.ichiranBox {
	border: 1px solid #999999;
	margin-top: 20px;
	padding: 10px 0;
	}
	
.topTable p.name {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0
	}

/*
.topTable .copy {
	background-image: url(images/border_470.gif);
	background-repeat: no-repeat;
	color: #93CA4A;
	font-weight: bold;
	padding-top: 7px;
	}
*/

.topTable .copy {
  color:#93CA4A;
  font-weight:bold;
  font-size: 14px;
  padding-right:10px;
}

.topTable .specPicup {
  background-image:url(images/border_470.gif);
  background-repeat:no-repeat;
  color:#000000;
  padding-top:7px;
  padding-left:5px;
  }

.dot {
        height: 10px;
        margin-top: 10px;
        border-bottom: 1px dotted #ccc;
        }

/*　TOP、おすすめ欄　*/

.recTable {
	width: 540px;
	}
	
.recTable td {
	padding: 3px 0;
	}

.recTable th {
	margin: 0 10px;
	}
	
.recTable td.day{
	text-align: right;
	}
	
.recTable td.red{
	border-top: 1px dotted #666666;
	color: #FF0000;
	font-size: 12px;
	}
	
.recTable td.green {
	color: #93CA4A;
	}
	
.recTable span.price{
	font-size: 20px;
	font-weight: bold;
	}	
	
.recTable .text {
	background-color: #E3F1CF;
	padding: 5px;
	}
	
.recTable p.name {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0
	}
	
.recSpec {
	float: left;
	margin-right: 1px;
	}
	
.recSpecMark {
	float: left;
	margin-right: 5px;
	}
	
.recHyokaMark {
	margin: 0 5px;
	}
	
.recBox {
	border: 1px solid #999999;
	padding: 10px 0;
        margin: 10px auto;
        }

.recTable .copy {
  color:#93CA4A;
  font-weight:bold;
  font-size: 12px;
}

.recTable .specPicup {
  background-image:url(images/border_470.gif);
  background-repeat:no-repeat;
  color:#000000;
  padding-top:7px;
  padding-left:5px;
  }

.redPrice {
  width: 180px;
  float: left;
  color: #FF0000;
  }

.cartBtn {
  width: 140px;
  float: right;
  padding-top: 10px;
  text-align: right;
  }


/*　その他のページ　*/

#Container {
    width: 700px;
	margin: 20px auto 5px;
	padding: 10px 0;
	}
	
table.general {
    width: 700px;
	}

table.general td {
    padding: 10px 0;
	font-size: 14px;
	}
	
table.general td.s12 {
    padding: 10px 10px 10px 20px;
	font-size: 12px;
	}
	
table.general td.s12a {
    background-color:#D8FF62;
    padding: 10px 10px 10px 20px;
	font-size: 12px;
	}
	
table.general td a {
    text-decoration: underline;
	color:#99CC00;
	}
	
table.general th {
    padding: 5px;
	font-weight: normal;
	background-color: #CCCCCC;
	}
	
table.general h2 {
	background-image: url(images/border_700.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	color: #93CA4A;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	}
	
table.general h3 {
    border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 7px solid #666666;
	color: #666666;
	font-size: 14px;
	padding: 5px 0 3px 9px;
	}

table.general h4 {
	border-left: 7px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #ff9900;
	/* font-size: 14px; */
	padding: 5px 0 3px 9px;
	}
	
table.g2 {
    width: 500px;
	background-color:#666666;
	}
	
table.g2 td {
    padding: 5px;
	background-color:#FFFFFF;
	}
	
table.g2 th {
    padding: 5px;
	background-color: #FFCC66;
	font-weight:normal;
	text-align:left;
	}

table.g3 {
    width: 500px;
	background-color:#666666;
	}
	
table.g3 td {
    padding: 5px;
	font-size: 12px;
	background-color:#FFFFFF;
	}
	
table.g3 td.bl {
    padding: 5px;
	font-size: 12px;
	background-color:#D0E8FF;
	}
	
table.g3 th {
    padding: 5px;
	background-color: #FFCC66;
	font-weight:normal;
	text-align:left;
	}

/*　会社概要　*/

table.c3 {
    width: 600px;
	background-color:#ffffff;
	}
	
table.c3 td {
    padding: 5px;
	font-size: 12px;
	background-color:#FFFFFF;
	}
	
table.c3 td.bl {
    padding: 5px;
	font-size: 12px;
	background-color:#D0E8FF;
	}
	
table.c3 th {
    padding: 5px;
	/* background-color: #E7FF9D; */
	background-color: #F5F5F5;
	font-weight:normal;
	text-align:left;
	}
	
table.c4 {
    width: 660px;
	background-color:#ffffff;
	}
	
table.c4 td {
    padding: 5px;
	font-size: 12px;
	background-color:#FFFFFF;
	}
	
table.c4 th {
    padding: 5px;
	/* background-color: #E7FF9D; */
	background-color: #F5F5F5;
	font-weight:normal;
	text-align:left;
	}	

.textBox {
    width: 650px;
	padding: 5px 0 0;
	border-bottom: 1px dotted #cccccc;
	margin: 5px 0 0;
	}

table.c5 {
    width: 650px;
	background-color:#ffffff;
	}
	
table.c5 td {
    padding: 5px;
	font-size: 12px;
	background-color:#FFFFFF;
	}
	
table.c5 td a {
    color: #666666;
	}
	
table.c5 td.or {
    padding: 5px;
	font-size: 12px;
	background-color:#FF9933;
	}
	
table.c5 th {
    padding: 5px;
	/* background-color: #E7FF9D; */
	background-color: #D0E8FF;
	font-weight:normal;
	text-align:left;
	}
	
table.c6 {
    width: 650px;
	background-color:#cccccc;
	}
	
table.c6 td {
    padding: 5px 5px 5px 10px;
	font-size: 12px;
	background-color:#FFFFFF;
	}
	
table.c6 td a {
    color: #666666;
	}
	
table.c6 td.or {
    padding: 5px;
	font-size: 12px;
	background-color:#FF9933;
	}
	
table.c6 th {
    padding: 5px 5px 5px 10px;
	background-color: #eeeeee;
	font-weight:normal;
	text-align:left;
	}
	
/*　エントリー　*/

.entryBox {
  width: 650px;
  }

.entryBox h2 {
  height: 15px;
  padding: 3px 0 8px 5px;
  border-top: 1px dotted #8CC63E;
  border-right: 1px dotted #8CC63E;
  border-bottom: 1px dotted #8CC63E;
  border-left: 3px solid #8CC63E;
  font-size: 14px;
  font-weight: bold;
  }

.contents_body {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  }

.entryTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 0 20px;
  }

.entryText {
  font-size: 14px;
  line-height: 1.4;
  padding: 25px 0;
  }

/*　テキスト一覧　*/

.itemBoxWrap {
    width: 655px;
	margin: 10px auto;
	border-bottom: 1px solid #ccc;
	}

.itemBox {
    width: 654px;
	border-right: 1px solid #ccc;
	}
	
.item1 {
    width: 100px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 5px 6px;
	float: left;
	}
	
.item1t {
    background-color:#CBE6A8;
    width: 100px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 5px 7px;
	float: left;
        text-align: center;
	}
	
.item2 {
    width: 150px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 5px 6px;
	float: left;
	}
	
.item2t {
    background-color:#CBE6A8;
    width: 150px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 5px 7px;
	float: left;
        text-align: center;
	}
	
.item3 {
    width: 300px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/* padding: 8px 5px 9px; */
	padding: 7px 5px 6px;
	float: left;
	}
	
.item3t {
    background-color:#CBE6A8;
    width: 300px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 5px 7px;
	float: left;
        text-align: center;
	}	

.item4 {
    width: 60px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solod #ccc;
	/* padding: 5px 5px 9px; */
	padding: 4px 5px;
	float: left;
        text-align: center;
	}
	
.item4t {
    background-color:#CBE6A8;
    width: 60px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solod #ccc;
	padding: 8px 5px 7px;
	float: left;
        text-align: center;
	}

/*　ページ分割　*/

ul.pages {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:center;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #eeeeee;
  }

ul.pages li {
  /* background:#FAFAF1 none repeat scroll 0% 50%; */
  /* border:1px solid #393030; */
  color:#CC3333;
  display:inline;
  font-weight:bold;
  margin:0 3px;
  padding:2px;
  }

ul.pages li a {
  font-weight:normal;
  text-decoration:underline;
  color: #009900;
  }

	


