@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border:0;
	vertical-align:bottom;
}

fieldset {
	border:none;

}

body {
	font-family:OSAKA, "MSP ゴシック", verdena, sans-serif;
	line-height: 1.5;
}

ul {
	list-style:none;
}


#container {
	width:940px;
	margin:0 auto;
}

#top-logo {
	width:940px;
}

#top-logo img {
	float:left;
	margin-right:10px;
}

#top-logo h1 {
	font-size:1.2em;
	font-style:normal;
	padding-top:30px;

}

#header {
	width: 938px;
	clear:both;
	margin: 0.5em auto;
	background-color: #efefef;
	border:1px solid #cccccc;

}

#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}

#header #logo {
	width: 400px;
	margin-left:1em;
	_margin-left:0.5em;
	float: left;
}

#header #logo h1 {
	font-weight:normal;
	font-size:1.5em;
	margin:0 0 0.5em 0;
}



#header #img {
	float: right;
}

#contents {
	clear: both;
	width: 940px;
	margin: 0 auto;
}

#contents-inner {
	width:650px;
	float:left;
}

.main {
/*	width: 650px;
	float: left;*/
	background-color: #efefef;
	height:1060px;
	margin-bottom:8px;
}

.main-plant {
	height:385px;

}

.main h2 {
	clear:both;
	width: 635px;
	font-size: 1.2em;
	padding-left:15px;
	padding-top:8px;
	height: 32px;
	margin-bottom: 0.3em;
	color: #ffffff;
	background:  url(img/h1-bg.jpg) no-repeat left top;

}



.main h2 span{
	font-size:0.8em;
	margin-left:20px;
}


.item {
	width: 208px;
	height: 330px;
	margin-right: 4px;
	margin-bottom: 5px;
	float: left;
	display: inline;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #cccccc;
}

.item img {
	border: 1px solid #cccccc;
}

.l {
	margin-left: 6px;
}

.item h3 {
	padding: 0.3em;
}

.item h3 span {
	text-align:right;
	display:block;
	
}

.item h3.free {
	background:url(img/free.gif) no-repeat;
	background-position: 10px;
}

.item p {
	font-size:0.9em;
	padding: 0.5em 0.6em;
	text-align: left;
}

.item p.detail {
	padding:0;
	width:180px;
	text-align:center;
	background-color:#FF9900;
	font-weight:bold;
	margin:0 auto;
	letter-spacing:1px;
}

.item p.detail a {
	display:block;
	width:180px;
	height:35px;
	line-height:35px;
	background:url(img/bg-detail.gif);
	color: #ffffff;
	text-decoration:none;

}
.item p.detail a:hover {
	background:url(img/bg-detail-over.gif);


}

.item ul {
	margin-top:10px;
	font-size: 0.9em;
	margin-left:0.9em;
	text-align:left;
	line-height:1.7;
	list-style: none;
}

#update {
	width: 280px;
	height:1454px;
	background-color: #efefef;
	float: right;



}

#update h4 {
	font-size: 1.2em;
	padding-left:15px;
	padding-top:8px;
	height: 32px;
	margin-bottom: 0.3em;
	background: url(img/top-side-up.jpg) no-repeat left top;
	color: #333333;

}

#update dl {
	margin: 0 10px 20px 10px;
	padding:5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-color:#FFFFFF;

	
}

#update dl dt {
	font-size:0.8em;
	font-weight:bold;
}

#update dl dt.new {
	background:url(img/new.jpg) right 0.1em no-repeat;
	margin-right:135px;
}

* html #update dl dt.new {
	margin-right:145px;
}




#update dl dd {
	font-size:0.9em;
}


/*
グローバルナビゲーション
----------------------------------------------------------- */

#gnav {
	padding-top:20px;
	height:40px;
	background: url(img/gnav-bg.gif) repeat-x left bottom;

}

#gnav ul{
	font-size:0.9em;
	width: 940px;
	margin: 0 auto;
}

#gnav li {
	width: 120px;
	height:40px;
	display: block;
	margin-right:5px;
	text-align:center;
	float:left;
	line-height:40px;
	
}

