@charset "utf-8";
@import "base.css";
@import "layout.css";

/* \*//*/
@import "mac.css";
/**/

/*-------------------------------------------------------------
 layout
---------------------------------------------------------------*/
html {
	overflow-y:scroll;
}

#wrap {
	position:relative;
	margin: 1px auto 5px auto;
	padding: 0px;
	text-align: left;
	width: 830px;
	background: url(../img/wrap.gif) repeat-y 0px 0px;
}
#key {
	margin: 5px 0px 5px 0px;
}
.contents {
	float: right;
	width: 605px;
	margin: 0px;
	padding: 0px;
}
/* -----------------------------
		menu
----------------------------- */

.menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.menu h2 {
	background-image:none;
	padding: 0px;
	margin: 0px;
}
.menu dl {
	line-height:1.1em;
}
.menu dt {
}
.menu dd {
}
.menu ul {
}
.menu li {
	border-bottom: solid 1px #fff;
}
.menu li a {
	background: url(../img/arrow5.gif) no-repeat 8px 7px;
	padding: 6px 0px 7px 27px;
	display:block;
	border-bottom: solid 1px #BCC9E8;
}
.menu li a:link,
.menu li a:visited {
	color:#4272FF;
}
.menu li a:hover {
	color: #F2801A;
	background-color:#FDFEFF;
}

/* -----------------------------
		path
----------------------------- */

.path {
	font-size: 10px;/* fix */
	margin: 0px;
	padding: 0px 6px 7px 5px;
}
.path li {
	display: inline;
	background: url(../img/path.gif) no-repeat 4px 0.28em;
	line-height:1.1em;
	padding-left: 14px;
}
.path li.top {
	background-image: none;
	padding-left: 0px;
}

/*-------------------------------------------------------------
	head
---------------------------------------------------------------*/
h1,
h1 a:link,
h1 a:visited {
	color: #fff;
}
h2,
h2 a:link,
h2 a:visited {
	color: #444;
}
h3,
h3 a:link,
h3 a:visited {
	color:#666;
}
h1 a:hover,
h2 a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.19em;
	background: url(../img/h1.gif) no-repeat 0px 0px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 12px 0px 0px 30px;
	min-height: 37px;
	_height: 37px;
}
h2 {
	font-size: 1em;
	background: url(../img/h2.gif) no-repeat 0px 0px;
	line-height: 1em;
	margin: 5px 0px 0px 0px;
	padding: 11px 0px 0px 20px;
	clear: both;
	min-height: 32px;
	_height: 32px;
}
h3 {
	font-size: 1em;
	line-height: 1em;
	background: url(../img/h3.gif) no-repeat 0px 0px;
	padding: 9px 0px 0px 19px;
	font-weight:bold;
	min-height: 21px;
	_height: 21px;
	margin-bottom:5px;
}

/*-------------------------------------------------------------
	contents
---------------------------------------------------------------*/
p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0px 5px 20px 5px;
}
blockquote {
	line-height: 1.5;
	margin: 0px 15px 12px 15px;
	border-left: solid 4px #ddd;
	padding-left: 12px;
}
blockquote p {
	margin: 0px 0px 12px 0px;
}
cite {
	font-size:0.85em;
	border-top: dotted 1px #ddd;
	line-height: 1.5;
	padding-top:8px;
	display: block;
	_height:1%;
}
code {
	font-family: "Courier New", Courier, mono;
	padding: 3px;
	border: dashed 1px #ddd;
}

.pict {
	float: right;
	margin: 0px 0px 5px 15px;
}
.pict2 {
	float: left;
	margin: 0px 15px 5px 0px;
}
.copy {
	margin-bottom:8px;
}
.detail {
	float: right;
	margin: 8px 3px 15px 5px;
}
.detail a {
	background:  url(../img/arrow.gif) no-repeat 0px 1px;
	padding: 0px 0px 5px 16px;
	display: block;
}
.detail a:hover {
}

.break {
	margin: 25px 0px;
	clear: both;
}


.pagetop {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	clear: both;
}
.pagetop a {
	width: 84px;
	height: 13px;
	margin-bottom: 10px;
	display: block;
	float: right;
	text-indent: -5000px;
	text-decoration: none;
	background: url(../img/pagetop.gif) no-repeat left top;
}
.pagetop a:hover {
}
.contents .pagetop {
	margin-bottom: 10px;
}
.mainbox {
	margin-bottom:10px;
}

