﻿@charset "UTF-8";

html{
	height:100%;
	margin:0;
	padding:0;
	min-width:998px;
	border-bottom:solid 1px #ffffff;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-size:62.5%;/* 1em=10px */
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5;
	letter-spacing:0.1em;
}

img{
	border:0;
}

textarea{
	font-size:1em;
}

a{
	text-decoration:none;
	outline:none;
}

.red{
	color:#CC0000;
}

.submit_button{
	text-align:center;
}
.input_button{
	font-size:1.2em;
}
/* 未閲覧 */
a:link{
	color:#333333;
	text-decoration:none;
}
/* 閲覧済み */
a:visited{
	color:#333333;
	text-decoration:none;
}
/* マウスオーバー */
a:hover{
	color:#004275;
	text-decoration:underline;
}
/* クリック */
a:active{
	color:#004275;
	text-decoration:underline;
}
.entry a:link,
.entry a:hover,
.entry a:active,
.entry a:visited{
	text-decoration:underline;
}
table{
	border-collapse:collapse;
}

/* h3～h6:変更した場合はstyle_editor.cssにも反映すること */
h3{
	clear:both;
	margin:0 0 15px;
	padding:8px 10px 8px 15px;
	font-size:1.2em;
	font-weight:bold;
	/*color:#233052;*/
	color:#FFFFFF;
	/*border:solid 1px #CFC8C2;*/
	border:solid 1px #B4B4B4;
	/*border-bottom:solid 5px #087BBE;*/
	/*background:#F2F2F2 url(./bg_h3.gif) repeat-x left top;*/
	background:#EB8339;
}

h4{
	clear:both;
	margin:0 0 15px;
	padding:6px 10px 6px 25px;
	font-size:1.1em;
	font-weight:bold;
	color:#D35F0D;
	border-bottom:dotted 2px #B4B4B4;
	background:#ffffff url(./bg_h4.gif) no-repeat left center;
}

h5{
	clear:both;
	margin:0 0 10px;
	padding:4px 10px 4px 11px;
	font-size:1em;
	font-weight:bold;
	color:#5B4B45;
	border-left:4px solid #5B4B45;
	background:#E7DEDB;
}

h6{
	clear:both;
	margin:0 0 10px;
	padding:4px 10px 4px 11px;
	font-size:1em;
	font-weight:bold;
	color:#333333;
	border-left:4px solid #AAAAAA;
	background:#F1F1F1;
}

/* wrapper */
#wrapper{
	width:100%;
	min-width:978px;
	margin:0;
	padding:0;
	font-size:1.4em;
	background:url(./bg_header.gif) repeat-x left top;
}

/* header */
#header{
	width:978px;
	margin:0 auto;
	padding:10px 0 0 0;
}

#header h1{
	color:#333333;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	font-size:1.0em;
	font-weight:normal;
	line-height:30px;
	letter-spacing:0;
}

#header h2{
	float:left;
	margin:0;
	padding:0;
	font-size:2em;
	font-weight:bold;
}

#header h2 a{
	color:#233052;
}

#header h2 a:hover{
	color:#233052;
	text-decoration:none;
}

#header_left{
	width:628px;
	float:left;
	margin:0 0 0 0;
	padding:0;
}
#header_right{
	width:350px;
	float:right;
	margin:0 0 0 0;
	padding:0;
}
#change_font_size {
	width:216px;
	text-indent:-9000px;
	margin:0 0 0 134px;
	padding:10px 0 0 0;
}
#change_font_size dt {
	background: url("./change_font_size_txt.gif") no-repeat left top;
	float: left;
	height: 30px;
	width: 110px;
	margin:0;
	padding:0px;
}
#change_font_size dd {
  background: url("./change_font_size_btn.gif") no-repeat left top;
	float: right;
  height: 30px;
  width: 96px;
	margin:0;
	padding:0;
}
#change_font_size dd ul {
  height: 30px;
  width: 96px;
  list-style: none outside none;
	margin:0;
	padding:0;
}
#change_font_size dd ul li {
  float: left;
	margin:0;
	padding:0;
}
#change_font_size li a{
 display:block;
 height:30px;
 padding:0;
}

#change_font_size li.change_small_text a{
 width:33px;
}

#change_font_size li.change_medium_text a{
 width:33px;
}

