/* CSS Document */
@charset "utf-8";



table#contents {
	background: #FFFFFF;
	padding: 20px 0 0 0;
	margin: 2px auto 2px auto;
	width: 520px;
	border: #333333 1px solid;
}
table#contents td {
	text-align: center;
}
#head {
	background: #FFFFFF url(../images/header_logo.gif) no-repeat;
	height: 60px;
	font-size: 12px;
	text-indent: -9999px;
}

img.photo {
	padding: 5px;
	margin: 0;
	border: #999999 1px solid;
}
td.txt {
	text-align: left;
	padding: 10px 100px 10px 100px;
}

/*	かに捕獲	*/
table.chache {
	border: #003366 2px solid;
	background: #add8e6;
	width: 300px;
	height: 200px;
	/*margin-left: 150px;*/
	margin: auto;
}
.chache td{
	width: 36px;
	height: 30px;
}
.chache td img {
	border: none;
}

/*	水槽	*/
table.tank {
	width: 400px;
	height: auto;
	/*margin-left: 100px;*/
	margin: auto;
}
.tank td {
	border: #666666 1px solid;
	width: 36px;
	height: 78px;
}

.tank td a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 76px;
	width: 32px;
	height: 74px;
	background: #add8e6;
	display: block;
	margin: auto;
}
.tank td a:hover {
	color: #ffffff;
	background: #003366;
}

.tank td.work {
	padding: 0px;
	width: 76px;
	height: 80px;
	background: #696969;
	color: #FFFFFF;
}
.tank td.road {
	padding: 0px;
	width: 400px;
	height: 20px;
	background: #EFEFEF;
}

.btn {
	padding: 40px 5px 20px 5px;
}

.btn a {
	width: 180px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px auto 5px auto;
	border: #f18787 1px solid;
	background: url(../images/btn_bg.gif) center center repeat-x;
	display: block;
	white-space: nowrap;
}
.btn a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	border: #CC0000 1px solid;
	background: url(../images/btn_bg_o.gif) center center repeat-x;
}

.copy {
	clear: both;
	height: 30px;
	font-size: 11px;
	color:#FFFFFF;
	background: #E00000;
	vertical-align: middle;
	line-height: 30px;
}

.red {
	color:#ff0000;
}

/*-- category --*/

table#main td.nav table.category {
	margin: 0 10px 20px 10px;
	background: #FFF;
}

table#main td.nav table.category ul{
	margin: 8px 0 8px 8px;
}

table#main td.nav table.category ul li {
	margin: 0 0 5px 0;
}

table#main td.nav table.category ul li.taraba {
	background: url(../../_resource/images/side_ico_taraba.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.kegani {
	background: url(../../_resource/images/side_ico_kegani.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.zuwai {
	background: url(../../_resource/images/side_ico_zuwai.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.hanasaki {
	background: url(../../_resource/images/side_ico_hanasaki.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.abura {
	background: url(../../_resource/images/side_ico_abura.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.ibara {
	background: url(../../_resource/images/side_ico_ibara.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.fishes {
	background: url(../../_resource/images/side_ico_fishes.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.umi {
	background: url(../../_resource/images/side_ico_umi.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

table#main td.nav table.category ul li.hokkaido {
	background: url(../../_resource/images/side_ico_hokkaido.jpg) no-repeat center left;
	padding: 5px 0 5px 38px;
}

*:first-child+html table#main td.nav table.category ul li.taraba,
*:first-child+html table#main td.nav table.category ul li.kegani,
*:first-child+html table#main td.nav table.category ul li.zuwai,
*:first-child+html table#main td.nav table.category ul li.hanasaki,
*:first-child+html table#main td.nav table.category ul li.abura,
*:first-child+html table#main td.nav table.category ul li.ibara,
*:first-child+html table#main td.nav table.category ul li.fishes,
*:first-child+html table#main td.nav table.category ul li.umi,
*:first-child+html table#main td.nav table.category ul li.hokkaido{/*-- hack for IE7 --*/
	padding: 5px 0 5px 20px;
}

* html table#main td.nav table.category ul li.taraba,
* html table#main td.nav table.category ul li.kegani,
* html table#main td.nav table.category ul li.zuwai,
* html table#main td.nav table.category ul li.hanasaki,
* html table#main td.nav table.category ul li.abura,
* html table#main td.nav table.category ul li.ibara,
* html table#main td.nav table.category ul li.fishes,
* html table#main td.nav table.category ul li.umi,
* html table#main td.nav table.category ul li.hokkaido{/*-- hack for IE6 --*/
	padding: 5px 0 5px 20px;
}

/*-- Footer Link  --*/

table#main td.contents hr.btm {
	border-top: dotted #CCC;
	background: #FFF;
	color: #FFF;
	border-width: 1px 0 0 0;
	width: 500px;
	margin: 15px 0 15px 33px;
}

* html table#main td.contents hr.btm {
	margin: 0 0 15px 33px;
}

table#main td.contentsfoot {
	vertical-align: bottom;
}

table#main td.contentsfoot p {
	margin: 0 0 0 15px;
}

table#main td.contentsfoot hr {
	width: 570px;
	margin: 0 0 15px 15px;
	border-top: solid #CCC;
	border-width: 1px 0 0 0;
	background: #FFF;
}

table#main td.contentsfoot p.pagetop {
	margin: 20px 15px;
	text-align: right;
}

table#main td.contentsfoot ul#payment {
	margin: 10px 15px;
}

table#main td.contentsfoot ul#payment li {
	margin: 0 3px 15px 0;
	float: left;
}

table#main td.contentsfoot table#address {
	border-top: 1px solid #E00000;
	border-bottom: 1px solid #E00000;
	width: 570px;
	margin: 20px auto 20px auto;
	clear: both;
}

table#main td.contentsfoot table#address th {
	color: #333;
	width: 125px;
	background: url(../../_resource/images/bg_address.gif) no-repeat left center;
}

table#main td.contentsfoot table#address td {
	line-height: 1.5;
	padding: 15px 0;
}}