@charset "utf-8";

/*
JWCS（野生生物保全論研究会）基本CSS
*/


/***********************************************************
	汎用設定
***********************************************************/

/*■floatのクリア等に使用■*/
.xClear { clear: both; }
.xClear02 {/*Contribute 回り込み解除用*/
	clear: both;
	width: 160px;
	height: 2px;
	border: solid 1px #333333;
}
.xHide { visibility: hidden; }
.xNone { display: none; }


/*■JavaScript用■*/
.xSwapImg {}
.xSwapImgAlpha {}
.xScrollTo {}



/***********************************************************
***********************************************************/

/*■基本レイアウト■*/
html {
	height: 100%;
	overflow-y: scroll;
 }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #d2c1a1 url(../img/body_bg01.png) repeat-x;
	color: #333333;
	/*font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/*■一般的なリンク■*/
a:link,
a:visited { color: #006600; text-decoration: underline; }
a:hover,
a:focus,
a:active  { color: #666600; text-decoration: none; }

/*■フッターナビリンク■*/
#xFooterNavi a:link,
#xFooterNavi a:visited { color: #ffffff; text-decoration: none; }
#xFooterNavi a:hover,
#xFooterNavi a:focus,
#xFooterNavi a:active  { color: #ffffff; text-decoration: underline; }

/*■ページ設定■*/
#xPgTop {}/*トップページ用*/
#xPgLower {}/*下層ページ用*/

/*■ラッパー■*/
#xWrapper {
	width: 950px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background: #f4ebd9;
}
* html #xWrapper {/*IE6*/
	height: 100%;
}

/*■ヘッダー■*/
#xHeader {
	position: relative;
	height: 155px;
	background: url(../img/header_bg01.png) no-repeat;
	line-height: 1.2;
}
#xPgTop #xHeader { margin: 0 0 15px 0; }
#xPgLower #xHeader { margin: 0 0 12px 0; }
* html #xHeader { z-index: 1; }/*IE6*/
*:first-child + html #xHeader { z-index: 1; }/*IE7*/
#xHeaderLogo {
	position: absolute;
	left: 14px;
	top: 16px;
	padding: 0;
	background: none;
}

/**/
#xHeaderNavi01 {
	position: absolute;
	left: 11px;
	top: 118px;
	margin: 0;
}
#xHeaderNavi01 li {
	position: absolute;
	top: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	background: none;
}
#xHeaderNavi01 li.xBtn01 { left: 0; }
#xHeaderNavi01 li.xBtn02 { left: 189px; }
#xHeaderNavi01 li.xBtn03 { left: 377px; }
#xHeaderNavi01 li.xBtn04 { left: 565px; }
#xHeaderNavi01 li.xBtn05 { left: 753px; }

#xHeaderNavi01 li img {
	position: absolute;
	z-index: 100;
}
#xHeaderNavi01 ul {
	position: absolute;
	display: none;
	left: 4px;
	top: 23px;
	width: 169px;
	margin: 0;
	padding: 2px 0 5px 0;
	background: url(../img/header_navi01_bg02.png) left bottom no-repeat;
}
#xHeaderNavi01 li.xBtn01 ul {
	width: 170px;
	background: url(../img/header_navi01_bg01.png) left bottom no-repeat;
}
#xHeaderNavi01 ul li {
	position: relative;
	border-top: dotted 1px #cccccc;
	background: #faf5ec;
}
#xHeaderNavi01 ul li.xFirst {
	border-top: none;
}
#xHeaderNavi01 ul li a:link,
#xHeaderNavi01 ul li a:visited {
	display: block;
	padding: 9px 2px 8px 6px;
	color: #663300;
	font-size: 10px;
	text-decoration: none;
}
#xHeaderNavi01 ul li a:hover,
#xHeaderNavi01 ul li a:focus,
#xHeaderNavi01 ul li a:active { background: #daceb2; }

/**/
#xHeaderNavi02 {
	position: absolute;
	left: 547px;
	top: 10px;
	margin: 0;
}
#xHeaderNavi02 li {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	background: none;
}
#xHeaderNavi02 li.xBtn01 { left: 0; }
#xHeaderNavi02 li.xBtn02 { left: 97px; }
#xHeaderNavi02 li.xBtn03 { left: 188px; }
#xHeaderNavi02 li.xBtn04 { left: 188px; top: 1px; }

#xHeaderNavi02 li a {
	display: block;
	padding: 4px 6px 3px 6px;
}

