@charset "UTF-8";
/*=====================================
初期設定
=====================================*/
html, body {
	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;
}
/* タグのリセット */
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;
}


/*=====================================
基本レイアウト
=====================================*/

#CONTENTS {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #1991c9;
	text-decoration: underline;
}
a:hover {
	color: #4bb4e5;
	text-decoration: none;
}
#PAGETOP {
	position: fixed;
	bottom: 260px;
	right: 0;
	width: 38px;
	height: 38px;
}
#PAGETOP a {
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../site_img/btn_pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#PAGETOP a:hover {
	background-position: 0 -38px ;
}
.txt-gray {
	color: #9c9c9c;
}
.txt11 {
	font-size: 11px !important;
	line-height: 160%;
}
.txt12 {
	font-size: 12px !important;
	line-height: 160%;
}
.txtL {
	font-size: 1.5em; !important;
}
.txtb {
	font-weight: bold !important;
}
.top_line {
	padding-top: 8px;
	border-top: 1px solid #cfd2d0;
}
.bottom_line {
	padding-bottom: 8px;
	border-bottom: 1px solid #cfd2d0;
}
.bottom_dotline {
	background-image: url(../site_img/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.icon_article {
	font-size:16px !important;
	display: block;
	padding-left: 28px;
	padding-bottom: 20px;
	background-image: url(../site_img/icon_article.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
.pbtm20 {
	padding-bottom: 20px;
}
.mtop12 {
	margin-top: 12px;
}
.mtop-10 {
	margin-top: -10px;
}
.mlft15 {
	margin-left: 15px;
}
.mrgt15 {
	margin-right: 15px;
}
.mbtm07 {
	margin-bottom: 7px;
}
.mbtm15 {
	margin-bottom: 15px;
}
.mbtm20 {
	margin-bottom: 20px;
}
.mbtm25 {
	margin-bottom: 25px;
}
.mbtm30 {
	margin-bottom: 30px;
}
.mbtm40 {
	margin-bottom: 40px;
}
.mbtm50 {
	margin-bottom: 50px;
}
.mbtm60 {
	margin-bottom: 60px;
}
.mbtm70 {
	margin-bottom: 70px;
}
.mrgt10 {
	margin-right: 10px;
}
.flft {
	float: left;
}
.flft20 {
	float: left;
	margin-right:20px;
}
.frgt {
	float: right;
}



/*=====================================
ヘッダー
=====================================*/

#HEADER {
	position: relative;
	width: 950px;
	height: 199px;
	margin: 0 auto;
}
#HEADER-COPY, #HEADER-LOGO a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#HEADER-COPY {
	position: absolute;
	top: 22px;
	left: 0;
	width: 252px;
	height: 14px;
	background-image: url(../site_img/header_copy.gif);
}
#HEADER-LOGO {
	position: absolute;
	top: 51px;
	left: 0;
}
#HEADER-LOGO a {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../site_img/header_logo.gif);
}
ul#HEADER-TAB {
	position: absolute;
	top: 0;
	right: 0;
