/* ページの基本デザイン用CSS */



/* storeCenter
----------------------------------------------- */

#storeCenter {
	margin: 0px;
	padding: 0px 140px;
	background: url("../images/boxBg.jpg") top left repeat-y;
	width: 720px;
	}

/* goTop
----------------------------------------------- */

.goTop {
	margin: 0px auto;
	padding: 10px 0px;
	width: 710px;
	text-align: right;
	}




/****************************************
 SURFING ページ用 CSS
 20060714 style-css.css より分離
 ****************************************/
 
.contents_box {
	margin: 0px auto 20px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 150%;
	text-align: center;
	}

.contents_box h2 {
	margin: 0px;
	padding: 0px;
	}

.contents_box div {
 	margin: 5px auto 20px;
	}

.prologue {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	}

.box1 table {
	width: 720px;
	font-size: 1em;
	text-align: center;
	margin: 5px auto 5px;
	letter-spacing: 1px;
	line-height: 130%;
	}

.red { color: #c00;}


/****************************************
 海の危険な生物表
 ****************************************/
 
.caution_list table {
	width: 660px;
	margin: 5px auto 0px;
	padding: 0px;
	line-height: 120%;
	color: #000;
	}

.caution_list td {
	font-size: 1em;
	line-height: 125%;
	background: #eee;
	padding: 3px;
	text-align: left;
	}

.caution_list p {
	font-size: 1em;
	margin: 3px 3px 3px 10px;
	}

.caution_list .name {
	background: #fff;
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 2px 2px 5px;
	text-align: left;
	}

.caution_list .desc {
	width: 62%;
	}

.caution_list .resc {
	width: 38%;
	background: #ff3333;
	color: #fff;
	}

.red-rvs {
	background:#fff;
	color: #ff3300;
	padding: 2px 4px 2px 4px;
	margin: 5px 2px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	}


/*******************************************
  SURFING ページ最終行
 *******************************************/

.content_last {
	font-size: 1em;
	line-height: 150%;
	margin: 0px auto 20px auto;
	text-align: left;
	}

.content_last table {
	margin: auto;
	}

.content_last td,.content_last tr {
	margin: 0px;
	padding: 0px;
	background: #ffffbf;
	}

.content_last img {
	margin: 0px;
	padding: 0px;
	}

.content_last p {
	letter-spacing: 0px;
	margin: 0px 2px 12px 6px;
	font-size: 1em;
	line-height: 140%;
	}

.links {
	margin: 10px auto 10px;
	padding: 0px;
	font-size: 1em;
	line-height: 150%;
	text-align: center;
	}

.links p {
	margin: 2px auto 14px;
	padding: 0px;
	width: 420px;
	text-align: left;
	font-size: 1em;
	}

.links a {
	font-size: 1em;
	color: #0033ff;
	text-decoration: none;
	}

.links a:visited {
	color: #0033ff;
	text-decoration: none;
	}

.links a:hover {
	color: #0000ff;
	background-color: #ffff66;
	text-decoration: underline;
	}

.last_comment {
	margin:	15px auto 30px;
	color: #FF0033;
	font-size:	 18px;
	line-height: 130%;
	font-weight: bold;
	}

#content_last_img {
	background: url("../images/box_right_middle.gif") top right repeat #ffffbf;
	}