﻿@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html, body {
	font-size:13px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #161616;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
body {
	background-image: url(images_site/header_bg.gif);
	background-repeat: repeat-x;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, blockquote, label {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
}
table, th, td {
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
/* 画像綺麗に縮小 */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
hr {
	color:#D8D8D8;
	background-color:#D8D8D8;
	border:none;
	width:100%;
	height:1px;
}

form {
margin-left:30px;
}
/*=====================================
基本レイアウト
=====================================*/
#WRAPPER {
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}
#CONTENTS-WRAPPER {
	margin-right: 2px;
}
#CONTENTS-TOP {
	width: 675px;
	padding-top:19px;
	float:left;
}
#CONTENTS-NAIN {
	width: 675px;
	padding-top:19px;
	float:left;
}

#CONTENTS-ENTRY {
	width: 675px;
	padding-top:19px;
	float:left;
}
#SIDEMENU {
	width: 225px;
	padding-top:19px;
	float:right;
}
/*=====================================
ヘッダー
=====================================*/
#HEADER {
	height: 107px;
	position: relative;
}
#HEADER-COPY {
	background-image: url(images_site/header_label-copy.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 226px;
	position: absolute;
	left: 0px;
	top: 16px;
	text-indent: -9999px;	
}
#HEADER-LOGO a {
	background-image: url(images_site/header_label-logo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 191px;
	position: absolute;
	left: 0px;
	top: 41px;
	text-indent: -9999px;	
}
a#HEADER-ENGLISH {
	background-image: url(images_site/header_btn-english.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 82px;
	position: absolute;
	right: 0px;
	top: 17px;
	text-indent: -9999px;
}
a:hover#HEADER-ENGLISH {
	background-position: 0px -12px;
}
#HEADER-UPPERMENU ul {
	position: absolute;
	left: 497px;
	top: 47px;
}
#HEADER-UPPERMENU li {
	text-indent:-9999px;
	float:left;
}
#HEADER-UPPERMENU li a {
	display: block;
	height: 20px;
	width: 110px;
	margin-right: 9px;	
}
#HEADER-UPPERMENU li a:hover {
	background-position: 0px -20px;	
}
#HEADER-UPPERMENU li a#HEADER-DONATION {
	background-image: url(images_site/header_btn-donation.gif);
	background-repeat: no-repeat;	
}
#HEADER-UPPERMENU li a#HEADER-JOIN {
	background-image: url(images_site/header_btn-join.gif);
	background-repeat: no-repeat;	
}
#SEARCHBOX {
	position: absolute;
	left: 735px;
	top: 46px;
}
input#SEARCH {
	height: 18px;
	width: 155px;
	border: 1px solid #bfbfbf;
}
input#SEARCH-BTN{
	height: 20px;
	width: 41px;
	border: none;
	text-indent: -9999px;
	background: url(images_site/header_btn-search.gif) 0 0 no-repeat;
	cursor: pointer;
}
input#SEARCH-BTN:hover,input#SEARCH-BTN:focus {
	background-position: 0px -20px;
}
#HEADER-SUBMENU ul  {
	position: absolute;
	right: 0px;
	top: 74px;
	border-left: 1px dotted #323232;
}
#HEADER-SUBMENU li {
	font-size:10px;
	float:left;
	border-right: 1px dotted #323232;
	padding-right: 1em;
	padding-left: 1em;	
}
/*=====================================
メインメニュー
=====================================*/
#MAINMENU {
	height: 42px;
	padding-bottom:10px;
}
#MAINMENU li {
	text-indent:-9999px;
	float:left;
}
#MAINMENU li a {
	display: block;
	height: 42px;
	background-repeat: no-repeat;
}
#MAINMENU li a:hover {
	background-position: 0px -42px;	
}
#MAINMENU li a#MAINMENU-politics {
	width:157px;
	background-image: url(images_site/mainmenu_btn-politics.jpg);
	padding-right:1px;
}
#MAINMENU li a#MAINMENU-world {
	width:155px;
	background-image: url(images_site/mainmenu_btn-world.jpg);
	padding-right:1px;	
}
#MAINMENU li a#MAINMENU-society {
	width:155px;
	background-image: url(images_site/mainmenu_btn-society.jpg);
	padding-right:1px;		
}
#MAINMENU li a#MAINMENU-future {
	width:155px;
	background-image: url(images_site/mainmenu_btn-future.jpg);
	padding-right:1px;
}
#MAINMENU li a#MAINMENU-studio {
	width:155px;
	background-image: url(images_site/mainmenu_btn-studio.jpg);
	padding-right:1px;
}
#MAINMENU li a#MAINMENU-about {
	width:157px;
	background-image: url(images_site/mainmenu_btn-about.jpg);
}
#yucho p{
	margin: 10px;
	font-size: 14;
	line-height: 1.5em;
}