/**/
#xGoogleSearch {
	position: absolute;
	left: 319px;
	top: 9px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#xGoogleSearch .xTextBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 165px;
	height: 16px;
	padding: 2px 3px 2px 3px;
	border: none 0;
	background: url(../img/header_search_bg01.png) no-repeat;
	line-height: 1.2;
}
#xGoogleSearch .xSubmitBtn {
	position: absolute;
	left: 174px;
	top: -2px;
	padding: 2px 0 0 2px;
}

/*■パンくず■*/
#xTopicPath {
	width: 920px;
	margin: 0 auto 10px auto;
	line-height: 1.2;
}
#xTopicPath ul {
	margin: 0;
}
#xTopicPath ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 36px;
	background: url(../img/mark_arrow_topicpath.png) 15px 2px no-repeat;
}
#xTopicPath ul li.xFirst {
	padding-left: 0;
	background: none;
}

/*■コンテンツ全体■*/
#xContents {
	width: 920px;
	margin: 0 auto 0 auto;
}
#xPgTop #xContents { background: url(../img/contents_bg01_01.png) repeat-y; }
#xPgLower #xContents { background: url(../img/contents_bg02.png) left top repeat-y; }

#xContentsBottom {
	clear: both;
	height: 24px;
	overflow: hidden;
}
#xPgTop #xContentsBottom {
	background: url(../img/contents_bg01_02.png) no-repeat;
}

/*■メインコンテンツ■*/
#xMain {
	float: right;
	width: 675px;
	padding: 0 0 24px 0;
}

/*トップページメインイメージ*/
#xMain #xMainCatch {
	position: relative;
	width: 675px;
	height: 250px;
	padding: 0 0 16px 0;
	background: #f4ebd9;
}
#xMain #xMainCatch p {
	position: absolute;
	left: -4px;
	top: -4px;
	width: 661px;
	height: 237px;
	padding: 11px;
	background: url(../img/main_bg01.png) no-repeat;
}

/*トップページメインカラム左*/
#xMain #xMainLeft {
	position: relative;/*Contribute用*/
	float: left;
	width: 458px;
}
#xMain #xMainNews {
	position: relative;
	clear: both;
	margin: 42px 0 0 0;
}
#xMain #xMainNewsTitle {
	margin: 0 0 24px 0;
}
#xMain #xMainNewsBtn {
	position: absolute;
	left: 364px;
	top: 2px;
}
#xMain #xMainNews dl {
	margin: 0 0 0 12px;
}

/*トップページメインカラム右*/
#xMain #xMainRight {
	float: right;
	width: 180px;
	padding: 14px 11px 36px 11px;
	background: url(../img/main_right_bg01.png) no-repeat;
}
#xMain #xMainPartner {
	margin: 0 0 24px 0;
}
#xMain #xMainThanks {
	margin: 0 0 10px 0;
	padding: 10px 10px 8px 10px;
	border: solid 4px #005390;
}
#xMain #xMainThanks dt {
	margin: 0 0 12px 0;
	font-weight: normal;
	text-align: center;
}
#xMain #xMainThanks dd {
	margin: 0;
	font-size: 10px;
}
#xMain #xMainPartnerList {
	margin:0;
}
#xMain #xMainPartnerList li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	text-align: center;
}

/*サイトマップ*/
#xMain #xMainSiteMap {
	margin: 0;
}
#xMain #xMainSiteMap a:link,
#xMain #xMainSiteMap a:visited {
	padding: 0 0 0 12px;
	background: url(../img/mark_arrow_normal01.png) left center no-repeat;
}
#xMain #xMainSiteMap a:hover,
#xMain #xMainSiteMap a:focus,
#xMain #xMainSiteMap a:active {
	background: url(../img/mark_arrow_normal01_ov.png) left center no-repeat;
}
#xMain #xMainSiteMap li {
	padding: 0;
	margin: 0 0 16px 0;
	background: none;
}
#xMain #xMainSiteMap ul {
	margin: 6px 0 0 24px;
}
#xMain #xMainSiteMap ul li {
	margin: 0 0 6px 0;
}

/*フォームエラーメッセージ*/
#xMain .xFormErrorMsg {
	color: #ff0000;
}

/*あなたの意見*/
#xMainEnquete input {
	vertical-align: middle;
	cursor: pointer;
}
#xMainEnquete ul {
	margin: 0 0 16px 0;
	padding: 16px 16px 4px 16px;
	border: solid 1px #cab48b;
	background: #ffffff;
}
#xMainEnquete li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	line-height: 1.2;
}
#xMainEnquete label {
	padding: 0 0 0 4px;
	cursor: pointer;
}