#gnav a {
	display:block;
	width:120px;
	height:40px;
	text-decoration: none;
	background:url(img/gnav-current01.gif) no-repeat left top;
	color:#FFFFFF;
	
}


#gnav a {
}

#gnav li a:hover {
	background:url(img/gnav-current02.gif) no-repeat left top;
}

#gnav li.g-current {
	background:url(img/gnav-current.gif) no-repeat left top;
	color:#333333;
}

.site-name {
	display:inline;
	margin-left:50px;
}
.site-name {
	padding:0;
}

/*
ぱんくずリスト
----------------------------------------------------------- */

ul#topic-path {
	width:940px;
	margin:0 auto 0.2em auto;
}

ul#topic-path li {
	font-size:0.8em;
	display: inline;
}

ul#topic-path li a {
	padding-right:1em;
	background:url(img/topicpath.gif) no-repeat right center;
}



/*
商品ページ右ブロック
----------------------------------------------------------- */

#maincol {
	width: 650px;
	float: right;
}

#maincol h2 {
	width: 630px;
	font-size: 1.2em;
	padding-left:20px;
	height: 40px;
	line-height: 2;
	color: #ffffff;
	background: url(img/h1-bg.jpg) no-repeat left top;
}

#maincol h2 span {
	font-size:0.7em;
	padding-left:2em;
}

#maincol h2 span a {
	color:#FFCC66;
}

#maincol h2 span a:hover {
	text-decoration:none;
}


#maincol h3 {
	margin-top:1em;
	margin-bottom:0.5em;
	padding-left:0.5em;
	font-size: 1.2em;
	line-height:1.7;
	clear: both;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #016700;
}

#maincol h3#fan {
	border-left-color: #cb5319;
}

#maincol h3#fan span {
	font-size:1.5em;
	color: #FF0000;
	padding-left:10px;
	padding-right:10px;
}

#maincol p {
	font-size:0.9em;
}

#maincol #cycle-text {
	width: 380px;
	float: left;
}

#cycle-text a {
	display: block;
	text-align: center;
}

#wbs {
	width:650px;
}

#wbs:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#wbs .wbs-photo {
	width:280px;
	margin-top:5px;
	margin-right:10px;;
	float:left;
}

#wbs .wbs-list,ul.set-text,ul.suiren-text {
	list-style:disc inside;
	font-size: 0.9em;
	height: 90px;
}

ul.set-text {
	float:left;
}


#maincol .set-photo {
	float:right;
	margin-right:2em;
	}

p.wbs-p {
	margin-top:1em;
	}


/*商品セレクト 注文内容*/


#select-area {
	width:628px;
	height:200px;
	background-color: #efefef;
	padding: 10px;
	border:1px solid #cccccc;
	margin-bottom:0.5em;
}

#select-area {
	width:628px;
	height:200px;
	background-color: #efefef;
	padding: 10px;
	border:1px solid #cccccc;
	margin-bottom:0.5em;
}



#select-area dl {

	margin:0;
	padding:0;
}

#select-area dt, #select-area dd{
	height:1.5em;
	line-height:1.5;
}

#select-area dt {
	float: left;
	font-size: 1em;
	width:160px;
}

#select-area dd {
	margin-bottom:0.5em;
}
#select-area select {
	width:230px;
}

#photo {
	width: 200px;
	padding-right:0.5em;
	float: left;
}

#select-area .select-b {
	width:230px;
	height:40px;
	margin:0 auto;
}




#select-area .select-a {
	width:230px;
	height:40px;
	margin:0 auto;

}

#select-area p {
	color:#FF0000;
	margin-top:0.5em;
}

#select-area:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}




/*タブで確認するブロック*/

#tab-select {
	margin-bottom:0.5em;
}

.tab00 li,
.tab01 li,
.tab02 li,
.tab03 li {
	display:inline;

}

.tab00 li a,
.tab01 li a,
.tab02 li a,
.tab03 li a {
	display:block;
	font-size:0.9em;
	width:120px;
	height:2.5em;
	float:left;
	text-align:center;
	line-height:2.5em;
	border:1px solid #ccc;
	background:#efefef;
	position:relative;
	top:1px;
}

