@charset "utf-8";
/*-----------------------------------------------
 default style clear
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, td, th, address {
	font-family: Meiryo,'メイリオ','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #444;
	line-height: 1.8;
	text-decoration: none;
	font-style: normal;
}
body {
	text-align: center;
	background: #dddac9 url(/assets/css/gone/bg.gif) repeat;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, td, th, address {
	text-align: left;
}
html {
	overflow-y:scroll;
}
ul,li {
	list-style: none;
}
img,fieldset {
	border: 0;
}
a,
a:link,
a:visited {
	color: #28a;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------
 base style
-----------------------------------------------*/
#container {
	width: 736px;
	margin: 0 auto;
	background: url(/assets/css/gone/bg_contents.gif) repeat-y center;
	overflow: hidden;
}
/* for WinIE 6 and under */
* html #container {
	background-position: 43px;
}
#header {
	width: 736px;
	margin: 0 auto;
	overflow: hidden;
}
#wrapper {
	width: 586px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
}
/* for WinIE 6 and under */
* html #wrapper {
	width: 646px;
}
.contents {
	width: 586px;
	float: left;
}
.contents .text {
	width: 350px;
	float: left;
	margin-bottom: 40px;
}
/* for WinIE 6 and under */
*html .contents .text {
	padding-bottom: 40px;
}
/* for WinIE 7 */
*:first-child+html .contents .text {
	padding-bottom: 40px;
}
.contents .photo {
	width: 216px;
	float: right;
}
#comment, #tour, #link {
	width: 586px;
	float: left;
}
#comment, #tour {
	margin-bottom: 20px;
}
#link {
	margin-bottom: 13px;
}
#comment, #link {
	background: url(/assets/css/gone/bg_comment.gif) no-repeat bottom;
}
#tour {
	background: url(/assets/css/gone/bg_tour.gif) no-repeat bottom;
}
#footer {
	width: 736px;
	height: 217px;	
	background: URL(/assets/css/gone/bg_footer.gif) no-repeat bottom;
}
/* for WinIE 7 */
*:first-child+html #footer {
	padding-top: 13px;
}

/*-----------------------------------------------
 wrapper
-----------------------------------------------*/
#title {
	width: 586px;
	float: left;
	background: #feb url(/assets/css/gone/bg_h1.gif) no-repeat top;
	margin-top: 3px;
}
#title h2 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 10px 15px 20px;
	background: url(/assets/css/gone/bg_h1_bottom.gif) no-repeat bottom;
}
/* for Safari 3 */
body:first-of-type #title h2 {
	font-size: 1.7em;
}
p#traveler {
	width: 480px;
	float: left;
	color: #046;
	font-size: 0.9em;
	font-weight: bold;
	margin: 12px 0 35px;
}
#number {
	width: 104px;
	float: right;
	background: url(/assets/css/gone/bg_number.gif) no-repeat top;
}
#number p {
	color: #28a;
	font-size: 0.86em;
	text-align: center;
	line-height: 1.3;
	margin-top: 2px;
	padding: 30px 5px 11px;
	background: url(/assets/css/gone/bg_number_bottom.gif) no-repeat bottom;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
/*----- text -----*/
h3 {
	color: #f70;
	font-size: 1.2em !important;
	font-weight: bold !important;
	line-height: 1.4  !important;
	padding-bottom: 7px;
	background: url(/assets/css/gone/note_line1.gif) repeat-x bottom;
}
p.txt {
	background: url(/assets/css/gone/note_line1.gif) repeat;
	line-height: 22px;
}
/*----- photo -----*/
.photo .one_shot {
	float: left;
	background: url(/assets/css/gone/bg_photo_bottom.gif) no-repeat left bottom;
	margin-bottom: 7px;
}
.photo p {
	float: left;
	color: #28a;
	font-size: 0.86em;
	line-height: 1.4;
	padding: 24px 8px 3px;
	background: url(/assets/css/gone/bg_photo.gif) no-repeat left top;
}
.photo .one_shot p {
	width: 200px;
}
.photo p img {
	padding-bottom: 5px;
}
/*----- 縦位置 -----*/
.photo .one_shot_long {
	float: left;
	background: url(/assets/css/gone/bg_photo_long_bottom.gif) no-repeat left bottom;
	margin: 0 0 7px 25px;
}
/* for WinIE 6 and under */
* html .photo .one_shot_long {
	margin-left: 13px;
}
.photo .one_shot_long p {
	width: 150px;
	padding: 24px 8px 3px;
	background: url(/assets/css/gone/bg_photo_long.gif) no-repeat left top;
}

/*-----------------------------------------------
 comment, tour
-----------------------------------------------*/
#comment h3, #tour h3 {
	background: no-repeat top;
	padding: 16px 18px 7px;
}
#comment h3 {
	background-image: url(/assets/css/gone/bg_comment_top.gif);
}
#tour h3{
	background-image: url(/assets/css/gone/bg_tour_top.gif);
	color: #046;
}
#comment p, #tour ul {

	margin: 0 18px;
	padding-bottom: 16px;
	border-top: #cce5ee solid 1px;
}

/*-----------------------------------------------
 link
-----------------------------------------------*/
#link #link_top {
	padding: 16px 10px 16px 18px;
	width: 558px;
	float: left;
}
/* for WinIE 6 and under */
*html #link #link_top {
	width: 586px;
}
#link #link_top {
	background: url(/assets/css/gone/bg_comment_top.gif) no-repeat top;
}
#link h3 {
	width: 345px;
	float: left;
	background-image: none;
}
#link ul {
	width: 380px;
	float: left;
	border-top: #cce5ee solid 1px;
}
#tour li, #link li {
	border-bottom: #cce5ee solid 1px;
	padding-left: 14px;
}
#tour li {
	background: url(/assets/css/gone/mk_link.gif) no-repeat left center;	
}
#link li {
	background: url(/assets/css/gone/mk_link2.gif) no-repeat left center;	
}
#tour li a, #link li a {
	color: #222;
}
#link p {
	width: 177px;
	float: right;
	text-align: center;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer p {
	float: left;
}
#footer p#inquiry {
	margin: 0 26px 0 110px;
}
/* for WinIE 6 and under */
*html #footer p#inquiry {
	margin-left: 55px;
}
address {
	display: none;
}

/*-----------------------------------------------
 ページトップへ
-----------------------------------------------*/
#goTop {
	float: right;
	position: fixed;
	width: 36px;
	height: 46px;
	bottom: 15%;
	right: 0;
	background: transparent url(/assets/css/gone/up.gif) top left no-repeat;
}
#goTop span {
	display: none;
}
/* for WinIE 6 and under */
* html #goTop {
	display: none;
}
/************************************************
 gone2 MORE PICS
************************************************/

#gone2 .text {
	width: 586px;
	float: left;
}
#gone2 .photo {
	width: 216px;
	float: left;
	margin: 10px 0 0 51px;
	padding-bottom: 33px;
}
/* for WinIE 6 and under */
* html #gone2 .photo {
	margin-left: 26px;
}
