@charset "utf-8";

/*----------------------------------------
    個別
----------------------------------------*/

/*  #contents
----------------------------------------*/
#treeplanting #contents { background:url(../treeplanting/img/bg-body.gif) top repeat-x; }
#treeplanting #contents .inner_top { background:url(../treeplanting/img/bg-contents_top.gif) top no-repeat; }

#volunteer #contents { background:url(../volunteer/img/bg-body.gif) top repeat-x; }
#volunteer #contents .inner_top { background:url(../volunteer/img/bg-contents_top.gif) top no-repeat; }

#eachplace #contents { background:url(../eachplace/img/bg-body.gif) top repeat-x; }
#eachplace #contents .inner_top { background:url(../eachplace/img/bg-contents_top.gif) top no-repeat; }

/*  #contents .article
----------------------------------------*/
#treeplanting #contents .article .summary { background:url(../treeplanting/img/bg-table.gif) repeat-y; }
#treeplanting #contents .article .summary_top { background:url(../treeplanting/img/bg-table_top.gif) top no-repeat; }
#treeplanting #contents .article .summary_bottom { background:url(../treeplanting/img/bg-table_bottom.gif) bottom no-repeat; }

#volunteer #contents .article .summary { background:url(../volunteer/img/bg-table.gif) repeat-y; }
#volunteer #contents .article .summary_top { background:url(../volunteer/img/bg-table_top.gif) top no-repeat; }
#volunteer #contents .article .summary_bottom { background:url(../volunteer/img/bg-table_bottom.gif) bottom no-repeat; }

#eachplace #contents .article .summary { background:url(../eachplace/img/bg-table.gif) repeat-y; }
#eachplace #contents .article .summary_top { background:url(../eachplace/img/bg-table_top.gif) top no-repeat; }
#eachplace #contents .article .summary_bottom { background:url(../eachplace/img/bg-table_bottom.gif) bottom no-repeat; }

/*  #contents #aside
----------------------------------------*/
#treeplanting #contents #aside #report_nav li { background:url(../treeplanting/img/bg-list_mark.gif) left 3px no-repeat; }

#volunteer #contents #aside #report_nav li { background:url(../volunteer/img/bg-list_mark.gif) left 3px no-repeat; }

#eachplace #contents #aside #report_nav li { background:url(../eachplace/img/bg-list_mark.gif) left 3px no-repeat; }



/*----------------------------------------
    共通
----------------------------------------*/

/*  #contents
----------------------------------------*/
#contents {
	padding-top:42px;
	color:#333333;
}

/*  #contents .inner
----------------------------------------*/
#contents {
	padding-top:42px;
}

#contents .inner {
	width:976px;
	background:url(../img/share/bg-contents.gif) repeat-y;
}

#contents .inner_top {
	width:976px;
}

#contents .inner_bottom {
	width:960px;
	padding:0 8px 50px 8px;
	background:url(../img/share/bg-contents_bottom.gif) bottom no-repeat;
}



/*----------------------------------------
    ヘッダーエリア
----------------------------------------*/

/*  #contents #contents_top
----------------------------------------*/
#contents_top {
	width:960px;
	height:245px;
	overflow:hidden;
	padding:8px 0 44px 0;
}

#contents_top:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents_top #visual {
	float:right;
}

#contents_top #global_nav {
	float:left;
}



/*----------------------------------------
    メインエリア
----------------------------------------*/

/*  #contents .article
----------------------------------------*/
#contents .article {
	width:600px;
	float:right;
	padding-right:50px;
}

#contents .article h1 {
	min-height:25px;
    height:auto !important;
    height:25px;
	font-size:150%;
	font-weight:normal;
	background:url(../img/share/bg-title_line.gif) left bottom no-repeat;
	padding:10px 0 10px 0;
	line-height:140%;
	margin-bottom:33px;
}

/*  #contents .summary
----------------------------------------*/
#contents .article .summary {
	margin-bottom:50px;
	width:600px;
}

#contents .article .summary_top {
	padding-top:5px;
	width:600px;
}

#contents .article .summary_bottom {
	padding:0 1px 5px 1px;
	width:598px;
}

#contents .article .summary th {
	vertical-align:top;
	font-weight:normal;
	border-top:1px solid #ebebeb;
	width:111px;
	padding:5px 0 5px 30px;
}

#contents .article .summary td {
	vertical-align:top;
	width:397px;
	padding:5px 30px;
	border-top:1px solid #ebebeb;
}

#contents .article .summary tr.first th,
#contents .article .summary tr.first td {
	border:none;
}

/*  #contents .report
----------------------------------------*/
#contents .article .report .block {
	margin-bottom:33px;
}

#contents .article .report .block:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents .article .report h2 {
	font-size:134%;
	margin-bottom:12px;
}

#contents .article .report em {
	color:#F00;
}

#contents .article .report b {
	font-weight:bold;
}

#contents .article .report .right {
	margin:0 0 15px 20px;
	text-align:center;
}

#contents .article .report .left {
	margin:0 20px 15px 0;
	text-align:center;
}

#contents .article .report .right img,
#contents .article .report .left img {
	display:block;
	font-size:92%;
}

/*  #contents .pager_nav
----------------------------------------*/
#contents .pager_nav {
	background:url(../img/share/bg-pager.gif) no-repeat;
	margin-bottom:30px;
	color:#888888;
	clear:both;
}

#contents .pager_nav:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents .pager_nav span {
	color:#9b0067;
	font-weight:bold;
}

#contents .pager_nav li {
	text-align:center;
	line-height:45px;
}

#contents .pager_nav li.pager a,
#contents .pager_nav li.pager span {
	padding:0 3px;
}

#contents .pager_nav .left,
#contents .pager_nav .right {
	width:82px;
	height:45px;
}

#contents .pager_nav .left a,
#contents .pager_nav .right a {
	background:#fff;
	display:block;
}

/*  #contents .other_report_nav
----------------------------------------*/
#contents .other_report_nav:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}



/*----------------------------------------
    アサイドエリア
----------------------------------------*/

/*  #contents #aside
----------------------------------------*/
#contents #aside {
	width:212px;
	float:left;
	padding-left:50px;
}

#contents #report_nav {
	background:url(../img/share/bg-aside_section.gif) repeat-y;
	margin-bottom:44px;
	width:212px;
}

#contents #report_nav ul {
	background:url(../img/share/bg-aside_section_bottom.gif) bottom no-repeat;
	padding:20px 20px 15px 20px;
	width:172px;
}

#contents #report_nav li {
	background:url(../treeplanting/img/bg-list_mark.gif) left 3px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

#contents #other_nav {
	margin-bottom:44px;
}

#contents #other_nav h2 {
	margin-bottom:11px;
}

#contents #other_nav li {
	margin-top:-1px;
}