/*=====================================
フッター
=====================================*/
#FOOTER {
	background-color: #E5E8EB;
	padding-top:20px;
	width:100%;
	height:150px;
}
#FOOTER-INNER {
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER-INFOBOX {
	width: 190px;
	float:left;
	padding-right:33px;
	font-size:10px;
}
#FOOTER-INNER p {
	line-height: 140%;
}
#FOOTER-LOGO a {
	background-image: url(images_site/footer_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 190px;	
}
#FOOTER-SIMEMAP {
	float:left;
	width:712px;
}
#FOOTER-SIMEMAP p {
	line-height: 140%;
	margin-bottom:1em;
}
#FOOTER-SIMEMAP ul {
	clear:both;
}
#FOOTER-SIMEMAP li {
	float:left;
	font-size:11px;
}
#COPYLIGHT {
	background-image: url(images_site/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
	color:#FFFFFF;
	padding-top:5px;
	font-size:11px;
}
#COPYLIGHT p {
	clear:both;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

/*=====================================
トップページ：左側
=====================================*/
#CONTENTS-TOP p {
	line-height: 160%;
	margin-bottom: 1em;
}
.toppage-copy {
	color:#126233;
	position: absolute;
	top: 12px;
	right: 0px;
	font-size:11px;
}
.boxdate {
	color:#7F7F7F;
	font-size:11px;
	margin-top:5px;
	margin-left:2px;
}
#TOPBOX-BLOG .topbox-summary-l .boxdate {
	margin-top:0px;
	margin-left:0px;
}
.boxdate a {
	color:#7F7F7F;
}
.boxdate a:hover {
	color:#7F7F7F;
}

.topbox-photo {
	width:120px;
	float:left;
	overflow:hidden;
}
.topbox-summary {
	width:195px;
	float:right;
}
.topbox-movie {
	width:260px;
	float:left;
	overflow:hidden;
}
.topbox-summary-l {
	width:402px;
	float:right;
}
a:hover.topbox-btn {
	background-position: 0px -22px;	
}
a.topbox-btn {
	margin-top:12px;
	margin-bottom:29px;
	background-repeat: no-repeat;
	height: 22px;
	width: 196px;
	float:right;
	text-indent:-9999px;
	display:block;
}

#TOPPAGE-STEP1 {
	position: relative;
	margin-bottom: 20px;
}
#TOPPAGE-STEP1 p, #TOPPAGE-STEP1 a {
	font-size:14px;
}
#TOPPAGE-STEP1 h2 {
	height: 37px;
	width: 675px;
	margin-bottom: 1px;
	background-image: url(images_site/label-step1.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#TOPPAGE-STEP1 h3 {
	width: 659px;
	background-color: #D9ECBA;
	color: #126233;
	padding: 6px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
}

#TOPPAGE-ABOUT {
	position: relative;
	margin-bottom: 20px;
	color: 126233;
}
#TOPPAGE-ABOUT p, #TOPPAGE-ABOUT a {
	margin: 15px;
	font-size: 16px;
	line-height: 2em;
	color: #333333;
}
#TOPPAGE-ABOUT h2 {
	height: 37px;
	margin-bottom: 1px;
	background-image: url(images_site/label-step1.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#TOPPAGE-ABOUT h3 {
	background-color: #D9ECBA;
	color: #126233;
	padding: 6px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
}
#TOPPAGE-ABOUT img{
	margin: 3px;
	float: right;
}


#TOPPAGE-STEP2 {
	height: 10em;
	position: relative;
	margin-bottom: 30px;
}