.tab00 li a.selected,
.tab01 li a.selected,
.tab02 li a.selected,
.tab03 li a.selected {
	background: url(../css/img/tab-bg.gif) repeat-x;
	text-decoration: none;
	border-bottom:1px solid #ffffff;
}

div.panel ul {
	clear: both;
	font-size:0.9em;
	width:628px;
	border: 1px solid #ccc;
	padding: 10px;
	height:200px;
}

* html div.panel ul {
	margin-top:-8px;
}

div.panel li {
	float:left;
	margin-right:0.8em;

}

#tab-sand00,#tab-plant00,#tab-fish00,
#tab-sand01,#tab-plant01,#tab-fish01,
#tab-sand02,#tab-plant02,#tab-fish02,
#tab-sand03,#tab-plant03,#tab-fish03 {
	display:none;
}

#tab-select a:hover,
.item a:hover,
#update a:hover,
#select-area a:hover {
	text-decoration:none;
}

/*
魚の注意事項の表
----------------------------------------------------------- */

	
table#table-01 {
    width: 650px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	font-weight:normal;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table .fish-name {
	background-color:#efefef;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
#maincol .lead {
	margin-top: 0.5em;
}

/*
レガーロ・プチ
----------------------------------------------------------- */

div.tokyo{
	float:left;
	width:180px;
}

.atte {
	color:#CC3300;
}

.h-atte {
	color:#CC3300;
	font-size:0.9em;
}

/*
スイレン栽培セット
----------------------------------------------------------- */

.suiren-ol {
	line-height:1.5;
	margin-left:25px;
}



.suiren-ul {
	list-style: disc;
	margin-left:10px;

}




/*
商品追加ページのレイアウト
----------------------------------------------------------- */

#fish-list {
	width:650px;
}
#fish-list h4,#maincol h4 {
	font-size: 0.9em;
	margin-bottom:0.3em;
	margin-top:0.5em;
}
#fish-list .fish-lead {
	margin-top:0;
}


#fish-list dl,dl.system {
	width:650px;
	height:170px;
	border-bottom:1px dotted #cccccc;	
}



dl.system {
	border:none;
}

#fish-list dt,dl.system dt {
	width:240px;
	float:left;

}

#fish-list dd,dl.system dd {
	font-size:0.9em;
	text-align:left;

}

#fish-list .number {
	padding-top: 0.3em;
}

#fish-list .price {
	margin-top:-0.2em;
}
#fish-list .price span {
	font-size: 1.5em;
	color: #E6A200;
	font-weight: bold;
	padding-left: 0.3em;
	font-style: normal;
	padding-right: 0.2em;
}

#fish-list .order {
	padding-top:0.1em;

	margin-left:240px;
}

/*
 サイドメニュー
----------------------------------------------------------- */

#side-menu {
	width:280px;
}

#side-menu h3 {
	font-size:1em;
	height: 40px;
	line-height: 2.4;
	background: url(img/side-h-bg.gif) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
}
#side-menu h3.suiren {
	font-size:1em;
	line-height:40px;
}

#side-menu h3.other {
	font-size:1.2em;
	height: 38px;
	line-height: 2;
	background:url(img/side-h1-bg.gif) no-repeat left top;
	color: #333333;
	margin-top:10px;
}

#side-menu ul.other-set a {
	background-color: #ffffff;
	height: 40px;

}

#side-menu h3.new {
	font-size:1.2em;
	height: 40px;
	line-height: 2;
	background:url(img/side-h2-bg.gif) no-repeat left top;
	color: #333333;
	text-align:center;
	margin-top:10px;

}

#side-menu ul li {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#side-menu ul li a {
	font-size:0.9em;
	display:block;
	width:263px;
	height:30px;
	line-height:30px;
	background-color:#efefef;
	color:#1d3994;
	text-decoration:none;
	padding-left:15px;
}

#side-menu ul li.current {
	font-size:0.9em;
	display:block;
	width:263px;
	height:30px;
	line-height:30px;
	background-color:#EEFFE5;
	color: #333333;
	text-decoration:none;
	padding-left:15px;
}