/*	width: 630px;*/
	width: 531px;
	height: 29px;
}
ul#HEADER-TAB li {
	float: left;
}
ul#HEADER-TAB li a#HEADER-TAB-CONTRIBUTION {
	float: left;
	width: 326px;
	height: 14px;
	margin-top: 9px;
	background-image: url(../site_img/header_btn_contribution_txt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#HEADER-TAB li a#HEADER-TAB-CONTRIBUTION:hover {
	background-position: 0px -14px;
}
ul#HEADER-TAB li a#HEADER-TAB-SEARCH,
ul#HEADER-TAB li a#HEADER-TAB-LOGIN,
ul#HEADER-TAB li a#HEADER-TAB-EN {
	display: block;
	width: 99px;
	height: 29px;
	padding-left: 2px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#HEADER-TAB li a#HEADER-TAB-SEARCH {
	background-image: url(../site_img/header_btn_search.gif);
}
ul#HEADER-TAB li a#HEADER-TAB-LOGIN {
	background-image: url(../site_img/header_btn_login.gif);
}
ul#HEADER-TAB li a#HEADER-TAB-EN {
	background-image: url(../site_img/header_btn_english.gif);
}
ul#HEADER-TAB li a#HEADER-TAB-SEARCH:hover,
ul#HEADER-TAB li a#HEADER-TAB-LOGIN:hover,
ul#HEADER-TAB li a#HEADER-TAB-EN:hover {
	background-position: 0px -29px;
}
.searchbox {
	display: block !important;
	width: 930px;
	margin: 0 auto;
	text-align: right;
}
.searchbox_area {
	width: 230px;
}
.searchbox_btn {
	width: 50px;
}
ul#HEADER-MENU {
	position: absolute;
	top: 52px;
	left: 425px;
	width: 516px;
	height: 25px;
}
ul#HEADER-MENU li {
	float: left;
}
ul#HEADER-MENU li a {
	display: block;
	height: 24px;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#HEADER-MENU li a#HEADER-MENU-MEMBER {
	width: 159px;
	background-image: url(../site_img/header_btn_members.gif);
	text-indent: -9999px;
}
ul#HEADER-MENU li a#HEADER-MENU-CONTRIBUTION {
	width: 159px;
	background-image: url(../site_img/header_btn_contribution.gif);
	text-indent: -9999px;
}
ul#HEADER-MENU li a#HEADER-MENU-WORK {
	width: 146px;
	margin-right: 0 !important;
	background-image: url(../site_img/header_btn_work.gif);
	text-indent: -9999px;
}
ul#HEADER-MENU li a#HEADER-MENU-MEMBER:hover,
ul#HEADER-MENU li a#HEADER-MENU-CONTRIBUTION:hover,
ul#HEADER-MENU li a#HEADER-MENU-WORK:hover {
	background-position: 0px -24px;
}
ul#HEADER-SUBMENU {
	position: absolute;
	top: 91px;
	left: 425px;
	width: 516px;
	height: 10px;
	overflow: hidden;
}
ul#HEADER-SUBMENU li {
	float: left;
}
ul#HEADER-SUBMENU li a {
	display: block;
	margin-right: 10px;
	background-image: url(../site_img/header_btn_submenu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
ul#HEADER-SUBMENU li a#SUBMENU-HOME {
	width: 38px;
	background-position: 0px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-HOME:hover {
	background-position: 0px -10px;
}
ul#HEADER-SUBMENU li a#SUBMENU-FORUM {
	width: 106px;
	background-position: -48px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-FORUM:hover {
	background-position: -48px -10px;
}
ul#HEADER-SUBMENU li a#SUBMENU-PRESS {
	width: 127px;
	background-position: -164px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-PRESS:hover {
	background-position: -164px -10px;
}
ul#HEADER-SUBMENU li a#SUBMENU-MEDIA {
	width: 66px;
	background-position: -301px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-MEDIA:hover {
	background-position: -301px -10px;
}
ul#HEADER-SUBMENU li a#SUBMENU-CONTACT {
	width: 66px;
	background-position: -377px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-CONTACT:hover {
	background-position: -377px -10px;
}
ul#HEADER-SUBMENU li a#SUBMENU-FAQ {
	width: 63px;
	margin-right: 0 !important;
	background-position: -453px 0px;
}
ul#HEADER-SUBMENU li a#SUBMENU-FAQ:hover {
	background-position: -453px -10px;
}


/*=====================================
メインメニュー
=====================================*/

ul#GLOBALMENU {
	position: absolute;
	top: 133px;
	left: 0;
	width: 950px;
	height: 34px;
	border-top: 1px solid #cfd2d0;
	border-bottom: 1px solid #cfd2d0;
}
ul#GLOBALMENU li {
	float: left;
}
ul#GLOBALMENU li a {
	display: block;
	height: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#GLOBALMENU li a:hover {
	background-position: 0 -34px;
}
a#GLOBALMENU-politics {
	width: 179px;
	background-image: url(../site_img/grobalmenu01.gif);
}
a#GLOBALMENU-studio {
	width: 125px;
	border-left: 1px solid #cfd2d0;
	background-image: url(../site_img/grobalmenu05.gif);
}
a#GLOBALMENU-about {
	width: 131px;
	background-image: url(../site_img/grobalmenu06.gif);
}
/*New*/
a#GLOBALMENU-politics {
	width: 144px;
	background-image: url(../site_img/grobalmenu_new01.gif);
}
a#GLOBALMENU-future {
	width: 225px;
	background-image: url(../site_img/grobalmenu_new02.gif);
}
a#GLOBALMENU-world {
	width: 144px;
	background-image: url(../site_img/grobalmenu_new03.gif);
}
a#GLOBALMENU-society {
	width: 170px;
	background-image: url(../site_img/grobalmenu_new04.gif);
}
a#GLOBALMENU-studio {
	width: 129px;
	border-left: 1px solid #cfd2d0;
	background-image: url(../site_img/grobalmenu_new05.gif);
}
a#GLOBALMENU-about {
	width: 137px;
	background-image: url(../site_img/grobalmenu_new06.gif);
}



