@charset "Shift_JIS";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F5E9;
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	line-height: 140%;
	color: #222222;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CD5A07;
	text-decoration: underline;
}
a:visited {
}


/** 全体 **/
#house {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/house-bg.gif);
	background-repeat: repeat-y;
}
#house-inner {
	background-image: url(../images/house-inner-bg.jpg);
	background-repeat: no-repeat;
}

/** ヘッダ **/
#content-header {
	height: 171px;
}
#content-header-logo {
	float: left;
}
#content-header-logo h1 {
	padding: 0px;
	font-size: 1px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47px;
}
#content-header-logo h1 a {
	height: 99px;
	width: 478px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#content-header-logo h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	text-indent: -9999px;
}
#content-header-movie-link {
	height: 50px;
	width: 199px;
	float: right;
	margin-right: 0px;
	margin-top: 122px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-header-movie-link ul {
	margin: 0px;
	padding: 0px;
}
#content-header-movie-link ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content-header-movie-link-ecotourism {
}
#content-header-movie-link-ecotourism a {
	height: 24px;
	width: 199px;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
}
#content-header-movie-link-nhk {
}
#content-header-movie-link-nhk a {
	height: 23px;
	width: 199px;
	font-size: 1px;
	display: block;
	text-indent: -9999px;
	margin-top: 3px;
}

/** ボディエリア **/
#content-body {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}

/** ボディ・パンくずリスト **/
#content-body-navi {
	color: #689FF5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #689FF5;
}
#content-body-navi a {
	color: #689FF5;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#content-body-navi a:hover {
	color: #CB5B00;
	text-decoration: none;
}
#content-body-navi a:visited {
}

/** ボディ・メニュー**/
#conent-body-menu {
	margin-top: 13px;
	text-align: center;
}

/** ボディ・本文 **/
#content-body-content {
	margin-top: 21px;
}
#content-body-content a {
	color: #689FF5;
	text-decoration: none;
}
#content-body-content a:hover {
	color: #CB5B00;
	text-decoration: none;
}
#content-body-content a:visited {
}

/** ボディ・タイトル **/
#content-body-content-header {
}
#content-body-content-header p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/** ボディ・コンテンツ内（共通） **/
#content-body-content-details {
}
#content-body-content-details h4 {
	font-size: 140%;
}
.content-body-content-details-culmn {
	margin-top: 15px;
}
.content-body-content-details-culmn-left {
	float: left;
	width: 418px;
}
.content-body-content-details-culmn-right {
	float: right;
	width: 418px;
}
.content-body-content-details-culmn-img-right-margin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content-body-content-details-culmn p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/** コピーライト **/
#content-copyritght {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	padding-bottom: 20px;
}
#conent-copyright-inner {
	margin-top: 9px;
}

/** 後ろに10pxのマージン **/
.after-padding-10px {
	padding-bottom: 10px;
}


/** CSS Hack **/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