#side-menu ul li a:hover {
	text-decoration:underline;
}


#side-menu ul li.product-current {
	margin-top:1em;

}


#side-menu ul.other-menu li a {
	padding-left:30px;
	padding-top:16px;
	width:248px;
	height:104px;
	background-color: #ffffff;
}

#side-menu ul li.side-regalo a,
#side-menu ul li.side-teien a,
#side-menu ul li.side-carina a,
#side-menu ul li.side-cubu a,
#side-menu ul li.side-fiore a,
#side-menu ul li.side-puti a,
#side-menu ul li.side-suiren a,
#side-menu ul li.side-woodbase a,
#side-menu ul li.side-woodframe a,
#side-menu ul li.side-tokimaru a,
#side-menu ul li.side-tokikaku a
 {
	padding-left:30px;
	padding-top:16px;
	width:248px;
	height:104px;
	background-color: #ffffff;
}

#side-menu ul li.side-regalo a {	background: url(img/side-r-bg.jpg) no-repeat left top;}
#side-menu ul li.side-teien a {		background: url(img/side-t-bg.jpg) no-repeat left top;}
#side-menu ul li.side-carina a {	background: url(img/side-c-bg.jpg) no-repeat left top;}
#side-menu ul li.side-cubu a {		background: url(img/side-cu-bg.jpg) no-repeat left top;}
#side-menu ul li.side-fiore a {		background: url(img/side-a-bg.jpg) no-repeat left top;}
#side-menu ul li.side-puti a {		background: url(img/side-p-bg.jpg) no-repeat left top;}
#side-menu ul li.side-suiren a {	background: url(img/side-s-bg.jpg) no-repeat left top;}
#side-menu ul li.side-woodbase a {	background: url(img/side-w-bg.jpg) no-repeat left top;}
#side-menu ul li.side-woodframe a {	background: url(img/side-wf-bg.jpg) no-repeat left top;}
#side-menu ul li.side-tokimaru a {	background: url(img/side-tokimaru-bg.jpg) no-repeat left top;}
#side-menu ul li.side-tokikaku a {	background: url(img/side-tokikaku-bg.jpg) no-repeat left top;}

#side-menu ul li.side-r a,
#side-menu ul li.side-t a,
#side-menu ul li.side-c a,
#side-menu ul li.side-cu a,
#side-menu ul li.side-a a,
#side-menu ul li.side-p a,
#side-menu ul li.side-w a,
#side-menu ul li.side-wf a,
#side-menu ul li.side-tkm a,
#side-menu ul li.side-tkk a
 {
	background-color:#ffffff;
	padding-left:30px;
	padding-top:15px;
	height:55px;
	width:248px;
	margin-bottom:5px;	
}

#side-menu ul li.side-r a {		background:url(img/side-roo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-t a {		background:url(img/side-too-bg.jpg) no-repeat left top;}
#side-menu ul li.side-c a {		background:url(img/side-coo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-cu a {	background:url(img/side-cuoo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-a a {		background:url(img/side-aoo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-p a {		background:url(img/side-poo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-w a {		background:url(img/side-woo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-wf a {		background:url(img/side-wfoo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-tkm a {		background:url(img/side-tokimaruo-bg.jpg) no-repeat left top;}
#side-menu ul li.side-tkk a {		background:url(img/side-tokikakuo-bg.jpg) no-repeat left top;}

.other {
	margin-top:10px;
	}

#side-menu dl dt {
	font-size:1em;
	font-weight:bold;
	height: 40px;
	line-height: 2.5;
	background:url(img/side-h2-bg.gif) no-repeat left top;
	color: #333333;
	text-align:center;

	margin-top:10px;
}

#side-menu dl dd {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;

}

#side-menu dl dd.text {
	padding:5px;
	line-height:1.5;
	font-size:0.9em;
	text-align:left;
	border-bottom:1px solid #ccc;

}

#side-menu dl a {
	color:#1d3994;
}
	
#side-menu dl a:hover {
	text-decoration: none;
}

#side-menu dl dt a{
	display:block;
}