#change_font_size li.change_large_text a{
 width:30px;
}

#change_font_size li.change_small_text a:hover{
 background:url(./change_font_size_btn.gif) no-repeat left bottom;
}

#change_font_size li.change_medium_text a:hover{
 background:url(./change_font_size_btn.gif) no-repeat -33px bottom;
}

#change_font_size li.change_large_text a:hover{
 background:url(./change_font_size_btn.gif) no-repeat -66px bottom;
}

#header_right_navi{
	clear:both;
	margin:0;
	padding:10px 0 0 30px;
	font-size:1em;
	color:#333333;
}

#header_right_navi ul{
	float:right;
  list-style-type:none;
	margin:0;
	padding:0;
}

#header_right_navi li{
	background:url(./icon_header_link.gif) no-repeat 0 5px;
	float: left;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}

/* navi */
#navi{
 clear:both;
 width:100%;
 height:50px;
 background:url(./bg_navi.gif) repeat-x left bottom;
}

#navi ul{
 width:978px;
 height:50px;
 margin:0 auto;
 padding:0;
 text-indent:-9000px;
 background:url(./navi.gif) no-repeat left top;
 list-style: none outside none;
}

#navi ul li{
 float:left;
 padding:0;
}

#navi ul li a{
 display:block;
 height:50px;
 padding:0;
}

#navi ul li.navi_about a{
 width:95px;
}

#navi ul li.navi_national_meeting a{
 width:98px;
}

#navi ul li.navi_general_meeting a{
 width:62px;
}

#navi ul li.navi_commendation a{
 width:166px;
}

#navi ul li.navi_wood_use_promotion a{
 width:166px;
}

#navi ul li.navi_kidukai a{
 width:129px;
}

#navi ul li.navi_wood_info a{
 width:97px;
}

#navi ul li.navi_publication a{
 width:96px;
}

#navi ul li.navi_link a{
 width:69px;
}


#navi ul li.navi_about a:hover{
 background:url(./navi.gif) no-repeat left bottom;
}

#navi ul li.navi_national_meeting a:hover{
 background:url(./navi.gif) no-repeat -95px bottom;
}

#navi ul li.navi_general_meeting a:hover{
 background:url(./navi.gif) no-repeat -193px bottom;
}

#navi ul li.navi_commendation a:hover{
 background:url(./navi.gif) no-repeat -255px bottom;
}

#navi ul li.navi_wood_use_promotion a:hover{
 background:url(./navi.gif) no-repeat -421px bottom;
}

#navi ul li.navi_kidukai a:hover{
 background:url(./navi.gif) no-repeat -587px bottom;
}

#navi ul li.navi_wood_info a:hover{
 background:url(./navi.gif) no-repeat -716px bottom;
}

#navi ul li.navi_publication a:hover{
 background:url(./navi.gif) no-repeat -813px bottom;
}

#navi ul li.navi_link a:hover{
 background:url(./navi.gif) no-repeat -909px bottom;
}

/* header_img */
#header_img{
	clear:both;
	width:978px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
	position:relative;
}

/* container */
#container{
	clear:both;
	width:978px;
	margin:0 auto;
	padding:0;
}

/* pankuzu */
#pankuzu{
	width:100%;
	margin:0 auto 20px;
	padding:0;
}

/* main */
#main{
	clear:both;
	width:100%;
	float:left;
	margin:0;
	padding:20px 0;
}

/* content */
#content{
	width:978px;
	float:right;
	margin:0;
	padding:0;
}

#content_detail{
	width:758px;
	float:right;
	margin-left:20px;
	padding:0;
}

.entry{
	clear:both;
	width:100%;
	float:left;
	margin:0 0 20px;
	padding:0;
}

.entry_list{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}

.entry_list li{
	margin:0 0 10px;
	padding:0 0 5px 15px;
	border-bottom:dashed 1px #cccccc;
	background:url(./icon_page_list_arrow.gif) no-repeat left 7px;
}

.top_entry_list{
	width:95%;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	font-size:1.4em;
}

.top_entry_list li{
	margin:0 0 10px;
	padding:0 0 5px 15px;
	border-bottom:dashed 1px #cccccc;
	background:url(./icon_page_list_arrow.gif) no-repeat left 7px;
}

#top_news_table{
	width:100%;
	border-collapse: collapse;
}