/*=====================================
フッター
=====================================*/

#FOOTER {
	width: 100%;
	height: auto;
	margin-top: 70px;
	background-color: #f6f6f7;
	font-size: 11px;
	line-height: 170%;
}
#FOOTER-CONTENTS {
	position: relative;
	width: 950px;
	padding-top: 29px;
	padding-bottom: 38px;
	margin: 0 auto;
}
#FOOTER-CONTENTS p {
	color: #6c706d;
	font-size: 11px;
	line-height: 170%;
}
#FOOTER-ADDRESS {
	float: left;
	width: 215px;
	margin-right: 35px;
}
#FOOTER-LOGO {
	display: block;
	width: 220px;
	height: 52px;
	background-image: url(../site_img/footer_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FOOTER-TXT {
	padding-bottom: 20px;
}
ul.footer-menu {
	display: block;
	width: 700px;
	margin-left: 249px;
	margin-bottom: 10px;
}
ul.footer-menu li {
	float: left;
	margin-right: 15px;
	padding-left: 9px;
	padding-bottom: 3px;
	background-image: url(../site_img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
ul.footer-menu li a {
	text-decoration: none;
}
#FOOTER-COPYRIGHT {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #b4b4b4;
	color: #ffffff;
	text-align: center;
}
.clear_f {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}


/*=====================================
トップページ：左側
=====================================*/

#LEFT-CONTENTS {
	float: left;
	margin-right: 40px;
	vertical-align: top;
	width: 675px;
	overflow: hidden;
}
#TOP-TITLE-NOTICE {
	clear: left;
	width: 675px;
	height: 47px;
	background-image: url(../site_img/top_title_notice.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLE-REPORT {
	clear: left;
	width: 675px;
	height: 47px;
	background-image: url(../site_img/top_title_report.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLE-BLOG a {
	clear: left;
	display: block;
	width: 675px;
	height: 47px;
	background-image: url(../site_img/top_title_blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
.update {
	height: 25px;
	text-align: right;
}
.update span {
	padding-left: 65px;
	background-image: url(../site_img/icon_update.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	overflow: hidden;
}
.top_entrytitle {
	margin-bottom: 26px;
	padding-bottom: 5px;
	border-bottom: 3px solid #dcdcd5;
	color: #278dbd;
	font-size: 18px;
	line-height: 160%;
}
.top_blog_photo {
	float: left;
	width: 134px;
}
.top_blog_photo img {
	margin-bottom: 7px;
}
.top_blog_photo p {
	margin-bottom: 5px;
}
.twitter_icon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../site_img/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
.facebook_icon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../site_img/icon_facebook.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
ul.top_blog_txt {
	padding-left: 158px;
}
ul.top_blog_txt li {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 160%;
}
#TOP-BLOG-BTN {
	height: 43px;
}
#TOP-BLOG-BTN a {
	float: right;
	display: block;
	width: 228px;
	height: 17px;
	margin-top: 13px;
	background-image: url(../site_img/btn_top_blog.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-BLOG-BTN a:hover {
	background-position: 0 -17px;
}
.line_box {
	padding-top: 32px;
	padding-bottom: 32px;
	border-top: 3px solid #dcdcd5;
	border-bottom: 3px solid #dcdcd5;
}
.line_box_left {
	float: left;
	width: 340px;
	background-image: url(../site_img/dotline.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.line_box_right {
	float: right;
	width: 310px;
}
.line_box_left h2, .line_box_right h2 {
	width: 310px;
	height: 37px;
	background-image: url(../site_img/btn_top_blog.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-indent: -9999px;
	overflow: hidden;
}
.line_box_left h2 {
	background-image: url(../site_img/top_title_forum.gif);
}
.line_box_right h2 {
	background-image: url(../site_img/top_title_members.gif);
}
.line_box_left p, .line_box_right p {
	width: 310px;
	font-size: 13px;
	line-height: 160%;
}
.line_box_left img, .line_box_right img {
	margin-bottom: 12px;
}
#TOP-FORUM-BTN, #TOP-MEMBERS-BTN {
	width: 310px;
	height: 17px;
}
#TOP-FORUM-BTN a {
	display: block;
	width: 181px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_top_forum.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-MEMBERS-BTN a {
	display: block;
	width: 207px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_top_members.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-FORUM-BTN a:hover, #TOP-MEMBERS-BTN a:hover {
	background-position: 0 -17px;
}
a#TOP-JOIN-BANNER {
	display: block;
	width: 675px;
	height: 100px;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/banner_join.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
a:hover#TOP-JOIN-BANNER {
	background-position: 0 -100px;
}


/*=====================================
サイドメニュー
=====================================*/

#SIDE-CONTENTS {
	float: right;
	vertical-align: top;
	margin: 0;
	width: 230px;
	overflow: hidden;
}
#SIDE-CONTENTS p, #SIDE-CONTENTS ul {
	font-size: 12px;
	line-height: 160%;
}
#SIDE-CONTENTS ul li {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 160%;
}
#SIDE-TITLE-STUDIO a {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_studio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-INFO a {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-FORUM a {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_forum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-CHALLENGE a {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_challenge.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-SHIEN {
	display: block;
	width: 230px;
	height: 44px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_shien.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-SUBTITLE-FORUM {
	width: 230px;
	height: 28px;
	margin-bottom: 14px;
	border-bottom: 3px solid #dcdcd5;
	background-image: url(../site_img/sidebar_title_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;	
}
#SIDE-SUBTITLE-MEMBERS {
	width: 230px;
	height: 28px;
	margin-bottom: 14px;
	border-bottom: 3px solid #dcdcd5;
	background-image: url(../site_img/sidebar_title_members.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;	
}
#SIDE-STUDIO-BTN, #SIDE-FORUM-BTN, #SIDE-MEMBERS-BTN,#SIDE-INFO-BTN,#SIDE-INFO-NPO, {
	height: 17px;
}
#SIDE-STUDIO-BTN a {
	display: block;
	width: 136px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_sidebar_studio.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-NPO-BTN a {
	display: block;
	width: 96px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_sidebar_npo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-FORUM-BTN a {
	display: block;
	width: 122px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_sidebar_forum.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-MEMBERS-BTN a {
	display: block;
	width: 147px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_sidebar_members.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-INFO-BTN a {
	display: block;
	width: 206px;
	height: 17px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site_img/btn_sidebar_info.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-STUDIO-BTN a:hover, #SIDE-FORUM-BTN a:hover, #SIDE-MEMBERS-BTN a:hover, #SIDE-INFO-BTN a:hover {
	background-position: 0 -17px;
}
ul.side_entry_btn {
	height: 41px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfd2d0;
}
ul.side_entry_btn li {
	float: left;
	margin-left: 7px;
	margin-right: 2px;
}
ul.side_entry_btn li a {
	display: block;
	width: 103px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
ul.side_entry_btn li a.btn_entry {
	background-image: url(../site_img/btn_entry.gif);
}
ul.side_entry_btn li a.btn_outline {
	background-image: url(../site_img/btn_outline.gif);
}
ul.side_entry_btn li a:hover {
	background-position: 0 -27px;
}
#SIDE-TITLE-ABOUT {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_aboutus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-CATEGORY {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_category.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-ENTRY {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_entry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-CONTENTS {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_contents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-LATEST {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_latest.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-NAME {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-YEAR {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_year.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-MONTHLY {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_monthly.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-SOCIAL {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_social.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
ul.side_link_normal li {
	padding-left: 19px;
	background-image: url(../site_img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
ul.side_link_folder li {
	padding-left: 28px;
	background-image: url(../site_img/icon_folder.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
ul.side_link_article li {
	padding-left: 28px;
	background-image: url(../site_img/icon_article.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
ul.side_link_contents li {
	padding-left: 28px;
	background-image: url(../site_img/icon_contents.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
ul.framelist {
	border-top: 1px solid #cfd2d0;
	border-left: 1px solid #cfd2d0;
	border-right: 1px solid #cfd2d0;
}
ul.framelist li {
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cfd2d0;
}
ul.framelist li a {
	display: block;
	padding-left: 28px;
	background-image: url(../site_img/point_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
.side_bluebox {
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #e2f6ff;
	border: 1px solid #cbe5f5;
	text-align: center;
}
.side_logo {
	width: 206px;
	height: 38px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 7px;
	padding-left: 60px;
	background-image: url(../site_img/side_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	overflow: hidden;
}
.bannerarea {
	text-align: center;
}
.bannerarea p {
	margin-bottom: 15px;
}




/*=====================================
ページタイトル
=====================================*/

#PAGETITLE {
	width: 675px;
	height: 74px;
	padding-left: 20px;
	background-image: url(../site_img/pagetitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #278dbd;
	font-size: 16px;
	line-height: 51px;
	overflow: hidden;
}
#PAGETITLE a {
	text-decoration: none;
}


/*=====================================
内部パーツ
=====================================*/

.freearea {
	font-size: 13px;
	line-height: 160%;
	color: #1d1d1d;
}
.freearea p {
	font-size: 13px;
	line-height: 160%;
	color: #1d1d1d;
}
.title_gray {
	padding: 5px 7px 3px 7px;
	margin-bottom: 15px;
	background-color: #e9e9ea;
	color: #6c706d;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
}
/*記事内パーツ*/
.blog_entry {
	font-size: 14px;
	line-height: 160%;
}
.blog_entry p, .blog_entry table {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 26px;
}
.blog_title {
	display:block;
	margin-bottom: 12px;
	padding-left: 52px;
	background-image: url(../site_img/icon_title01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0e0e0e;
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry img.photo2 {
	float: left;
	margin-right: 20px;
	margin-top:0px;
	padding:0px;
	border: 1px solid #CCCCCC;
}
.blog_entry .photo2 {
	float: left;
	margin-right: 20px;
	border: 1px solid #CCCCCC;	
}
.blog_entry .photo2 p, .blog_entry .photo2 img {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}
.blog_entry h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #dcdcd5;
	color: #0e0e0e;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry h6 {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcd5;
	border-top: 1px solid #dcdcd5;
	color: #0e0e0e;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry h2 {
	margin-bottom: 13px;
	color: #007413;
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry h2 a {
	display:block;
	padding-left: 24px;
	padding-bottom: 7px;
	background-image: url(../site_img/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #007413;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #3cae4f;
}
.blog_entry h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #dcdcd5;
	color: #0e0e0e;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry h4 {
	padding: 5px 7px 3px 7px;
	margin-bottom: 15px;
	background-color: #e9e9ea;
	color: #6c706d;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entry h5 {
	margin-bottom: 20px;
	padding-left: 23px;
	color: #0e0e0e;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	background-image: url(../site_img/icon_title02.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.blog_entry ul, .blog_entry ol {
	margin-bottom: 20px;
}
.blog_entry ul li {
	display:block;
	padding-left: 35px;
	padding-bottom: 12px;
	background-image: url(../site_img/point_blue.gif);
	background-repeat: no-repeat;
	background-position: 14px 0;
}
.blog_entry ol li {
	display:block;
	padding-left: 35px;
	padding-bottom: 12px;
	background-image: url(../site_img/point_brown.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
.blog_entry td {
	padding-top:8px;
	padding-bottom:8px;
}
.contribution_banner {
	border: 7px solid #e9e9ea;
}
.contribution_banner p {
	display: inline-block;
	width: 520px;
	height: 64px;
	background-image: url(../site_img/banner_contribution.gif);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	vertical-align: top;
	text-indent: -9999px;
}
.contribution_banner a {
	display: inline-block;
	width: 128px;
	height: 38px;
	margin-top: 13px;
	background-image: url(../site_img/btn_banner_contribution.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
}
.contribution_banner a:hover {
	background-position: 0 -38px;
}
.border_box {
	display: inline-block;
	border: 1px solid #cfd2d0;
	vertical-align: top;
}
.box230 {
	height: 230px;
	overflow: hidden;
}
.box350 {
	height: 350px;
	overflow: hidden;
}
.comment_box {
	margin: 15px 17px;
}
.comment_area {
	width: 286px;
}
.comment_box th {
	text-align: left;
}
.comment_box td {
	padding-bottom: 10px;
}
.comment_title {
	padding-top: 8px;
	padding-left: 0 !important;
	padding-bottom: 5px;
	background-image: none !important;
	border-top: 1px solid #cfd2d0;
	border-bottom: 1px solid #cfd2d0;
	font-size: 12px !important;
	font-weight: normal !important;
}
.icon_poster {
	display: inline-block;
	margin-right: 26px;
	padding-left: 22px;
	background-image: url(../site_img/icon_poster.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_clock {
	display: inline-block;
	padding-left: 22px;
	background-image: url(../site_img/icon_date.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pagenation {
	font-size: 12px;
	line-height: 160%;
	text-align: center;
}
.pagenation span.current_page {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #cfd2d0;
	text-align: center;
	line-height: 220%;
}
.pagenation a.link_page {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #349ecf;
	border: 1px solid #349ecf;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
}
.pagenation a.link_page:hover {
	background-color: #4bb4e5 !important;
	border: 1px solid #4bb4e5 !important;
}
.pagenation span.link_next {
	display: inline-block;
	background-color: none !important;
	border: none !important;
	text-decoration: none;
}
.blog_entrylist {
	font-size: 13px;
	line-height: 160%;
	color: #1d1d1d;
}
.blog_entrylist h3 {
	margin-bottom: 13px;
	color: #007413;
	font-size: 19px;
	font-weight: bold;
	line-height: 160%;
}
.blog_entrylist h3 a {
	display: block;
	padding-left: 24px;
	background-image: url(../site_img/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #007413;
	text-decoration: none;
}
.blog_entrylist h3 a:hover {
	color: #3cae4f;
}
.blog_entrylist p {
	font-size: 14px;
	line-height: 160%;
	color: #1d1d1d;
}
.entry_tag {
	display: block;
}
.entry_tag p {
	margin-bottom: 15px;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 160%;
	color: #9c9c9c !important;
}
.icon_posted {
	display: inline-block;
	height: 13px;
	padding-left: 66px;
	padding-right: 25px;
	background-image: url(../site_img/icon_posted.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.icon_category {
	display: inline-block;
	padding-left: 77px;
	height: 13px;
	background-image: url(../site_img/icon_category.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.icon_category a {
	color:#9c9c9c !important;
	text-decoration:none;
}
.entry_social {
	height: 48px;
	padding-top: 11px;
	background-image: url(../site_img/dotline2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}
p.btn_detail {
	height: 43px;
}
p.btn_more, p.btn_pastentry {
	clear: both;
	height: 43px;
}
p.btn_detail a {
	float: right;
	display: block;
	width: 79px;
	height: 17px;
	margin-top: 13px;
	background-image: url(../site_img/btn_top_detail.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
p.btn_more a {
	float: right;
	display: block;
	width: 92px;
	height: 17px;
	margin-top: 13px;
	background-image: url(../site_img/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
p.btn_pastentry a {
	float: right;
	display: block;
	width: 98px;
	height: 17px;
	margin-top: 13px;
	background-image: url(../site_img/btn_pastentry.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
p.btn_detail a:hover, p.btn_more a:hover, p.btn_pastentry a:hover {
	background-position: 0 -17px;
}



/*=====================================
既存内部パーツ
=====================================*/

.blue-link {
	clear: both;
	display: block;
	margin-top: 10px;
	padding-left: 16px;
	margin-bottom: 8px;
	background-image: url(../site_img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
.green-link {
	clear: both;
	display: block;
	margin-top: 10px;
	padding-left: 16px;
	margin-bottom: 8px;
	background-image: url(../site_img/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
.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%;
}
.border-line a img {
	border: 1px solid #D8D8D8;
	padding: 3px;
}
/* -------- テキストスタイル ------------- */
.f-large {
	font-size: 1.2em;
}
.f-xlarge {
	font-size: 1.5em;
}
.f-small {
	font-size: 0.8em;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f14b {
	font-size: 14px;
	font-weight:bold;
}
.f18 {
	font-size: 18px;
}
.f18b {
	font-size: 18px;
	font-weight:bold;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
u {
	text-decoration: underline;
}
hr {
	margin-bottom: 30px;
	color:#cfd2d0;
	background-color:#cfd2d0;
	border:none;
	width:100%;
	height:1px;
}

/* -------- 画像回り込み ------------- */
.cont-left {
	float: left;
	padding-right: 16px;
	padding-bottom: 12px;
}
.cont-right {
	float: right;
	padding-left: 16px;
	padding-bottom: 12px;
}
p.sideiframe iframe{
	width:230px;
}




/* 寄付をする by ogino */
#TOPBOX-CARD {
	width: 310px;
	float: left;
	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-YUCHO2 {
	width: 310px;
	float: right;
	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: left;
	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-BEQUEST {
	width: 310px;
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
	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: 310px;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	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;
}
/*=====================================
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;
}


/*=====================================
2015.07 update
=====================================*/
#PAGETITLE-01 {
	width: 675px;
	height: 110px;
	background-image: url(../site_img/pagebanner_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
#PAGETITLE-01 a,
#PAGETITLE-02 a,
#PAGETITLE-03 a,
#PAGETITLE-04 a,
#PAGETITLE-05 a,
#PAGETITLE-06 a {
	text-decoration: none;
}
.blog_entry:after {
	clear: both;
}
.subtitle {
	margin-bottom: 18px;
	padding: 4px 12px 3px 12px;
	background-color: #249236;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
.subtitle01 {
	width: 675px;
	height: 50px;
	background-image: url(../site_img/pagesubtitle_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
.subtitle02 {
	width: 675px;
	height: 50px;
	background-image: url(../site_img/pagesubtitle_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
.subtitle03 {
	width: 675px;
	height: 50px;
	background-image: url(../site_img/pagesubtitle_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
.subtitle04 {
	width: 675px;
	height: 50px;
	background-image: url(../site_img/pagesubtitle_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
.blog_latest {
	padding: 0;
	font-size: 14px;
	line-height: 160%;
}
.blog_latest h3,
.blog_latest p {
	display: block;
/*	margin-left: 220px;
	width: 455px;*/
	line-height: 160%;
	vertical-align: top;
}
.category-box-area {
	width: 705px;
	margin-left: -30px;
}
div.category-box {
	display: block;
	float: left;
	width: 203px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: 1px solid #cfd2d0;
	box-shadow: 0 1px 0 #f2f2f3;
	-moz-box-shadow: 0 1px 0 #f2f2f3;
	-o-box-shadow: 0 1px 0 #f2f2f3;
	-ms-box-shadow: 0 1px 0 #f2f2f3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#f2f2f3,direction=180,strength1,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#f2f2f3,direction=180,strength=1,enabled=true);
	text-decoration: none;
}
div.category-box span {
	display: block;
	padding: 12px 10px 12px 20px;
	background-image: url(../site_img/arrow_green2.png);
	background-repeat: no-repeat;
	background-position: 10px 17px;
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;
}
div.category-box a {
	color: #249236;
	text-decoration: none;
}
div.category-box a:hover {
	color: #3cae4f;
}
.point_green {
	margin-bottom: 12px !important;
	padding-left: 23px;
	padding-bottom: 0px !important;
	color: #0e0e0e;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
	background-image: url(../site_img/icon_title02.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	border: none !important;
}
.categorylist {
	font-size: 14px;
	line-height: 160%;
}
.categorylist p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 12px;
}
.categorylist span {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	vertical-align: top;
}
.categorylist a {
	display: inline-block;
	width: 570px;
	vertical-align: top;
}
#TOP-TITLENEW-NOW {
	clear: left;
	width: 675px;
	height: 30px;
	background-image: url(../site_img/top_titlenew_now.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-NOTICE {
	clear: left;
	width: 675px;
	height: 30px;
	background-image: url(../site_img/top_titlenew_notice.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-TOPICS {
	clear: left;
	width: 675px;
	height: 30px;
	background-image: url(../site_img/top_title_topics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-EVENT {
	clear: left;
	width: 675px;
	height: 30px;
	background-image: url(../site_img/top_title_event.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
.top-schedule {
	float: left;
	width: 360px;
}
.top-event {
	float: right;
	width: 270px;
}
.top-event img {
	margin-bottom: 12px;
}
.top-schedule p, .top-event p {
	font-size: 13px;
	line-height: 160%;
}
#TOP-TITLENEW-SCHEDULE {
	clear: left;
	width: 360px;
	height: 47px;
	background-image: url(../site_img/top_titlenew_schedule.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-MEMBERS {
	clear: left;
	width: 270px;
	height: 47px;
	background-image: url(../site_img/top_titlenew_members.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-OPEN {
	clear: left;
	width: 270px;
	height: 47px;
	background-image: url(../site_img/top_titlenew_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-SCHEDULE2 {
	width: 320px;
	height: 47px;
	background-image: url(../site_img/top_titlenew_schedule2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#TOP-TITLENEW-SCHEDULEEND {
	width: 320px;
	height: 47px;
	background-image: url(../site_img/top_titlenew_scheduleend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
p.icon-event-member {
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(../site_img/icon_event_members.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
p.icon-event-registration {
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(../site_img/icon_event_members2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
p.icon-event-free {
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(../site_img/icon_event_open.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
p.top-schedule-list {
	margin-left: 60px;
	padding-left: 12px;
	border-left: 3px solid #dcdcd5;
}
ul.top_event_btn {
	height: 27px;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 30px;
}
ul.top_event_btn li {
	float: left;
	margin-right: 10px;
}
ul.top_event_btn li a {
	display: block;
	width: 103px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
ul.top_event_btn li a.btn_outline {
	background-image: url(../site_img/btn_outline.gif);
}
ul.top_event_btn li a.btn_members {
	background-image: url(../site_img/btn_members.gif);
}
ul.top_event_btn li a:hover {
	background-position: 0 -27px;
}
div.top_joinpart {
	display: block;
	width: 673px;
	background-color: #f6f6f8;
	border: 1px solid #d0d2d1;
}
div.top_joinpart_cont {
	background-color: #ffffff;
	margin: 5px;
	padding: 20px 20px 0 20px;
}
div.top_joinpart_cont h2 {
	width: 623px;
	height: 38px;
	background-image: url(../site_img/join_title.gif);
	background-repeat: no-repeat;
	background-position: 90px 0;
	text-indent: -9999px;
	overflow: hidden;
}
.top_joinpart_cont a {
	clear: both;
	display: inline-block;
	width: 175px;
	height: 74px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
}
.top_joinpart_cont a:hover {
	background-position: 0 -74px;
}
.btn_join00 {
	background-image: url(../site_img/join_btn00.png);
}
.btn_join01 {
	background-image: url(../site_img/join_btn01.png);
}
.btn_join02{
	background-image: url(../site_img/join_btn02.png);
}
.btn_join03 {
	background-image: url(../site_img/join_btn03.png);
}
.top_joinpart_cont dl {
	display: inline-block;
	width: 405px;
	height: 74px;
	margin-bottom: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: top;
}
.top_joinpart_cont dd {
	display: none;
}
.txt_join00 {
	background-image: url(../site_img/join_txt00.gif);
}
.txt_join01 {
	background-image: url(../site_img/join_txt01.gif);
}
.txt_join02 {
	background-image: url(../site_img/join_txt02.gif);
}
.txt_join03 {
	background-image: url(../site_img/join_txt03.gif);
}
a.btn_login {
	display: block;
	width: 230px;
	height: 75px;
	background-image: url(../site_img/btn_login.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
a.btn_login:hover {
	background-position: 0 -75px;
}
p.login-txt {
	padding-left: 20px;
	background-image: url(../site_img/icon_remark.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#SIDE-TITLE-COLUMN {
	width: 230px;
	height: 44px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_column.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-RANK {
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_rank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
ol.ranking li {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cfd2d0;
}
ol.ranking li.rank1 {
	padding-left: 50px;
	background-image: url(../site_img/icon_rank1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ol.ranking li.rank2 {
	padding-left: 50px;
	background-image: url(../site_img/icon_rank2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ol.ranking li.rank3 {
	padding-left: 50px;
	background-image: url(../site_img/icon_rank3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ol.ranking li.rank4 {
	padding-left: 50px;
	background-image: url(../site_img/icon_rank4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ol.ranking li.rank5 {
	padding-left: 50px;
	background-image: url(../site_img/icon_rank5.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*add for A-Member*/
table.am-box-comment {
	border-collapse: collapse;
	border-spacing: 0;
}
table.am-box-comment th,
table.am-box-comment td {
	vertical-align: top;
}

table.am-box-comment th {
	padding-top: 10px;
	font-size: 18px;
	padding-right:10px;
	text-align: left;
}
table.am-box-comment td {
	font-size: 18px;
	padding-bottom: 8px;
}
.am-commentform input {
	background-color: #edefef;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	border: 0;
	font-size: 18px;
}
.am-commentinput {
	width: 300px;
}
.am-postbtn input {
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 30px;
	width: 200px;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
	cursor:pointer;
}
.am-fadeButton input {
	background-color: #1C90C9;
    -webkit-transition: background-color .5s ease-in-out;
}
.am-fadeButton input:hover {
	background-color: #41AFE4;
}
.am-loginbtn input {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	line-height: 100%;
	overflow: hidden;
	cursor:pointer;
}
.am-fadeButton2 input {
	background-color: #1C90C9;
    -webkit-transition: background-color .5s ease-in-out;
}
.am-fadeButton2 input:hover {
	background-color: #41AFE4;
}
input.am-side-input{
	width:220px;
	margin-bottom:10px;
}
#SIDE-TITLE-LOGIN {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
#SIDE-TITLE-LOGIN-ON {
	display: block;
	width: 230px;
	height: 26px;
	margin-bottom: 14px;
	background-image: url(../site_img/sidebar_login-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
.fl-box-left {
	float:left;
	width:320px;
}
.fl-box-right {
	float:right;
	width:320px;
}