#TOPPAGE-STEP2 h2 {
	height: 37px;
	width: 675px;
	margin-bottom: 1px;
	background-image: url(images_site/label-step2.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#donation1 {
	width: 170px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-left: 40px;
}
#donation2 {
	width: 180px;
	float: left;
	margin-bottom: 10px;
	padding-left: 0px;
}

#donation3 {
	margin: auto;
	width: 100%;
	float: left;
	clear: both;
}


/* 4つのボックス*/
#TOPBOX-deduction {
	width: 326px;
	float: left;
	clear: both;
	margin-top: 50px;
	margin-bottom: 20px;
}
#TOPBOX-deduction p {
	margin-bottom:0px;

}
#TOPBOX-deduction h2 a {
	background-image: url(images_site/toppage_label-politics.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 326px;
	text-indent:-9999px;
	display:block;
}
#TOPBOX-deduction a.topbox-btn {
	background-image: url(images_site/btn_politics-top.gif);
}

#TOPBOX-CARD {
	width: 310px;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
#TOPBOX-CARD p {
	padding: 10px 10px 10px 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #333333;
}
#TOPBOX-CARD h2 a {
	background-image: url(images_site/toppage_label-card.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 310px;
	text-indent:-9999px;
	display:block;
}

#TOPBOX-BEQUEST {
	width: 350px;
	float: left;
	margin-top: 60px;
	margin-bottom: 20px;
	clear: both;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	height: 10em;
}
#TOPBOX-BEQUEST p {
	padding: 10px 30px 10px 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #333333;
}
#TOPBOX-BEQUEST h2 a {
	background-image: url(images_site/toppage_label-bequest.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 310px;
	text-indent:-9999px;
	display:block;
}

#TOPBOX-ASSOCIATION {
	width: 350px;
	float: left;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	height: 10em;
}
#TOPBOX-ASSOCIATION p {
	padding: 10px 30px 10px 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #333333;
}
#TOPBOX-ASSOCIATION h2 a {
	background-image: url(images_site/toppage_label-association.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 310px;
	text-indent:-9999px;
	display:block;
}


#TOPBOX-usage {
	width: 326px;
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
}
#TOPBOX-usage p {
	margin-bottom:0px;

}
#TOPBOX-usage h2 a {
	background-image: url(images_site/toppage_label-world.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 326px;
	text-indent:-9999px;
	display:block;
}
#TOPBOX-usage a.topbox-btn {
	background-image: url(images_site/btn_world-top.gif);
}

#TOPBOX-YUCHO2 {
	width: 310px;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
#TOPBOX-YUCHO2 p {
	padding: 10px 10px 10px 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #333333;
}

#TOPBOX-YUCHO2 h2 a {
	background-image: url(images_site/toppage_label-yucho.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 310px;
	text-indent:-9999px;
	display:block;
}

#TOPBOX-BANK {
	width: 310px;
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
#TOPBOX-BANK p {
	padding: 15px 10px 3px 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #333333;
}

#TOPBOX-BANK h2 a {
	background-image: url(images_site/toppage_label-bank.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 310px;
	text-indent:-9999px;
	display:block;
}


#TOPBOX-SOCIETY {
	width: 326px;
	float: left;
	clear:both;

}
#TOPBOX-SOCIETY p {
	margin-bottom:0px;

}
#TOPBOX-SOCIETY h2 a {
	background-image: url(images_site/toppage_label-society.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 326px;
	text-indent:-9999px;
	display:block;
}
#TOPBOX-SOCIETY a.topbox-btn {
	background-image: url(images_site/btn_society-top.gif);
}
#TOPBOX-FUTURE {
	width: 326px;
	float: right;	

}
#TOPBOX-FUTURE p {
	margin-bottom:0px;

}
#TOPBOX-FUTURE h2 a {
	background-image: url(images_site/toppage_label-future.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 326px;
	text-indent:-9999px;
	display:block;
}
#TOPBOX-FUTURE a.topbox-btn {
	background-image: url(images_site/btn_future-top.gif);
}
#TOPBOX-POLITICS h3, #TOPBOX-WORLD h3, #TOPBOX-SOCIETY h3, #TOPBOX-FUTURE h3 {
	margin-bottom:9px;

}

