@charset "utf-8";

/*
JWCS（野生生物保全論研究会）
リセット＆Contribute初期設定用CSS
*/

/***********************************************************
	リセット
***********************************************************/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:	0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
* html table { font-size: 100%; }/*IE6（IE7、IE8も必要かも）*/

img, fieldset {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, textarea, select {
	font-family: inherit;
	font-weight: inherit;
}
pre, code, kbd, samp {
	font-family: monospace;
}



/***********************************************************
	Contribute初期設定
***********************************************************/
/*
要素にスタイルを設定する場合に、
余計なセレクタを付けるとContribute（CS3・CS4）の編集画面から表示確認不可
CS5は未確認
例）#wrapper h1　×
*/
h1 {
	min-height: 28px;
	margin-bottom: 36px;
	padding: 11px 6px 0 12px;
	background: url(../img/main_h1_bg01.png) no-repeat;
	color: #eed49b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
* html h1 {/*IE6*/
	height: 25px;
	padding-top: 14px;
}
h2 {
	margin-top: 36px;
	margin-bottom: 16px;
	border-bottom: dashed 1px #4f5926;
	color: #4f5926;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
p { margin-bottom: 16px; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { padding-left: 12px; }
tt { font-family: monospace; }
u { text-decoration: underline; }
s { text-decoration: line-through; }
table { margin-bottom: 16px; }
th, td {
	padding: 6px 12px 5px 12px;
	border: solid 1px #cab48b;
	background: #ffffff;
}
pre {
	width: 34em;
	padding: 16px;
	background: #ffffff;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
input, select { 
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
ul {
	margin-bottom: 16px;
}
li {
	margin-bottom: 6px;
	padding-left: 12px;
	background: url(../img/mark_circle_01.png) 0 0.55em no-repeat;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 16px;
}
img {
	vertical-align: top;
}

/*Contribute用スタイル*/
#xMain .link_normal_01:link,
#xMain .link_normal_01:visited {
	padding: 0 0 0 12px;
	background: url(../img/mark_arrow_normal01.png) left center no-repeat;
}
#xMain .link_normal_01:hover,
#xMain .link_normal_01:focus,
#xMain .link_normal_01:active {
	background: url(../img/mark_arrow_normal01_ov.png) left center no-repeat;
}
#xMain .margin_bottom_0px {
	margin-bottom: 0;
}
#xMain .table_color_01 {
	background-color: #eee3bb;
}
#xMain .table_color_02 {
	background-color: #fcfcf2;
}
#xMain .float_left {
	float: left;
	margin: 0 24px 16px 0;
}
#xMain .float_right {
	float: right;
	margin: 0 0 16px 24px;
}