/*-------------------------------------------------------------
 table
---------------------------------------------------------------*/
.table {
	margin: 8px 10px 25px 10px;
	line-height: 1.5;
	background-color: #999;
	clear: both;
}
.table thead th {
	background: #f1f1f1;
	text-align: center;
}
.table tfoot td {
	border: none;
	text-align: right;
	padding: 5px 0px 0px 0px;
}
.table th,
.table td {
	padding: 7px 10px;
	border: solid 1px #fff;
}
.table th {
	background: #ededed;
	text-align: center;
}
.table td {
	background-color: #fff;
}
th.cell_title {
	background: #f6f6f6;
	font-weight:normal;
}

/*-------------------------------------------------------------
 form table
---------------------------------------------------------------*/
#form .table {
	width:573px;
}
#form .th {
	width:22%;
}
.table .cell_submit {
	text-align: center;
}
.cell_submit input {
	margin: 0px 2px;
	padding: 5px;
	font-weight: bold;
}
.table input,
.table textarea,
.table select {
	margin: 1px 0px;
}
.table input {
	padding: 3px;
}
.table label input {

}
.table textarea {
}
.table select {
}
p.end {
	margin-bottom:150px;
}



/*-------------------------------------------------------------
 font size SML
---------------------------------------------------------------*/

.s {
	font-size: 0.83em;
}
.m {
	font-size: 1.0em;
}
.l {
	font-size: 1.17em;
}
.b {	
	font-weight: bold;
}
.red {
	color: #ff0000;
}

/*-------------------------------------------------------------
 list
---------------------------------------------------------------*/

.list {
	line-height:1.5;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
.list li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 7px 15px;
	background: url(../img/list.gif) no-repeat 0px 6px;
	_height: 1%;
}