/* 言論NPO奮闘記 */
#TOPBOX-BLOG {
	position: relative;
	width: 675px;
	clear:both;
}
#TOPBOX-BLOG h2 a {
	background-image: url(images_site/toppage_label-blog.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 675px;
	text-indent:-9999px;
	display:block;
	margin-bottom:10px;
}
#TOPBOX-BLOG a.topbox-btn {
	background-image: url(images_site/btn_blog-top.gif);
}
a#TOPBOX-BLOG-TWITTER {
	height: 39px;
	width: 260px;
	display:block;
	text-indent: -9999px;
	background-image: url(images_site/toppage_label-twitter.gif);
	background-repeat: no-repeat;
	margin-bottom:29px;
}
/* 言論スタジオ */
#TOPBOX-STUDIO {
	position: relative;
	width: 675px;
	clear:both;
}
#TOPBOX-STUDIO h2 a {
	background-image: url(images_site/toppage_label-studio.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 675px;
	text-indent:-9999px;
	display:block;
	margin-bottom:10px;
}
#TOPBOX-STUDIO a.topbox-btn {
	background-image: url(images_site/btn_studio-top.gif);
}

#TOPBOX-STUDIO a.topbox-btn {
	background-image: url(images_site/btn_studio-top.gif);
}
#TOPBOX-STUDIO h3 {
	width: 396px;
	background-color: #D9ECBA;
	color: #126233;
	padding: 3px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 120%;
	font-weight: bold;

}
/* サイト更新情報 */
#TOPBOX-ARCHIVES {
	position: relative;
	width: 675px;
	clear:both;
}
#TOPBOX-ARCHIVES h2 a {
	background-image: url(images_site/toppage_label-archives.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 675px;
	text-indent:-9999px;
	display:block;
	margin-bottom:10px;
}
#TOPBOX-ARCHIVES a.topbox-btn {
	background-image: url(images_site/btn_archives-top.gif);
}
#TOPBOX-ARCHIVES table td {
	padding-right: 10px;
}

/*=====================================
サイドメニュー
=====================================*/
a:hover.sidemenu-btn {
	background-position: 0px -22px;	
}
a.sidemenu-btn {
	background-repeat: no-repeat;
	height: 22px;
	width: 196px;
	text-indent:-9999px;
	display:block;
}
.sidemenu-graybox {
	background-color:#E5E8EB;
}
.sidemenu-whitebox {
	background-color:#FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom:8px;
}
.sidemenu-whitebox ul {
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;
}
.sidemenu-whitebox li {
	background-image: url(images_site/icon_green-pole.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	margin-bottom:5px;
}

#SIDEMENU-SG p {
	color: #6E6E6E;
	padding: 8px;
	line-height:140%;
}
#SIDEMENU-SG h2 {
	background-image: url(images_site/sidemenu_label-security.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 225px;
	text-indent:-9999px;
}
#SIDEMENU-SG h3 {
	background-image: url(images_site/sidemenu_label-facebook-theme.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 71px;
	text-indent:-9999px;
	margin-left:8px;
}
#SIDEMENU-SG a.sidemenu-btn {
	background-image: url(images_site/btn_facebook-top.gif);
	margin-left:8px;
}