/*あなたの意見（結果）*/
#xMainEnqueteResult td {
	white-space: nowrap;
}
#xMainEnqueteResult img {
	margin: 0 4px 2px 0;
	vertical-align: middle;
}

/*■サイドナビ■*/
#xSidebar {
	float: left;
	width: 210px;
	padding: 10px 10px 36px 10px;
}
#xSidebarText {
	margin: 0 0 15px 0;
}

/**/
#xSidebarNavi03 {
	width: 210px;/*IE6*/
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(../img/sidebar_navi03_bg02.png) left bottom no-repeat;
	line-height: 1.2;
}
#xSidebarNavi03 p {
	margin: 0;
	padding: 6px 12px 5px 12px;
	background: url(../img/sidebar_navi03_bg01.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#xSidebarNavi03 ul {
	margin: 0;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background: #faf5ec;
}
#xSidebarNavi03 ul li {
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #cccccc;
	background: none;
}
#xSidebarNavi03 ul li a {
	display: block;
	padding: 8px 4px 6px 16px;
}
* html #xSidebarNavi03 ul li a {/*IE6*/
	height: 1%;
}
#xSidebarNavi03 ul li a:link,
#xSidebarNavi03 ul li a:visited { background: url(../img/mark_arrow_normal01.png) 6px center no-repeat; }
#xSidebarNavi03 ul li a:hover,
#xSidebarNavi03 ul li a:focus,
#xSidebarNavi03 ul li a:active { background: url(../img/mark_arrow_normal01_ov.png) 6px center no-repeat; }

/**/
#xSidebarNavi01 {
	margin: 0 0 15px 0;
}
#xSidebarNavi01 dt {
	padding: 14px 10px 12px 10px;
	background: url(../img/sidebar_navi01_bg01_01.png) center top no-repeat;
}
#xSidebarNavi01 dd {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: url(../img/sidebar_navi01_bg01_02.png) center bottom no-repeat;
}
#xSidebarNavi01 dd ul {
	margin: 0;
	font-size: 10px;
}
#xSidebarNavi01 dd ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img/sidebar_navi01_bg02_01.png) left top no-repeat;
}
* html #xSidebarNavi01 dd ul li {/*IE6*/
	height: 1%;
}
#xSidebarNavi01 dd ul li a {
	display: block;
	padding: 4px 4px 4px 4px;
	background: url(../img/sidebar_navi01_bg02_02.png) left bottom no-repeat;
}
#xSidebarNavi01 dd ul li a:link,
#xSidebarNavi01 dd ul li a:visited { color: #333333; text-decoration: none; }
#xSidebarNavi01 dd ul li a:hover,
#xSidebarNavi01 dd ul li a:focus,
#xSidebarNavi01 dd ul li a:active { color: #333333; text-decoration: underline; }
#xSidebarNavi01 dd ul li a span {
	display: block;
	padding: 6px 4px 5px 4px;
}

/**/
#xSidebarNavi02 {
	margin: 0 0 15px 0;
}
#xSidebarNavi02 li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}
#xSidebarQr {
	font-size: 10px;
	text-align: center;
}
#xSidebarQr img {
	margin: 0 0 6px 0;
}

/*■フッター■*/
#xFooter {
	clear: both;
	line-height: 1.2;
}
#xFooterNavi {
	margin: 0 0 12px 0;
	padding: 6px 15px 4px 15px;
	background: #006600;
	color: #ffffff;
}
#xFooterNavi ul {
	float: left;
	width: 550px;
	margin: 0;
}
#xFooterNavi ul li {
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
	border-left: solid 1px #ffffff;
	background: none;
}
#xFooterNavi ul li.xFirst {
	padding-left: 0;
	border-left: none 0;
}
#xFooterNavi p {
	float: right;
	width: 350px;
	margin: 0;
	text-align: right;
}
#xFooterNavi p a {
	padding: 0 0 0 16px;
	background: url(../img/mark_arrow_pagetop.png) left center no-repeat;
}
#xFooterCo {
	padding: 0 15px 24px 15px;
}
#xFooterCo #xFooterCorporate {
	float: left;
	width: 450px;
}
#xFooterCo #xFooterCopyright {
	float: right;
	width: 450px;
	text-align: right;
}