#top_news_table th{
	padding:5px 5px 5px 0;
	border-bottom:dashed 1px #cccccc;
	font-weight:normal;
	text-align: left;
  vertical-align: top;
}
#top_news_table td{
	padding:5px 0 5px 0;
	margin:0 0 0 10px;
	border-bottom:dashed 1px #cccccc;
	text-align: left;
	vertical-align: top;
}

#top_news_table a{
	text-decoration:none;
	color:#2B76B0;
}

#top_news_table a:hover{
	text-decoration:underline;
}

#top_news_link{
	margin:0;
	padding:0;
}

#top_news_link a{
	/*float:right;*/
	margin:0;
	padding:0 0 0 12px;
	background:url(./icon_page_link_right.gif) no-repeat left center;
}

#left_content{
	/*width:756px;*/
	width:726px;
	float:left;
	margin:0;
	padding:0;
}
#right_content{
	width:222px;
	float:right;
	margin:0;
	padding:0;
}

#news{
	margin:0;
	padding:0 0 20px 0;
}

#news h3{
  height: 60px;
	background: url(./h3_title_top1.gif) no-repeat scroll left top;
	margin:0;
	padding:0 0 10px 0;
	text-indent:-9000px;
	border:none;
	position:relative;
}

#news a.news_list_link{
	width:105px;
	height:21px;
	padding:0 0 0 0;
	background: url(./news_link.gif) no-repeat scroll left top;
  left: 620px;
  position: absolute;
  top: 20px;
}

#news a.news_list_link:hover{
  background:url(./news_link.gif) no-repeat left bottom;
}

#info_dissemination{
	margin:0;
	padding:0 0 20px 0;
}

#info_dissemination h3{
  height: 60px;
	background: url(./h3_title_top2.gif) no-repeat scroll left top;
	margin:0;
	padding:0 0 10px 0;
	text-indent:-9000px;
	border:none;
}

#publication_intr{
	margin:0;
	padding:0 0 20px 0;
	border:solid 1px #EEEEEE;
	background:#F8F8F8;
}

#publication_intr img{
	border:solid 1px #666666;
}

#publication_intr h3{
  height: 60px;
	background: url(./h3_title_top3.gif) no-repeat scroll left top;
	margin:0;
	padding:0 0 10px 0;
	text-indent:-9000px;
	border:none;
}

#publication_intr a{
	text-decoration:none;
	color:#2B76B0;
}

#publication_intr a:hover{
	text-decoration:underline;
}

/* page_link */
.page_link{
	clear:both;
	width:100%;
	margin:0;
	padding:20px 0;
	text-align:center;
}

.page_link a.page_link_left{
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	background:url(./icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right{
	margin:0 0 0 10px;
	padding:0 12px 0 0;
	background:url(./icon_page_link_right.gif) no-repeat right center;
}

/* upload_files */
#uplode_files{
	margin:0 20px;
	border:1px solid #9B9B9A;
	padding:8px;
}

/* sidebar */
#sidebar{
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

#side_page_name{
	margin:0 0 10px;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
	/*background:#0A7DC0 url(./bg_side_page_name.gif) repeat-x left top;*/
	background:#463014;
}

/* sidebar_navi */
#sidebar_navi{
	width:200px;
	margin:0 0 20px;
	padding:0;
}

#sidebar_navi .cms_navi{
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar_navi .cms_navi li{
	border:solid 1px #CCCCCC;
	border-top:none;
	background:#ffffff url(./bg_sidebar_navi_li.gif) no-repeat left top;
}

#sidebar_navi .cms_navi li a{
	display:block;
	padding:8px 0 8px 10px;
	text-decoration:none;
	color:#233052;
	/*border-left:solid 5px #0A80C5;*/
	border-left:solid 5px #463014;
}

#sidebar_navi .cms_navi li a:hover{
	text-decoration:none;
	background:#eeeeee;
}

/* sidebar_box */
.sidebar_box{
	margin:0 0 20px;
	padding:4px;
	word-break:break-all;
	border:solid 1px #cccccc;
	background:#ffffff;
}

.sidebar_box div.sidebar_box_inner{
	padding:10px;
	background:#EEEEEE;
}

/* page_top */
#page_top{
	float:right;
	width:40px;
	height:40px;
}
#page_top a{
	display:block;
	width:40px;
	height:40px;
	float:right;
	margin:0 0 45px;
	padding:0;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	background: url(./page_top.png) no-repeat left top;
}