/* イベント・セミナー */
#SIDEMENU-EVENT {
	margin-top:15px;
	margin-bottom:15px;
}
#SIDEMENU-EVENT h2 {
	background-image: url(images_site/sidemenu_label-event.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 225px;
	text-indent:-9999px;
}
#SIDEMENU-EVENT h3 {
	background-image: url(images_site/sidemenu_label-facebook-theme.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 71px;
	text-indent:-9999px;
	margin-left:8px;
}
#SIDEMENU-EVENT a.sidemenu-btn {
	background-image: url(images_site/btn_event-top.gif);
	margin-left:14px;
	margin-top:8px;
}
#SIDEMENU-EVENT p.allow-g-link {
	background-image: url(images_site/icon_allow-ancer-g.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	padding-top: 0px;
	background-position: 0px 2px;
}
#SIDEMENU-EVENT p {
	color: #6E6E6E;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 8px;
	line-height:140%;
}
#SIDEMENU-EVENT ul {
	float:right;
	padding-bottom:1em;
	padding-top:1em;
	padding-right:8px;
}
#SIDEMENU-EVENT li {
	float:left;
}
#SIDEMENU-EVENT li a {
	height: 22px;
	width: 61px;
	display: block;
	text-indent:-9999px;
	margin-left:6px;
}
#SIDEMENU-EVENT li a:hover {
	background-position: 0px -22px;	
}
#SIDEMENU-EVENT li a.join-btn {
	background-image: url(images_site/sidemenu_btn-join.gif);
}
#SIDEMENU-EVENT li a.summary-btn {
	background-image: url(images_site/sidemenu_btn-summary.gif);
}
#SIDEMENU-EVENT h3 {
	background-image: url(images_site/sidemenu_label-event-theme.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 178px;
	text-indent:-9999px;
	margin-left:8px;
}
#SIDEMENU-EVENT .sidemenu-whitebox img {
	padding-left:8px;
	padding-top:8px;
}
#SIDEMENU-EVENT p.allow-w-link {
	background-image: url(images_site/icon_allow-ancer-w.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	padding-top: 0px;
	background-position: 0px 2px;
}

/* 初めての方へ */
#SIDEMENU-BEGINNER p.sidetitle {
	color: #161616;
	line-height:140%;
	border-bottom: 1px solid #BDBEBF;
	margin-right: 8px;
	margin-left: 8px;
}
#SIDEMENU-BEGINNER p.inner {
	color: #6E6E6E;
	padding: 8px;
	line-height:140%;
}
#SIDEMENU-BEGINNER h2 {
	background-image: url(images_site/sidemenu_label-beginer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 225px;
	text-indent:-9999px;
}
#SIDEMENU-BEGINNER .sidemenu-whitebox {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#SIDEMENU-BEGINNER p.allow-w-link {
	background-position: 0px 2px;
}
/* カテゴリー一覧 */
#SIDEMENU-CATEGORY {
	margin-top:15px;
	margin-bottom:15px;
}
#SIDEMENU-CATEGORY h2 {
	background-image: url(images_site/sidemenu_label-category.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 225px;
	text-indent:-9999px;
}
#SIDEMENU-CATEGORY ul {
	padding:9px;
}
#SIDEMENU-CATEGORY li {
	background-image: url(images_site/icon_folder-g.gif);
	background-repeat: no-repeat;
	padding-left:22px;
	background-position: 0px 2px;
}
/* 種類一覧 */
#SIDEMENU-TYPE {
	margin-top:15px;
	margin-bottom:15px;
}
#SIDEMENU-TYPE h2 {
	background-image: url(images_site/sidemenu_label-category.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 225px;
	text-indent:-9999px;
}
#SIDEMENU-TYPE ul {
	padding:9px;
}
#SIDEMENU-TYPE li {
	background-image: url(images_site/icon_notebook-g.gif);
	background-repeat: no-repeat;
	padding-left:22px;
	background-position: 0px 2px;
}
/* クイックリンク */
#SIDEMENU-QUICKLINK {
	margin-top:15px;
	margin-bottom:15px;
}
#SIDEMENU-QUICKLINK ul {
	border-top: 1px solid #D8D8D8;

}
#SIDEMENU-QUICKLINK li {
	border-bottom: 1px solid #D8D8D8;
	padding-top:4px;
	padding-bottom:4px;
	background-position: 0px 6px;
}
/* バナー */
#SIDEMENU-BANNER p {
	padding-bottom:10px;
	width: 225px;
	text-align: center;	
}