/*
フッター
----------------------------------------------------------- */


#footer {
	clear: both;
	margin-top:6px;
	padding-bottom: 3em;
	background:  url(img/footer-bg.gif) repeat-x left bottom;
}


#footer ul {
	margin:0 auto;
	width:940px;
	text-align:right;
	padding-top:1em;
}

#footer ul li {
	font-size:1em;
	display:inline;
	padding-right:1em;
}

#footer ul li a {
	color:#FFFFFF;
}

/*
特定商取引
----------------------------------------------------------- */

body.shop h3 {
	font-size:1.2em;
	margin:0.5em 0 0.5em 1.2em;
	border-left:5px solid #006600;
	padding:0.5em;
}

body.shop h3.tokuteisyou{
	border-left:5px solid #cccccc;
}

body.shop p{
	font-size:0.9em;
	margin-left:1em;
	}

body.shop dl {
	margin: 0 1.8em 1em;
/*	border: 5px #efefef solid;*/

}
body.shop dl dt {
	font-size:0.9em;
/*	float: left;*/
	width: 10em;
	padding:10px 0 10px 10px;
	font-weight: bold;
	line-height:1.5;
		
}
body.shop dl dd {
	font-size:0.9em;
	padding: 10px 0 10px 10em;
	margin-top:-3em;
	line-height: 1.5;
	border-bottom: 1px #CCCCCC solid;

}

/*
お問い合わせのページ
----------------------------------------------------------- */

body.contact h3 {
	font-size:1.2em;
	margin:1em 0 0.5em 1.2em;
}

body.contact h3 {
	border-left:5px solid #006600;
	padding:0.5em;
}

body.contact h3.t-q {
	border-left:5px solid #993333;
	padding:0.5em;
}

body.contact .q-list,
body.contact dl
 {
	font-size: 0.9em;
}
body.contact .q-list{
	margin-left:2em;
	list-style-position: inside;
}

body.contact .q-list li {
	padding-bottom: 0.5em;
}

body.contact dl {
	margin-top:5em;
}

body.contact dl dt {
	font-size:1em;
	margin-left:1.14em;
	font-weight: bold;
	background-color: #eee;
	height: 2em;
	line-height: 2;
	padding-left: 0.57em;
	border-left:5px solid #006600;
}

body.contact dl dt.t-qa {
	border-left:5px solid #993333;

}

body.contact dl dd {
	font-size:1em;
	padding-left: 2em;
	line-height:1.5;
}

body.contact dl dd.back {
	margin-bottom:4em;
	text-align:right;
	padding-right:1em;
}

body.contact #main-content p {
	font-size:1.2em;
	text-align:center;
}

#main-content div.q-order {
	width:250px;
	height:60px;
	margin-left:350px;
}
	
* html #main-content div.q-order {
	margin-left:20px 0 20px 270px;
}

#main-content div.q-order a {
	display:block;
}

#main-content div.q-order	{	background: url(../contact/img/bo-q.gif) no-repeat;}

body.contact #main-content a:hover {
	background-color:transparent;
}
body.contact #main-content a:hover img{
	visibility:hidden;
}
#main-content .q-te {
	clear:both;
}

/*
お問い合わせフォームのページ
----------------------------------------------------------- */

body.contact-form dl{
	font-size:0.9em;
	border:1px solid #efefef;
	padding:1em;
	margin-bottom:1em;
	background-color:#efefef;
	zoom:normal;
}

body.contact-form dl dt {
	font-size:0.8em;
	float:left;
	width:8em;
	padding:0.5em 0;
	line-height:1.5;
	clear:both;
}

body.contact-form dl dd {
	font-size:0.8em;
	padding:0.5em 0 0.5em 8em;
	
}

body.contact-form #main-content p {
	font-size:1.2em;
	line-height:1.5;
	height:25em;
}

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

ul#site {
	font-size:0.9em;
}
ul#site li {
	margin: 0 0 0 0.2em;
	padding: 0 0 0 20px;
	line-height: 160%;
}
#maincol .cycle {
	text-align: center;
}

#maincol ol {
	list-style-position:inside;


}