#page_top a:hover{
	background: url(./page_top.png) no-repeat left bottom;
}

/* footer */
#footer{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	color:#ffffff;
	background:#2B292E;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#inner_footer{
	width:978px;
	margin: 0 auto;
	padding:0 0 10px 0;
}

#footer_left{
	float:left;
	width:70%;
	margin:0;
	padding:20px 10px 50px 10px;
	text-align:left;
	color:#ffffff;
	background:#2B292E;
}

#footer_left .footer_navi{
	width:33%;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_left .footer_navi li{
	background:url(./icon_footer_link.gif) no-repeat 0 5px;
	margin:0;
	padding:0 0 5px 20px;
}

#footer_left .footer_navi li a {
}

#footer_left .footer_navi li.footer_navi_indent{
	margin:0 0 0 20px;
}

#footer_right{
	float:right;
	width:25%;
	margin:0;
	padding:20px 0 50px 0;
	text-align:left;
	color:#ffffff;
	background:#2B292E;
}

#footer_right p{
	margin:0;
	padding:0 0 5px 0;
}

#footer_right p.name{
	font-size:1.15em;
}

#footer .footer_copy{
	clear:both;
	margin:0;
	padding:0;
}

/* news */
.btn_rss{
	float:right;
}

/* form */
#input-table table{
	width:75%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:0 auto;
}
#input-table table th{
	width:20%;
	white-space:nowrap;
	padding:7px;
	background:#eeeeee;
	text-align:right;
	border:1px solid #CCCCCC;
}
#input-table table td{
	padding:7px;
	border:1px solid #CCCCCC;
}
#input-table table td textarea{
	font-size:110%;
}
#input-table div.formcomment{
	margin-left:7px;
	margin-top:3px;
}
#input-table table td ul{
	list-style:none;
	margin:0;
	padding:0;
}
.input_required{
	display:inline-block;
	color:#CC0000;
	margin-left:1em;
}
#input-table table#concours_form td .checkdiv {
	display:inline-block;
	line-height:2;
}
#input-table th[rowspan] {
	line-height:1.2;
}
#error_box .error{
	font-weight:bold;
	color:#FF0000;
	border-bottom:1px solid #FF0000;
}
/* comment */
.comment_box{
	width:100%;
	margin:0 0 15px;
	padding:0;
	border-collapse:collapse;
	border:solid 1px #cccccc;
	background:#eeeeee;
}

.comment_box th,
.comment_box td{
	padding:10px;
}

.comment_id{
	width:10%;
	text-align:left;
	white-space:nowrap;
}

.comment_name{
	width:70%;
	text-align:left;
}

.comment_regist{
	width:20%;
	text-align:right;
	vertical-align:bottom;
	white-space:nowrap;
	font-size:0.8em;
	color:#aaaaaa;
}

.comment_box td{
	padding-top:0;
}

.comment_text{
	padding:15px;
	background:#ffffff;
}

.icon_comment{
	text-align:right;
}

.icon_comment a{
	padding-left:30px;
	background:url(./icon_comment.gif) no-repeat left center;
}

/* class */
.hidden{
	display:none;
}

.margin_b5{
	margin-bottom:5px;
}

.margin_b10{
	margin-bottom:10px;
}

.margin_b15{
	margin-bottom:15px;
}

.margin_b20{
	margin-bottom:20px;
}

.text_center{
	text-align:center;
}

.text_right{
	text-align:right;
}

/* twitterプロフィールウィジェット表示用リセット */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4{
	clear:none;
	margin:auto;
	padding:auto;
	font-size:auto;
	color:auto;
	border:none;
	background-image:none;
}
/* twitterツイートボタン幅設定 */
iframe.twitter-share-button {
	width: 115px!important;
}

/* 文字サイズ設定 */
.medium_text{
 font-size:1em;
}
.large_text{
 font-size:1.2em;
}
.larger_text{
 font-size:1.4em;
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.5em 20px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #EB8339;
	text-decoration: none !important;
}

.editor-style-btn1:hover {
	background-color: #6B3906;
}

.editor-style-btn1 a {
	color: #FFFFFF;
	text-decoration: none !important;
	display:block;
	padding: 0.8em 2em;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

