@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#header {
	width: 900px;
	background-image: url(../images/header_bkg.png);
	background-repeat: no-repeat;
	height: 60px;
}

#site_id {
	width: 190px;
	float: left;
}

* html #site_id {
	width: 200px;
	float: left;
}
#head_navi {
	width: 700px;
	float: right;
	height: 60px;
	text-align: right;
	display:inline;

}
#chose_language {
	width: 60px;
	float: right;
	margin-right: 15px;
	padding-top: 0px;
	display:inline;


}
#chose_language li {
	float: left;
	padding-right: 3px;
	margin-top: 0px;
	padding-top: 0px;
}



#gl_navi {
	width: 700px;
	clear: both;
}
#pr_navi {
	width: 331px;
	float: right;
}

#pr_navi li {
	list-style-type:none;
	float:left;
}
#pr_navi ul {
	float: right;
}



#gl_navi ul {
	text-decoration: none;
	list-style-image: none;
}

#gl_navi li {
	list-style-type:none;
	float:left;
}

#lead h2 {
	margin-left: 670px;
	display: block;
}
#topic_path {
	background-image: url(../images/topic_path_bkg.png);
	height: 35px;
}
#topic_path p {
	font-size: 10px;
	padding-top: 7px;
	padding-left: 25px;
	display: block;
	width: 520px;
	float: left;
}
.print {
	width: 340px;
	float: right;
	padding-top: 10px;
}







/***********************************************/
/* content                        */
/***********************************************/ 


#content {
	width: 900px;
	clear: both;
	background-color: #FFFFFF;
}

#content img {
vertical-align: text-bottom;
}



/************** main *****************/
#main {
	width: 620px;


	float: left;
	background-color: #FFFFFF;
	padding-left: 25px;

	
}


#main h3 {
	clear: both;
	padding-left: 20px;
	width: 620px;
	*width: 640px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 20px;
	background-image: url(../images/h3_bkg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;

}
#main h4 {
	padding-bottom: 20px;
	clear: both;
}




#main p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 20px;
}
#bottom_navi a {
	font-size: 11px;
}
#bottom_navi {
	padding-top: 30px;
	padding-left: 25px;
	clear: both;
}
#bottom_navi p {
	font-size: 11px;
	line-height: 16px;
}
#local_navi {
	margin-bottom: 20px;
}
#local_navi li {

}





#sub {
	width: 190px;
	float: right;
	padding-bottom: 30px;
	background-image: url(../images/sub_bkg.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#picup_bunner li {
	padding-bottom: 5px;
}
#picup_bunner ul {
	padding-bottom: 20px;
}
#picup_bunner h4 {
	padding-bottom: 7px;
}







.section {
	clear: both;
	margin-bottom: 20px;
	width: 620px;
}

/**********************************************/
/* footer                         */
/***********************************************/ 


#footer_wrap {
	width: 100%;
	background-image: url(../images/foot_bkg.png);
	clear: both;
	background-repeat: repeat-x;
	height: 307px;
}

#footer {
	width: 900px;
	background-image: url(../images/footer_bkg.png);
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: left;
	background-repeat: no-repeat;
}
#footer ul {

}
#footer li {

}


* html #footer_wrap {
	text-align: center;
}
#footer h4 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/footer_h4_bkg.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 15px;
	padding-left: 15px;
}
#footer .pagetop {
	background-position: right 12px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 5px;
}

#footer_navi {
	padding-left: 15px;
	padding-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 230px;
}
#footer_navi ul {
	float: left;
	width: 145px;
}
#footer_navi li {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer_navi li a {
	line-height: 12px;
}

#footer_pr_navi {
	background-image: url(../images/footer_prnavi_bkg.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 10px;
	margin-bottom: 30px;
}
#footer_pr_navi p {
	font-size: 10px;
}
#footer_pr_navi a {
	font-size: 10px;
}
#footer_pr_navi address {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	padding-top: 10px;
}



.pagetop {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 10px;
	padding-right: 25px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: 600px 10px;
}




  
    
/***********************************************/
/* clearfix                                */
/***********************************************/ 
#content:after,
#gl_navi ul:after,
#sub:after,
#footer li:after,
.section:after,
#sightseeing #main .list_wrap:after,
#footer_navi:after


{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
