@charset "utf-8";

/*common*/
body {
	background:url(../../images/common/bg.gif);
	color:#fff;
	font-size:small;
	line-height:1.2em;
	font-family:メイリオ,"ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

a {
	color:#efe9b9;
	text-decoration:none;
	overflow:hidden;
}


a:hover {
	color:#d6ce8c;
	text-decoration:underline;
}

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

hr {
	display:none;
}

/*clear*/	
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#wrapper {
	width:750px;
	margin:0 auto;
}

#sightseeing h1 {
	margin-top:15px;
}

#sightseeing h2 {
	width:528px;
	margin:10px auto 50px auto;
}

.sight {
	width:750px;
	font-size:80%;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #666666;
}

.sight_left {
	float:left;
	width:365px;
}

.sight_right {
	float:right;
	width:365px;
}

.sight dl {
	float:left;
	width:220px;
}

.sight dl dt {
	padding-left:5px;
}

.sight dl dd {
	padding:0 5px;
}

.sight img.photo {
	float:right;
	width:140px;
}

#sight_link {
	margin-top:20px;
	width:750px;
}

#sight_link dl {
	float:left;
	width:120px;
	padding-right:10px;
}

#sight_link dl.link_01 {
	width:90px;
}

#sight_link dl.link_02 {
	width:110px;
	padding-right:0;
}

#sight_link dl dt {
	font-size:80%;
}

#sight_link dl dd {
	font-size:72%;
}


#close_btn {
	width:70px;
	margin:0 10px 10px auto;
}


/*footer*/

#footer {
	width:750px;
	color:#d6ce8c;
	border-top:1px solid #d6ce8c;
	padding:10px 0;
}

#footer ul {
	float:left;
}

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

#footer p {
	float:right;
	color:#d6ce8c;
	font-size:x-small;
	margin-top:20px;
}

#footer p a {
	color:#d6ce8c;
	text-decoration:underline;
	padding-left:10px;
}