.list2 {
	line-height:1.5;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
.list2 li {
	margin: 0px 5px 2px 0px;
	padding: 0px 0px 0px 8px;
	/* 
	background: url(../img/list.gif) no-repeat 0px 3px;
	 */
	_height: 1%;
	border-left: solid 6px #ddd;
	display:inline;
}

/*-------------------------------------------------------------
 link
---------------------------------------------------------------*/

.link {
	padding-bottom:10px;
}
.link .pagetop {
	padding-top:10px;
}
.link h2 {
	font-size:1em;
	font-weight: bold;
	padding: 8px 0px 7px 17px;
	margin: 0px 24px 0px 8px;
	height:1em;
	min-height:1em;
	background: url(../img/arrow3.gif) no-repeat 5px 10px;
/* 
	border-top: solid 1px #999;
	background: url(../img/dot2x1.gif) repeat-x left bottom;
	 */
}
.link h3 {
	height:auto;
	min-height:auto;
	padding:0px;
	margin: 0px;
	background-image: none;
/* 
	background: url(../img/dot2x1.gif) repeat-x left bottom;
	 */
}
.link h3 a {
	font-size:1em;
	font-weight: bold;
	width:560px;
	padding: 6px 0px 5px 13px;
	margin: 0px 0px 1px 8px;
	height:1em;
	min-height:1em;
	background-color:#ededed;
	border-bottom: solid 1px #fff;
	display:block;
}
.link h3 a:link,
.link h3 a:visited {
	color:#444;
}
.link table {
	font-size:0.83em;
	font-family:verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
 	width:573px;
	line-height:1.5;
	margin: 0px 0px 10px 8px;
	background: url(../img/dot.gif) repeat;
}
.link tr {
	vertical-align:top;
}
.link th {
	padding: 6px;
	background-color:#f1f1f1;
	width:25%;
	border: solid 1px #fff;
}
.link td {
	padding: 6px;
	background-color:#fff;
	border: solid 1px #fff;
}
.targetselect {
	margin: 5px 0px 5px 0px;
}
.link td a {
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(../img/i_blank.gif) no-repeat 0px 1px;
}
/*-------------------------------------------------------------
 店舗紹介
---------------------------------------------------------------*/
.shop {
}
.shop h1 {
	background-image: none;
	margin: 5px 0px 10px 7px;
	padding: 0px;
}
.shop h2 {
}
.shop h3 {
	margin-top:-8px;
}
.shop table {
/* 
	font-size:0.83em;
	font-family:verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	 */
	line-height:1.3;
	margin: 4px 0px 15px 8px;
	background: url(../img/dot2.gif) repeat;
}
/* 
.shop table thead th {
    background-color:#EBF1F3;
}
.shop table thead th {
	background: #fff url(../img/list_blue.gif) no-repeat;
	padding: 0px 0px 0px 20px;
	content:#3E6AEA;
	font-weight:bold;
}
 */
.shop tr {
	vertical-align:top;
}
.shop th {
}
.shop td {
	padding: 5px;
	background-color:#fff;
}

.shop thead {
}
.shop thead th {
}
.shop tbody {
}
.shop tbody td {
}
.i_shop a {
	background:url(../img/i_shopindex.gif) no-repeat 2px 0px;
	padding-top:1px;
	padding-bottom:6px;
	padding-left: 24px;
}
.shop .i_shop {
	font-weight:bold;
	width:20%;
}
.shop .cell_add {
	width:50%;
	padding-left:8px;
}
.shop .cell_tel {
	width:30%;
	padding-left:8px;
}

.item {
}
.item img {
	margin-right:2px;
	margin-left:0px;
}

.icon_acconut {
	margin: 0px auto;
	text-align:center;
}
.icon_acconut img {
	margin: 15px auto;
}

/*-------------------------------------------------------------
 popbox.js
---------------------------------------------------------------*/

.popbox {
	position:absolute;
	visibility:hidden;
	border:1 solid black;
	padding:3;
	filter:alpha(opacity=70);
	opacity:0.7;
	background-color:#ffffff;
	overflow:hidden;
	font-size : 12px;
	font-family : "ＭＳ ゴシック";
}

/*-------------------------------------------------------------
 askbox
---------------------------------------------------------------*/

.askbox h3 {
	margin: 0px;
	padding: 0px;
}
.askbox {
	width:412px;
	padding: 0px 0px 9px 0px;
	margin: 20px auto;
	text-align: center;
	clear:both;
	background: #fff url(../img/askbox_foot.gif) no-repeat left bottom;
}
.askbox p {
	text-align: left;
	margin: 0px;
	border-right: solid 1px #A5A5A5;
	border-left: solid 1px #A5A5A5;
	padding: 7px 10px 2px 10px;
	line-height:1.5;
	background: #fff url(../img/askbox_bg.gif) repeat-x left top;
}
.askbox p.btn {
	background-image: none;
	padding-top: 0px;
	padding-bottom: 3px;
}
.askbox p img {
	float:right;
}

/*-------------------------------------------------------------
 sitemap
---------------------------------------------------------------*/

.sitemap {
	margin: 0px;
	padding: 0px;
	width:48%;
	float:left;
}
.sitemap li {
	background: url(../img/arrow2.gif) no-repeat 0px 1px;
	padding: 0px 0px 0px 18px;
	line-height:1.3;
	margin: 0px 0px 10px 5px;
}
.sitemap ul li {
	background: url(../img/tree_long.gif) no-repeat 1px 1px;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
}
.sitemap ul li.end {
	background-image: url(../img/tree_end_long.gif);
}
/*
.sitemap ul li ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 0px 20px;
 	background: url(../img/tree.gif) no-repeat 4px 1px;
}
 */
.sitemap ul,
.sitemap dl {
	background: url(../img/tree_bg.gif) repeat-y 9px 0px;
	margin-top:5px;
	margin-left:15px;

}
/* 
.sitemap dl {
}
.sitemap dt {
	background: url(../img/tree.gif) no-repeat 9px 1px;
	padding-left: 25px;
}
.sitemap dt.end {
	background-image: url(../img/tree_end.gif);
}
.sitemap dd {
	margin-left:15px;
}
 */

.privilege {
	margin-bottom: 37px;
}
.privilege dt {
	margin-bottom: 29px;
}
.privilege dd {
	margin-bottom: 12px;
	margin-left: 7px;
}
.pointcard {
	background: #F0F0F0 url(../img/guide_foot.gif) no-repeat left bottom;
	margin: 0px 0px 15px 7px;
	width: 582px;
}
.pointcard h2 {
	padding: 0px;
	margin: 0px;
	background: none;
}
.pointcard ol {
	font-size: 1.17em;
	line-height:1.5;
	padding: 9px 0px 10px 0px;
}
.pointcard li {
	padding-left: 46px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 20px 1px;
}
.pointcard .li01 {
	background-image: url(../img/guide_li01.gif);
}
.pointcard .li02 {
	background-image: url(../img/guide_li02.gif);
}
.pointcard .li03 {
	background-image: url(../img/guide_li03.gif);
}
.pointcard .li04 {
	background-image: url(../img/guide_li04.gif);
}
.pointcard .li05 {
	background-image: url(../img/guide_li05.gif);
}



.maplist {
}
.maplist h2 {
}
.maplist img {
	margin-bottom:8px;
	margin-left: 60px;
}
.maplist ul {
	height: 50px;
	margin-right: 60px;
	margin-left: 60px;
	position:relative;
}
.maplist li {
	margin-right: 9px;
	background-repeat:no-repeat;
	padding-bottom:6px;
	padding-left:20px;
}
.maplist li.li01 {
	background-image:url(../img/i_shopindex.gif);
	background-position: 0px 0px;
}
.maplist li.li02 {
	background-image:url(../img/arrow_back.gif);
	background-position: 2px 1px;
}
.maplist li.li03 {
	position:absolute;
	top:0px;
	right:0px;
/* 
	background-image:url(../img/i_gmap.gif);
	background-position: 0px 0px;
	 */
	width:152px;
	float: right;
}
.maplist li.li03 a {
	float: right;
	background:url(../img/i_googlemap.gif) no-repeat 0px 0px;
	width:152px;
	height:37px;
	display: block;
	text-indent: -5000px;
}
.maplist li.li03 a:hover {
	background-position: 0px -37px;
}
/* 
.maplist li a {
	width:213px;
	height:44px;
	display: block;
	text-indent: -5000px;
	background-repeat:no-repeat;
}
.maplist li.li01 a {
	background-image:url(../img/btn_shopindex.gif);
	background-position: 0px 0px;
}
.maplist li.li02 a {
	background-image:url(../img/btn_googlemaps.gif);
	background-position: 0px 0px;
}
.maplist li.li01 a:hover {
	background-position: 0px -44px;
}
.maplist li.li02 a:hover {
	background-position: 0px -44px;
}
.goback {
	clear:both;
	margin-bottom:25px;
}
.goback img {
	float: right;
}

 */
.anglersband {
	width:560px;
	height:135px;
	padding: 0px;
	margin: 0px 0px 15px 20px;
	background:url(../img/anglers_body.jpg) no-repeat 0px 52px;
}
.anglersband h2 {
	background-image:none;
	margin: 0px;
	padding: 0px;
}
.anglersband p {
	line-height:1.3;
	margin: 0px;
	padding: 9px 12px 0px 122px;
}
.anglersband p,
.anglersband a:link,
.anglersband a:visited {
	color:#1A7ECB;
}
.anglersband a:hover {
	text-decoration:none;
}
.anglersband .detail {
	margin-top: 5px;
	margin-right: 32px;
	_margin-right: 16px;
}
.anglersband .detail a {
	background:url(../img/arrow_angler.gif) no-repeat 0px 0px;
	padding-bottom:2px;
}

.photo {
	border-top: solid 5px #fff;
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
}
.photo img {
	border-bottom: solid 4px #fff;
}
.president {
	text-align:right;
	margin-top:-10px;
}
p.message1 {
	line-height:1.8em;
}
p.message2 {
	line-height:1.8em;
	margin-bottom:0px;
}

#Message {
	width: 605px;
	margin: 0px auto 20px auto;
	background: url(../img/mesage_bg.gif) repeat-y 0px 0px;
}
#Message p {
	line-height:1.8em;
	padding: 0px 17px;
}
#Message p.copy {
	padding-left:0px;
	margin-bottom: inherit;
}
#Message .pict {
	margin-bottom:20px;
}
#Message .pict2 {
	margin-top:45px;
}


/* -----------------------------
	 page navi
----------------------------- */
.page2 {
	font-size:10px;
	font-family:"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	margin: 10px 12px;
	padding: 5px;
	clear:both;
	text-align: center;
}
.page {
	width:570px;
	font-family:"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	margin: 10px auto;
	padding: 5px;
	clear:both;
	text-align: center;
	background-color:#F5F5F5;
}
.page img {
	vertical-align:middle;
	margin: 0px 3px;
}
.page a.page_style {
	font-size:12px;
	font-weight:bold;
}

/* -----------------------------
	 Use PageNaviExp
----------------------------- */
.page .page_now {
	font-size:12px;
	font-weight: normal;
}

