@charset "utf-8";
/* CSS Document */

@import "default.css";
@import "basic.css";
@import "under_index.css";
@import "side.css";
@import "side_media.css";
@import "side_staff.css";@import "side_history.css";
@import "side_holiday.css";@import "side_link.css";


/* * * * * * * * * * * * * * * * * 
+ #photo
* * * * * * * * * * * * * * * * */
#photo {
	width: 460px;
}
#photo .inner {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/index_intro_bg.gif);
	background-repeat: repeat-y;
}
#photo .inner h2 {
	line-height: 1;
	background-image: url(../images/photo_gallary_h2.gif);
	text-indent: -9999px;
	display: block;
	height: 50px;
	margin: 0px;
}
#photo .inner .title {
	background-image: url(../images/service_h3.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
}

#photo .inner .title h3 {
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding-left: 40px;
	line-height: 1;
}
#photo .inner .text {
	margin-left: 10px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #582B14;
	margin-right: 10px;
}


#photo .footer {
	background-image: url(../images/index_intro_footer.gif);
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
#photo .inner .title a {
	color: #684418;
}


#photo .inner .text .link {
	text-align: center;
}
#photo .inner .text .link a {
	display: block;
	height: 48px;
	width: 166px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	font-size: 6px;
	text-indent: -9999px;
	background-image: url(../images/photo_icon.gif);
}
#photo .inner .text .link a:link,#photo .inner .text .link a:visited {
	background-position: left top;
}
#photo .inner .text .link a:hover,#photo .inner .text .link a:active {
	background-position: left 48px;
}
#photo .to_top {
	text-align: right;
}
#photo .to_top a {
	font-weight: bold;
}