/*=====================================
内部階層
=====================================*/
.entrybox .entrybox-full {
	margin-bottom:50px;
	margin-right: 2px;
	margin-left: 2px;
}
.entrybox-full {
	padding-top:19px;
}
.entrybox p, .entrybox img, .entrybox ul, .entrybox ol, .entrybox table, .entrybox-full p, .entrybox-full img, .entrybox-full ul, .entrybox-full ol, .entrybox-full table {
	margin-right: 2px;
	margin-left: 2px;

}
.entrybox h1, .entrybox-full h1 {
	font-size: 22px;
	line-height: 120%;
	color: #6E2929;
	font-weight: bold;
	background-image: url(images_site/icon_greenbelt.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom:12px;
}
.entrybox h2, .entrybox-full h2 {
	width: 655px;
	background-color: #D9ECBA;
	color: #126233;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:1em;
}
.entrybox h2 a, .entrybox-full h2 a {
	display:block;
	color: #126233;
	background-image: url(images_site/icon_green-ancer-g.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 6px;
}
.entrybox h3, .entrybox-full h3 {
	width: 655px;
	font-size: 14px;
	height:27px;
	color: #7A7A7A;
	background-image: url(images_site/icon_graybelt.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:6px;
	margin-bottom:1em;
	margin-top:1em;
}
.entrybox table h3 {
	width:100%;
	background-image: none;
	color: #649D1B;
	padding-left: 0px;
	margin-bottom:0em;
	margin-top:0em;
}
.entrybox h4, .entrybox-full h4 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(images_site/icon_green-ancer-down.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom:1em;
	background-position: 0px -2px;
	margin-top:1em;
}
.entrybox h5, .entrybox-full h5 {
	width: 655px;
	font-size: 14px;
	font-weight: bold;
	color: #6E6E6E;
	background-color: #E5E5E5;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:1em;
	margin-top:1em;
}
.entrybox-full h2 {
	width: 919px;
}
.entrybox-full h3 {
	width: 919px;
}
.entrybox-full h5 {
	width: 919px;
}
.entrybox p, .entrybox-full p {
	line-height: 160%;
	padding-bottom: 1.3em;

}
.entrybox ul, .entrybox ol, .entrybox-full ul, .entrybox-full ol {
	padding-bottom: 1em;
}
.entrybox ul li, .entrybox-full ul li {
	background-image: url(images_site/icon_greentip.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height:140%;
	background-position: 0px 2px;
}
.entrybox ol li, .entrybox-full ol li {
	background-image: url(images_site/icon_blackcircle.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height:140%;
	background-position: 0px 2px;
}

.entrytag {
	width:675px;
	border-bottom: 1px solid #323232;
	padding-bottom: 12px;
	margin-bottom:10px;
}
.entrytag p {
	float:left;
	padding-right:1em;
}
.entrysns-upper {
	width:675px;
	clear:both;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
	margin-bottom:15px;
}
.entrysns-upper a {
	display:block;
	margin-top:5px;
	float:left;
}
.entrysns {
	width:675px;
	clear:both;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entrysns a {
	display:block;
	margin-top:5px;
	float:left;
}
#BANNER-DONATION {
	height: 88px;
	width: 675px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(images_site/bg_donation.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#BANNER-DONATION p {
	text-indent: -9999px;
}
#BANNER-DONATION a {
	position:absolute;
	height: 48px;
	width: 188px;
	background-image: url(images_site/btn_donation.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 17px;
	right: 23px;
	display:block;
}
#BANNER-DONATION a:hover {
	background-position: 0px -48px;
}

/* ページ分割ナビゲーション */
.pagenate {
	text-align: center;
	clear: both;
	width: 675px;
	margin-bottom: 29px;
}
.pagenate a.link_page,
.pagenate span.current_page {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #eff0eb;
	border-top: 1px solid #9b9a96;
	border-right: 1px solid #d3d4d0;
	border-bottom: 1px solid #d3d4d0;
	border-left: 1px solid #9b9a96;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	line-height: 1.5;
}
.pagenate a:hover.link_page,
.pagenate span.current_page {
	background-color: #126233;
	border: 1px solid #126233;
	color: #FFF;
}

/* コメント入力欄 */
#ENTRY-COMMENT {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 30px;
}
#ENTRY-COMMENT td {
	padding:3px;
}
#ENTRY-COMMENT label {
	background-image: url(images_site/icon_pencil.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}
/*=====================================
パーツ
=====================================*/
.green-link {
	background-image: url(images_site/icon_green-ancer.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
}
.camera-link {
	background-image: url(images_site/icon_camera.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: 0px 2px;
}
.notebook-link {
	background-image: url(images_site/icon_notebook.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: 0px 2px;
}
.video-link {
	background-image: url(images_site/icon_video.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: 0px 2px;
}
.date-link {
	background-image: url(images_site/icon_date.gif);
	background-repeat: no-repeat;
	padding-left:24px;
	color:#7F7F7F;
	background-position: 0px 2px;
}
.folder-link {
	background-image: url(images_site/icon_folder.gif);
	background-repeat: no-repeat;
	padding-left:24px;
	background-position: 0px 2px;
}
.entrymore-link {
	clear:both;
	float:right;
	background-image: url(images_site/btn_entrymore.gif);
	background-repeat: no-repeat;
	margin-bottom: 2em;
	height: 22px;
	width: 104px;
	display:block;
	text-indent:-9999px;
}
a:hover.entrymore-link {
	background-position: 0px -22px;	
}
.pagetop-link {
	clear:both;
	float:right;
	background-image: url(images_site/btn_pagetop.gif);
	background-repeat: no-repeat;
	margin-bottom: 2em;
	height: 20px;
	width: 95px;
	display:block;
	text-indent:-9999px;
}
a:hover.pagetop-link {
	background-position: 0px -20px;	
}
.allow-g-link {
	background-image: url(images_site/icon_allow-ancer-g.gif);
	background-repeat: no-repeat;
	padding-left:16px;
}
.allow-w-link {
	background-image: url(images_site/icon_allow-ancer-w.gif);
	background-repeat: no-repeat;
	padding-left:16px;
}
.icon-pencil-g {
	background-image: url(images_site/icon_pencil-g.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	font-weight:normal;
	font-size:13px;
	background-position: 0px -2px;
	margin-right:1em;
}
.icon-date-g {
	background-image: url(images_site/icon_date-g.gif);
	background-repeat: no-repeat;
	padding-left:23px;
	font-weight:normal;
	font-size:13px;
	background-position: 0px -2px;
}
.studio-next {
	background-image: url(images_site/label-studio-next.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 68px;
}
.studio-next-box {
	background-color: #E5E8EB;
	padding: 10px;
	color:#6E6E6E;
}
/*=====================================
旧パーツ
=====================================*/
.aka {
	display: block;
	color: #600;
	border-top: 1px solid #FFD6D6;
	border-bottom: 1px solid #FFD6D6;
	background: #ffecec;
	padding: 10px 10px 10px 15px;
	margin: 15px 0;	
	line-height: 160%;
}
.ao {
	display: block;
	color: #002b5e;
	border-top: 1px solid #D8E5F8;
	border-bottom: 1px solid #D8E5F8;
	background: #f0f5fd;
	padding: 10px 10px 10px 15px;
	margin: 15px 0;
	line-height: 160%;
}
.ki {
	display: block;
	color: #6c4b00;
	border-top: 1px solid #FEF6D8;
	border-bottom: 1px solid #FEF6D8;
	background: #fefae7;
	padding: 10px 10px 10px 15px;
	margin: 15px 0;
	line-height: 160%;
}
.midori {
	display: block;
	color: #3c4336;
	border-top: 1px solid #EEF7DD;
	border-bottom: 1px solid #EEF7DD;
	background: #f1fae4;
	padding: 10px 10px 10px 15px;
	margin: 15px 0;
	line-height: 160%;
}
.summary {
	float: none;
	border: 1px solid #CCCCCC;
	background-color: #faebd7;
	padding: 5px;
	margin: 15px 0;	
	line-height: 160%;
}
.summaryb {
	float: none;
	border: 7px double #999999;
	background-color: #faebd7;
	padding: 5px;
	margin: 15px 0;
	line-height: 160%;
}
.enq {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 15px 0;	
	line-height: 160%;
}
.photo2 {
	float: left;
	margin-right: 20px;	
	border: 1px solid #CCCCCC;
}

/*=====================================
テキストスタイル
=====================================*/
a {
	color: #0C833E;
	text-decoration: none;
	outline:none;
	line-height:160%;
}
a:visited {
	color: #0C833E;
	text-decoration: none;
}

a:hover {
	color: #74B429;
	text-decoration: underline;
}

a:active {
	color: #74B429;
	text-decoration: underline;
}
.f-large {
	font-size: 1.2em;
}
.f-xlarge {
	font-size: 1.5em;
}
.f-small {
	font-size: 0.8em;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f14b {
	font-size: 14px;
	font-weight:bold;
}
.f18 {
	font-size: 18px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
u {
	text-decoration: underline;
}
/*=====================================
画像回り込み
=====================================*/
.cont-left {
	float: left;
	padding-right: 16px;
	padding-bottom: 12px;
}
.cont-right {
	float: right;
	padding-left: 16px;
	padding-bottom: 12px;
}


/*=====================================
fancy button
===================================== 
div.fancy_button {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
	border-color: transparent transparent rgba(202,202,202,0.27) transparent;
	-webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px;
	-webkit-background-clip: padding-box;
}
div.fancy_button a {
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(77,77,77,0.4)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(77,77,77,0.4));
	float: left;
	padding: 4px;
	text-decoration: none;
	outline: 0;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	-webkit-background-clip: padding-box;
}

div.fancy_button a span {
	display: block;
	letter-spacing: -1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #444 #111 #444;
	border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.3) rgba(0,0,0,0.6) rgba(0,0,0,0.3);
	font: bold 21px/1em Arial;
	color: white;
	padding: 0.48em 2em;
	text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80FFFFFF', endColorstr='#00FFFFFF');
  -webkit-background-clip: padding-box;
}

div.fancy_button a:hover span {
	border-top-color: rgba(255,255,255,0.65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20)));
	background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99dcdcdc', endColorstr='#33000000');
	-webkit-background-clip: padding-box;
}

div.fancy_button a:active span {
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5)));
	background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80969696', endColorstr='#59000000');
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-background-clip: padding-box;
}

div.fancy_button a span:active {
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80969696', endColorstr='#59000000');
}
*/

/*=====================================
詳細画面に飛ばすボタン
=====================================*/
div.fancy_button {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
	border-color: transparent transparent rgba(202,202,202,0.27) transparent;
	-webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 511px;
	-webkit-background-clip: padding-box;
}

div.fancy_button a {
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(77,77,77,0.4)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(77,77,77,0.4));
	float: left;
	padding: 2px;
	text-decoration: none;
	outline: 0;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	-webkit-background-clip: padding-box;
	margin-left:auto;margin-right:auto;
	width:21em;
}

div.fancy_button a span {
	display: block;
	letter-spacing: -1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #444 #111 #444;
	border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.3) rgba(0,0,0,0.6) rgba(0,0,0,0.3);
	font: bold 21px/1em Arial;
	color: white;
	padding: 0.48em 2em;
	text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80FFFFFF', endColorstr='#00FFFFFF');
  -webkit-background-clip: padding-box;
}

div.fancy_button a:hover span {
	border-top-color: rgba(255,255,255,0.65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20)));
	background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99dcdcdc', endColorstr='#33000000');
	-webkit-background-clip: padding-box;
}

div.fancy_button a:active span {
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5)));
	background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80969696', endColorstr='#59000000');
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-background-clip: padding-box;
}

div.fancy_button a span:active {
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80969696', endColorstr='#59000000');
}
#donation3 input {
	display: block;
	letter-spacing: -1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #444 #111 #444;
	border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.3) rgba(0,0,0,0.6) rgba(0,0,0,0.3);
	font: bold 21px/1em Arial;
	color: #FFFFFF;
	padding: 0.48em 2em;
	text-shadow: rgba(0,0,0,0.45) 0 -1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.5, rgba(255,255,255,0.01)), to(transparent));
	background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80FFFFFF', endColorstr='#00FFFFFF');
	-webkit-background-clip: padding-box;
	background-color: #008000;
}

#donation3 input:hover{
	border-top-color: rgba(255,255,255,0.65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20)));
	background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99dcdcdc', endColorstr='#33000000');
	-webkit-background-clip: padding-box;
	background-color: #009900;
}

#donation3 input:active{
	border-top-color: rgba(255,255,255,0.2);
	border-left-color: rgba(0,0,0,0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5)));
	background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80969696', endColorstr='#59000000');
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	-moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px;
	-webkit-background-clip: padding-box;
	background-color: #003300;
}


/*=====================================
ラジオボタンの装飾
=====================================*/

label:hover {
	background-color: #EBEBEB;
}


/*=====================================
スポンサーロゴ用 120820追加
=====================================*/
img.sponsor {
  display:block;
  float:left;
  margin:30px 40px;
}