﻿@charset "utf-8";

/*@import url("../css/base.css");
@import url("DropDownMenu.css");*/
/* CSS Document */

/* ////// 全体の構成は以下のようになっています。 ////// */

/* /// 全ページ共通 /// */
/* /// トップページ /// */
/* /// トップページ以外共通 /// */
/* /// そらぷちとは /// */
/* /// キャンプの紹介 /// */
/* /// ニュース＆メディア /// */
/* /// 支援方法 /// */
/* /// サポーター紹介 /// */
/* /// よくある質問 /// */
/* /// お問い合わせ /// */
/* /// ボランティア /// */
/* /// カテゴリトップ /// */
/* /// 法人の概要 /// */



/* 基本オレンジ　#eb6b00 */
/* 基本黄緑(文字の色)　#6dab36 */


/* ////////////////// 全ページ共通 ////////////////// */

p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 5px 0;
}
ul,ol {
	font-size: 1.2em;
	line-height: 1.6em;
}

/* pの左右に余白 */
.yohaku {
	padding: 0 10px;
}
.yohaku2 {
	padding: 0 8px;
}
.pr10{padding-right:10px !important;}

/* 下余白　*/
.mb10{
    margin-bottom:10px !important;
}
.mb30{
    margin-bottom:30px !important;
}

.mt10{
    margin-top:10px !important;
}
.mt5{
    margin-top:5px !important;
}

.mt-10{
    margin-top:-10px !important;
}

/* 注釈など */
.note {	
	font-size: 0.8em;
	line-height: 1.6em;
	display: block;
	padding-top: 5px;
}
.red1 {
	color: #C00;
}
/* 別ウインドウアイコン */
img.ex_window {
	margin: 0;
	padding: 0 5px 2px 3px;
	float:none;
	vertical-align:middle;
}
/* PDF（ｓ）アイコン */
img.pdf_icon {
	margin: 0;
	padding: 0 3px 2px 0px;
	float:none;
	vertical-align:middle;
}
/* フロート右左 */
.fl_r {
	float: right;
}
.fl_l {
	float: left;
}

/* 右寄せ、左寄せ、センター */
.ta-r {
	text-align: right !important;
}
.ta-l{
	text-align: left !important;
}
.ta-c{
	text-align:center !important;
}

/* リンクボタン（オレンジマーク付き）（li用） */
.link_btn {
	list-style-type: none;
}
.link_btn li {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/btn_go.gif) no-repeat left top;
	padding: 1px 0 1px 17px;
	margin: 5px 20px 5px 0;
}
/* リンクボタン（オレンジマーク付き）(span用) */
span.link_btn {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/btn_go.gif) no-repeat left top;
	padding: 0px 0 0px 17px;
	margin: 5px 20px 5px 0;
	display: block;
	
}
#home span.link_btn {
	padding: 3px 0 2px 17px;
}
th span.link_btn {
	padding: 2px 0 2px 17px;
}


/* リード横の右寄せイメージ */
.img01 {
	float: right;
	margin: 13px 10px 20px 0;
}
.img012 {
	float: right;
	margin: 10px 0 10px;
}
.img03 {
	float: right;
	margin: 13px 10px 10px 0;
}
.img04 {
	float: left;
	margin-bottom: 10px;
}
.img05 {
	float: right;
	margin: 13px 10px 0 0;
}


/* 囲みK付きphoto　右よせ */
.ph01 {
	float: right;
	margin: 0 0 3px 5px;
	_margin-top: 20px;
	/*padding: 4px;
	border: 1px solid #5e787c;*/	
}
*:first-child+html .ph01 {
	margin-top: 20px;
}

.ph02 {
	float: right;
	margin: 0 0 8px 10px;
	_margin-top: 20px;
	/*padding: 4px;
	border: 1px solid #5e787c;*/	
}
.ph03 {
	float: right;
	margin: 0 0 3px 15px;
	_margin-top: 20px;
	/*padding: 4px;
	border: 1px solid #5e787c;*/	
}

*:first-child+html .ph02 {
	margin-top: 20px;
}

/* 全体を囲む角丸ワク（２重） */
#wrap {
	width: 1000px;
	background: url(../images/fr_base_side.gif) repeat-y;
	margin: 14px auto 0;
}
#wrap_inner {
	width: 1000px;
	background: url(../images/fr_base_top.gif) no-repeat top;
	margin-top: 0px;
}


/* 最上部のエリア（検索窓、Englishタブなど） */
#upper_area {
	width: 1000px;
	height: 43px;
}
/* 検索窓 */
#search {
	margin: 3px 0 0 50px;
	width: 197px;
	height: 20px;
	float: left;
	background:#ccc;
	_margin-left: 25px;
}
#search input#search_window {
	width: 155px;
	height: 18px;
	padding: 2px 0 0 4px;
	border: none;
	background: url(../images/pic_search.gif) no-repeat top;
	float: left;
}
#search input#search_btn {
	width: 38px;
	height: 20px;
	float: left;
}
/* タブ（japanese, English, kids） */
#page_tabs {
	width: 329px;
	height: 37px;
	float: right;
	list-style-type: none;
	margin: 6px 53px 0 0;
	_margin-right: 26px;
}
#page_tabs li {
	display: inline;
	float: left;
}
/* japaneseタブ */
#goto_jpn {
	width: 112px;
	height: 37px;
}
#goto_jpn a {
	display: block;
	width: 112px;
	height: 37px;
	background: url(../images/btn_jpn.gif) no-repeat bottom;
}
#goto_jpn a:hover {
	background: url(../images/btn_jpn.gif) no-repeat top;
}
.j_site #goto_jpn a {
	background: url(../images/btn_jpn.gif) no-repeat top;
}
/* Englishタブ */
#goto_eng {
	width: 105px;
	height: 37px;
}
#goto_eng a {
	display: block;
	width: 105px;
	height: 37px;
	background: #ccc url(../images/btn_eng.gif) no-repeat bottom;
}
#goto_eng a:hover {
	background: #999 url(../images/btn_eng.gif) no-repeat top;
}
.e_site #goto_eng a {
	background: url(../images/btn_eng.gif) no-repeat top;
}
/* キッズページタブ */
#goto_kid {
	width: 112px;
	height: 37px;
}
#goto_kid a {
	display: block;
	width: 112px;
	height: 37px;
	background: #ccc url(../images/btn_kid.gif) no-repeat bottom;
}
#goto_kid a:hover {
	background: #999 url(../images/btn_kid.gif) no-repeat top;
}
.k_site #goto_kid a {
	background: url(../images/btn_kid.gif) no-repeat top;
}



/* コンテナ（ヘッダーからフッターまでを囲むdiv。幅880に揃えるため） */
#container {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}



/* ヘッダー（ロゴとイラスト） */
#header {
	width: 880px;
	height: 90px;
	margin: 11px 0 7px;
}
/* ロゴ */
h1 {
	width: 535px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat top;
	float: left;
}
h1 a.logo_backhome {
	display: block;
	width: 535px;
	height: 90px;
}
/* イラスト（ロゴの横の） */
#header_illust {
	float: right;
}



/* メインメニュー（サイズ指定。詳細はDropDownMenu.cssに。） */
#menu {
	width: 880px;
	height: 44px;
	background: url(../images/bg_main_menu.gif) no-repeat bottom;
}
#menu span.small {
	font-size: 0.9em;
	line-height: 1.6em;
}


/* コンテンツ（レフトエリアとメインエリアを囲む。） */
#contents {
	width: 880px;
	margin-top: 20px;
}
/* レフトエリア（レフトナビ＋その他。トップページでは右側、詳細は後述。） */
#left_area {
	width: 215px;
}
/* メインエリア（トップページでは左側、詳細は後述。） */
#main_area {
	width: 625px;
}



/* バナーズ */
.banners {
	list-style-type: none;
}
.banners li {
	width: 215px;
	margin-bottom: 5px;
}
#banner_to_supporter a {
	display: block;
	height: 80px;
	background: url(../images/banner_to_supporter.gif) no-repeat top;
}
#banner_to_supporter a:hover {
	background: url(../images/banner_to_supporter.gif) no-repeat bottom;
}
#banner_kids a {
	display: block;
	height: 90px;
	background: url(../images/banner_kids.gif) no-repeat top;
}
#banner_kids a:hover {
	background: url(../images/banner_kids.gif) no-repeat bottom;
}
#banner_donate a {
	display: block;
	height: 80px;
	background: url(../images/banner_donate.gif) no-repeat top;
}
#banner_donate a:hover {
	background: url(../images/banner_donate.gif) no-repeat bottom;
}
#banner_volunteer a {
	display: block;
	height: 80px;
	background: url(../images/banner_vol.gif) no-repeat top;
}
#banner_volunteer a:hover {
	background: url(../images/banner_vol.gif) no-repeat bottom;
}
#banner_about a {
	display: block;
	height: 80px;
	background: url(../images/banner_about.gif) no-repeat top;
}
#banner_about a:hover {
	background: url(../images/banner_about.gif) no-repeat bottom;
}
#banner_supporter a {
	display: block;
	height: 80px;
	background: url(../images/banner_supporter.gif) no-repeat top;
}
#banner_supporter a:hover {
	background: url(../images/banner_supporter.gif) no-repeat bottom;
}
#banner_one_click a {
	display: block;
	height: 80px;
	background: url(../images/banner_one_click.gif) no-repeat top;
}
#banner_one_click a:hover {
	background: url(../images/banner_one_click.gif) no-repeat bottom;
}




/* 法人info */
#org_info {
	width: 215px;
	border-top: 2px solid #8ea6aa;
	border-bottom: 2px solid #8ea6aa;
	font-size: 12px;	
	margin: 10px 0;
	background: url(../images/bg_jyusyo.gif) no-repeat bottom right;
}
#org_info dt {
	color: #425456;
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px dotted #52a1dc;
}
#org_info dd {
	color: #5e787c;
	line-height: 1.5em;
	padding: 5px 0 5px;
}
#org_info dd.btn_otoiawase {
	width: 108px;
	height: 23px;
	margin-bottom: 8px;
}
#org_info dd.btn_otoiawase a {
	display: block;
	width: 108px;
	height: 23px;
	background: url(../images/btn_otoiawase.gif) no-repeat top;
}
#org_info dd.btn_otoiawase a:hover {
	background: url(../images/btn_otoiawase.gif) no-repeat bottom;
}
	


/* ページトップボタン */
.pagetop {
	font-weight: bold;
	text-align: right;
	margin: 10px 10px 0 0;
}
.pagetop a {
	color: #8eafbb;
	text-decoration: none;
}
.pagetop a:link, .pagetop a:visited {
	color: #8eafbb;
	text-decoration: none;
}
.pagetop a:hover {
	color: #8eafbb;
	text-decoration: underline;
}
.pagetop a:active {
	color: #8eafbb;
	text-decoration: none;
}


/* フッター */
#foot_navi {
	list-style-type: none;
	padding: 2px 0;
	margin: 20px 0 5px;
	text-align: center;
	font-size: 1.1em;
}
#foot_navi li {
	display: inline;
	color: #6e8289;
}
#foot_navi li a {
	color: #6e8289;
}


/* コピーライト */
address#copyright {
	width: 1000px;
	height: 70px;
	margin: 0 auto 20px;
	padding: 10px 0 0;
	background: url(../images/fr_base_bottom.gif) no-repeat bottom;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
}








/* ////////////////// トップページ ////////////////// */


/* メインビジュアル */
#main_visual {
	width: 880px;
	height: 295px;
	margin: 3px auto 0;
	background: url(../home/images/main_visual_l.jpg) no-repeat left top;
}
#main_visual2 {
	width: 460px;
	height: 295px;
	background: url(../home/images/main_visual_r.jpg) no-repeat right top;
	float: right;
}

#main_visual .lead_link { /* そらぷちとはbtnの位置 */
	padding: 240px 0 0 300px;
	
}

/* レフトエリア（レフトナビ＋その他。トップページでは右側に。） */
#home #left_area {
	float: right;
	margin: 0 10px 0 0;
	_margin-right: 5px;
}

/* メインエリア */
#home #main_area {
	float: left;
	margin: 0 0 0 10px;
	_margin-left: 5px;
}


/* キャンプバナー */
.camp_banner {
	margin-bottom: 10px;
}
/* What's new */
#home h2 {
	margin: 0;
	padding: 0;
	border: none;
}
#whats_new {
	width: 630px;
	background: url(../home/images/fr_whats_new_side.gif) repeat-y;
	margin-bottom: 10px;
}
#whats_new2 {
	width: 630px;
	background: url(../home/images/fr_whats_new_bottom.gif) no-repeat bottom;
	padding-bottom: 5px;
}
#whats_new table {
	font-size: 1.2em;
	line-height: 1.4em;	
	margin: 0 25px 0px 15px;
}
#whats_new th {
	width: 110px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px dotted #839a9d;
}
#whats_new td {	
	padding: 10px 5px;
	border-bottom: 1px dotted #839a9d;	
	vertical-align: top;
}
#whats_new td.icon {
	width: 55px;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: 1px dotted #839a9d;	
}
/* そらぷちブログ */
#solablog {
	width: 630px;
	background: url(../home/images/fr_whats_new_side.gif) repeat-y;
	margin-bottom: 10px;
}
#solablog2 {
	width: 630px;
	background: url(../home/images/fr_whats_new_bottom.gif) no-repeat bottom;
	padding-bottom: 5px;
}
.blog_ph {
	padding: 4px;
	border: 1px solid #849595;
	margin: 12px 10px 10px 15px;
	float: left;
}
#solablog h3 {
	float: left;
	font-size: 1.6em;
	border-bottom: 1px dotted #839a9d;
	margin: 12px 0 0;
	padding: 6px 0 8px 35px;
	background: url(../home/images/icon_blog.gif) no-repeat top left;
	width: 360px;
}
#solablog p {
	float: left;
	width: 390px;
}
/* キャンプレポート他 */
#report_etc {
	width: 630px;
	background: url(../home/images/fr_report_etc_side.gif) repeat-y;
}
#report_etc2 {
	background: url(../home/images/fr_report_etc_bottom.gif) no-repeat bottom;
}
#report_etc2 .link_btn {
	margin-right: 7px;
	font-size: 1em;
}
#report_etc2 .link_btn_place {
	padding: 3px 0 10px;
}
/* キャンプレポート */
#campreport_box h3 {
	color: #43b943;
	padding: 5px 17px;
}
#campreport_box p {
	padding: 3px 12px 10px 12px;
	font-size: 1em;
	line-height: 1.4em;
}
#campreport_box {
	width: 206px;
	float: left;
}
#campreport_box .photo {
	padding: 3px 10px 3px 13px;
}
/* ニュースレターと建設状況 */
#newsletter_box, #kensetsujokyo_box {
	width: 212px;
	float: left;
}
#newsletter_box .photo {
	padding: 0px 6px 3px 0px;
	float: right;
}
#kensetsujokyo_box .photo {
	padding: 0px 15px 3px 0px;
	float: right;
}
#newsletter_box h3, #kensetsujokyo_box h3 {
	color: #43b943;
	padding: 5px 20px;
}
#newsletter_box p, #kensetsujokyo_box p {
	padding: 3px 0px 10px 22px;
	font-size: 1em;
	line-height: 1.4em;
	float: left;
	width: 90px;
}
#newsletter_box .link_btn_place, #kensetsujokyo_box .link_btn_place, 
#campreport_box .link_btn_place {
	display: block;
	margin-right: 15px;
	_margin-right: 5px;
}




/* ////////////////// トップページ以外共通 ////////////////// */



/* パンくず */
#bread {
	width: 838px;
	font-size: 1.2em;
	line-height: 1em;
	list-style-type: none;
	padding: 0 10px 6px;
	margin: 0 10px 8px;
	color: #999;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#bread li {
	display: inline;
	vertical-align: middle;
}
#bread li a{
	color: #69F;
}


/* レフトエリア（レフトナビ＋その他） */
.nonehome #left_area {
	float: left;
	margin: 0 0 0 10px;
	_margin-left: 5px;
	width: 216px;
}
/* メインエリア */
.nonehome #main_area {
	float: right;
	margin: 0 10px 0 0;
	_margin-right: 5px;
	width: 625px;
}








/* レフトナビ */
.nonehome #left_navi {
	width: 216px;
	font-size: 12px;
	line-height: 1em;
	list-style-type: none;
	margin-bottom: 10px;
	background: #f5f9fa5;
	color: #4584c4;
}
/* レフトナビのリンク色 */
#left_navi li a:link {
	color: #4b9ae0;
	/*color: #778e92;*/
	text-decoration: none;
}
#left_navi li a:visited {
	color:#4b9ae0;
	text-decoration: none;
}
#left_navi li a:hover {
	color: #f18200;
	font-weight: bold;
	text-decoration: none;
	/*background: url(../images/left_navi_bg.gif) no-repeat top;*/
}
#left_navi li a:active{
	color:#f18200;
}

/* レフトナビタイトル */
li#navi_ttl {
	width: 216px;
	height: 40px;
	vertical-align: bottom;
}
li#navi_ttl a {
	display: block;
	width: 216px;
	height: 40px;
	text-decoration: none;
}
.what_folder li#navi_ttl a {
	background: url(../what/images/left_navi_ttl.gif) no-repeat bottom;
}
.camp_folder li#navi_ttl a {
	background: url(../camp/images/left_navi_ttl.gif) no-repeat bottom;
}
.news_folder li#navi_ttl a {
	background: url(../news/images/left_navi_ttl.gif) no-repeat bottom;
}
.donate_folder li#navi_ttl a {
	background: url(../donate/images/left_navi_ttl.gif) no-repeat bottom;
}
.supporter_folder li#navi_ttl a {
	background: url(../supporter/images/left_navi_ttl.gif) no-repeat bottom;
}
.faq_folder li#navi_ttl a {
	background: url(../faq/images/left_navi_ttl.gif) no-repeat bottom;
}
.contact_folder li#navi_ttl a {
	background: url(../contact/images/left_navi_ttl.gif) no-repeat bottom;
}
.volunteer_folder li#navi_ttl a {
	background: url(../volunteer/images/left_navi_ttl.gif) no-repeat bottom;
}
.about_folder li#navi_ttl a {
	background: url(../about/images/left_navi_ttl.gif) no-repeat bottom;
}
.other_folder li#navi_ttl .other_a{
	background: url(../links/images/left_navi_ttl.gif) no-repeat bottom;
	display:block;
	width:216px;
	height:40px;
}

.what_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../what/images/left_navi_ttl.gif) no-repeat top;
}
.camp_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../camp/images/left_navi_ttl.gif) no-repeat top;
}
.news_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../news/images/left_navi_ttl.gif) no-repeat top;
}
.donate_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../donate/images/left_navi_ttl.gif) no-repeat top;
}
.supporter_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../supporter/images/left_navi_ttl.gif) no-repeat top;
}
.faq_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../faq/images/left_navi_ttl.gif) no-repeat top;
}
.contact_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../contact/images/left_navi_ttl.gif) no-repeat top;
}
.volunteer_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../volunteer/images/left_navi_ttl.gif) no-repeat top;
}
.about_folder li#navi_ttl a:hover {
	text-decoration: none;
	background:url(../about/images/left_navi_ttl.gif) no-repeat top;
}


/* レフトナビm */
li.navi_m {
	width: 216px;
	height: 35px;
	font-weight: bold;
}
li.navi_m a {
	display: block;
	width: 193px;
	height: 25px;
	padding: 10px 0 0 23px;
	_height: 23px;
	_padding: 12px 0 0 23px;
	background:url(../images/left_navi_bg.gif) no-repeat bottom;
}
*:first-child+html li.navi_m a {
	height: 23px;
	padding: 12px 0 0 23px;
}
html>/**/body li.navi_m a {
	height: /*\**/23px\9;
	padding: 12px 0 0 23px\9;
}

li.navi_m2 a {
	background:url(../images/left_navi_bg2.gif) no-repeat bottom;
}
#left_navi li.navi_m a:hover {
	background: url(../images/left_navi_bg.gif) no-repeat top;
}
#left_navi li.navi_m2 a:hover {
	background: url(../images/left_navi_bg2.gif) no-repeat top;
}
/* レフトナビｓ */
#left_navi .navi_s {
	display: none; /* 表示させる場合は、htmlのhead内でdisplay:inline;に。 */
}
#left_navi .navi_s_inner {
	display: block;
	border-left: 1px solid #cacfd7;
	border-right: 1px solid #cacfd7;
	background: #fff;
	padding: 0;
	margin: 0;
	background: #ecf0ef;
}
#left_navi .navi_s li{
	width: 214px;
}
#left_navi .navi_s li a {
	width: 194px;
	height: 15px;
	display: block;
	padding: 5px 0 4px 20px;
	color: #778e92;
	text-decoration: none;
	_padding: 8px 0 1px 20px;
	border-bottom: 1px solid #dfdfdf;
}
*:first-child+html #left_navi .navi_s li a {
	padding: 8px 0 1px 20px;
}
html>/**/body #left_navi .navi_s li a {
	padding: /*\**/8px 0 1px 20px\9;
}
#left_navi .navi_s li a:hover {
	color: #dd5800;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/left_navi_bg_s.gif) no-repeat top right;
}


/* レフトナビｓが2行になる場合、ここにidを載せる*/
#left_navi .navi_s #navi_media001 a, 
#left_navi .navi_s #navi_media002 a, 
#left_navi .navi_s #navi_media003 a {
	font-size: 10px;
	display: block;
	height: 25px;
	padding: 5px 0 5px 20px;
}










/* ページのタイトル */
.floor2 h2 {
	padding: 0;
	/*border: 4px solid #eb6b00;*/
	border-bottom: none;
	margin: 0;	
}

/* ページのタイトル */
.floor4 h2, .floor3 h2 {
	padding: 0;
	/*border-bottom: 2px dotted #eb6b00;*/
	margin: 0;
}
/* ページの中の大見出し */
.floor4 h3, .floor3 h3, .floor2 h3, h3.marason{
	margin: 20px 0px 8px 0px;
	/*font-size: 22px;
	color: #f69718;*/
	border-bottom: 2px dotted #eb6b00;
	padding: 5px 0 0;
}
/* ページの中の大見出し(頻繁に更新の場所)*/
h3.simple_h3 {
	float: left;
	border-bottom: 2px dotted #eb6b00;
}
h3.simple_h3 span {
	display: block;
	font-size: 1.4em;
	color: #f18200;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
h3.simple_h3 img {
	float: left;
}
/* ページの中の小見出し */
.floor4 h4, .floor3  h4 {
	margin: 5px 0 0;
}

/* パラレルごとのくくり */
.para {
	margin: 0 10px;
	border-bottom: 1px dotted #5e787c;
	padding-bottom: 10px;
}
.para2 { /* ラインなし */
	margin: 0 10px;
	padding-bottom: 10px;
}




/* リード文1 */
.lead {
	padding: 0 0 15px 0px;
	font-weight: ;
	font-size: 1.4em;
	margin: 15px 0 10px 10px;
	border-bottom: 1px dotted #999;
}
/* リード文2 */
.lead2 {
	/*padding: 0 0 15px 0;*/
	font-weight: ;
	font-size: 1.2em;
	margin: 10px 10px 20px;
	/*border-bottom: 1px dotted #999;*/
	padding: 0;
	_margin-left: 5px;
}
.lead3 {
	font-weight: ;
	font-size: 1.2em;
	margin: 10px 0px 20px;
	/*border-bottom: 1px dotted #999;*/
	padding: 0;
}
.lead4 { /* 太くするリードの場合 */
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px;
}




/* もどるボタン　左寄せ */
.back_btn {
	font-weight: bold;
	margin: 10px 10px 0 10px;
	float: left;
	_margin-left: 5px;
}
.back_btn img {
	vertical-align: middle;
	padding: 0 0px 2px 0;
}



/* リスト（サポーターなど） */
dl.list_box {
	border-bottom: 1px dotted #5e787c;
	border-bottom: 2px dotted #eb6b00;
	margin: 0 0px;
	padding: 10px 5px 5px;
}
.list_box dt {
	font-size: 1.4em;
	color: #666;
	font-weight: bold;
	padding: 0px 0 1px 17px;
	margin-left: 5px;
}
.list_box dd {
	font-size: 1.2em;
	font-family: MS UI Gothic, MS ゴシック, ヒラギノ 角ゴ Pro W3, Osaka, メイリオ;
	line-height:1.5em;
	padding: 6px 10px 3px;
	color: #999;
}








/* ////////////////// 「そらぷちとは 」フォルダ////////////////// */


#solaputi_toha #main_area {
	background: url(../what/images/bg_ph02.jpg) no-repeat top right;
}

#solaputi_toha_link {
	width: 450px;
	float: left;
	margin: 10px 0 10px 0;
}
#solaputi_toha_link li {
	display: inline;
}
#solaputi_toha .lead {
	width: 380px;
}

/* 目的 */
.h3_310 {
	width: 310px;
}
/* いままでとこれから */
.div380 {
	width: 380px;
	float: left;
}
.div380 p strong {
	color: #6dab36;
}
#imamadetobody .img012 {
	margin-top: 20px;
}


/* 自然体験プログラム */
.p450 {
	width: 450px;
	float: left;
}
.p450 strong {
	color: #6dab36;
}
.ul01 {
	padding-left: 17px;
	width: 440px;
}
.column02 {
	border: 1px solid #ccc;
	margin: 5px 0 10px 5px;
	padding: 5px 20px 10px;
	background: #f3f1ee;
	width: 480px;
}
.ul02 {
	padding-left: 20px;
	width: 450px;
	list-style-type: none;
}
/* 滝川市 */
.div340 {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}
.div340 h3 {
	margin-top: 0;
	padding-top: 0;
}
.div170a, .div170b {
	float: left;
	width: 170px;
	height: 150px;
	margin: 5px;
	background: #f1f3ec;
	padding: 10px;
	line-height: 1.2em;
}
.div170a span, .div170b span {
	font-size: 1.2em;
	line-height: 1.3em;
}
.div170a {
	background: #fff;
	padding: 0;
	width: 190px;
	height: 170px;
}
.div170a img, .div170b img {
	margin-bottom: 2px;
}

/* キャンプエリア紹介 */
#areabody .camp_frame_inner2 {
	padding-bottom: 0px;
}
/*.set01 h3 {
	border: none;
	border-left: 6px solid #de6100;
	font-size: 1.6em;
	color: #f18200;
	padding: 3px 0 2px 5px;
	margin: 3px 0 5px 0;
	float: left;			
}*/
.set01 h3 {
	width: 345px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}
.set01 .thumb {
	float: left;
	margin: 0 15px 0 0;
}
.set01 p {
	float: left;
	width: 345px;
	margin-bottom: 10px;
}
.link_btn_outer {
	display: block;
	margin: 5px 0;
}

.list01 {
	border-top: 1px solid #ccc;
	padding: 7px 5px;
	width: 553px;
	margin: 0;
}
.list01 .const_title {
	padding-top: 3px;
}
.list01 .minimap {
	float: left;
}
.ttl_setsumei {
	float: left;
	width: 430px;
	padding: 3px 0 0 5px;
}
.ttl_setsumei strong {
	color: #eb6b00;
	font-size: 1.2em;
}
.ttl_setsumei h4 {
	font-size: 1.4em;
	border-left: 4px solid #3798ee;
	padding: 0 0 2px 5px;
	margin: 7px 0 4px 2px;
}
p.setsumei {
	font-family: MS UI Gothic, MS ゴシック, ヒラギノ 角ゴ Pro W3, Osaka, メイリオ;
	padding: 3px 0 3px 3px;
	color: #999;
	line-height: 1.4em;
	margin: 0;
	width:430px;
}
#areabody .para {
	padding-bottom: 0;
	margin: 0 0 40px;
}
.set01 .link_btn {
	margin-right: 0;
	margin-top: 0;
}
.set01 .link_btn_place {
	display: block;
	margin-top: 0px;
}





/* 建設状況 各回 */
.construct .ttlarea {
	margin-top: 10px;
}
.construct .minimap {
	float: left;
}
.construct h3 {
	width: 480px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #c1db80;
}
.construct .ttlarea .lead5 {
	width: 475px;
	float: right;
	padding: 5px 0 10px 5px;
	color: #709712;
	line-height: 1.5em;
}
.construct .topic {
	background: #ffe380 url(../what/images/fr_yellow_bottom.gif) no-repeat bottom;
	margin: 0 0 20px;
}
.construct .topic_inner {
	padding: 0 15px 12px;	
}
.construct .topic_inner p {
	float: left;
	padding: 4px;
}
.construct .topic_inner p span {
	display: block;
	padding-top: 3px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #444;
}





/* ////////////////// 「キャンプ紹介 」フォルダ////////////////// */
/* 参加者の声 */
.campmei {
	font-size: 0.8em;
}
.camp_frame_inner12 {
	background: url(../images/fr_camp_inner_top2.gif) no-repeat top;
}
#voicebody .camp_frame_inner2 {
	padding-right: 11px;
}
#voicebody .hyo_voice {
	margin-top: 20px;
}


/* キャンプレポートリード */
.camp_report_lead {
	margin: 10px 15px 15px 10px;
}
.camp_report_lead img {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
}
.camp_report_lead p {
	float: right;
	width: 475px; 
	margin: 0 5px 0 0;
}
.camp_report_lead ul{
	float: right;
	width: 475px; 
	margin: 0 5px 0 0;
	list-style:none;
}
.catchdata {
	font-size:1.2em; 
	font-weight: bold; 
	color: #eb6b00;
	margin: 0;
	border-bottom: 1px dotted #999;
}
.catchdata span {
	color: #5c9228;
}
/* キャンプレポート、タブ */
.camp_report_tab {
	list-style-type: none;
	margin: 0 0 3px 5px;
	height: 21px;
	_margin-bottom: -6px;
}
*:first-child+html .camp_report_tab li {
	padding-bottom: 0;
}
.camp_report_tab li {
	float: left;
	font-size: 12px;
	background: #fff url(../images/fr_tab195grey2.gif) no-repeat top;
	padding: 6px 0px 4px;
	text-align: center;
	margin-right: 0px;
	_padding-bottom: 0;
}
.camp_report_tab li a {
	display: block;
	width: 205px;
	height: 14px;
	vertical-align: bottom;
}
/* キャンプレポートのタブ下の角丸囲み */
.camp_frame {
	background: url(../images/fr_camp_inner_side.gif) repeat-y;
}
.camp_frame_inner1 {
	background: url(../images/fr_camp_inner_top.gif) no-repeat top;
}
.camp_frame_inner2 {
	background: url(../images/fr_camp_inner_bottom.gif) no-repeat bottom;
	padding: 15px 35px 15px 35px;
}
/* キャンプレポート、概要ページのh3 */
h3.campreport_h3 {
	border: none;
	border-left: 14px solid #F90;
	font-size: 1.4em;
	color: #666;
	padding: 0 0 0 5px;
	margin:10px 0 5px 0;
}
*:first-child+html .campreport_h3{
	border: none;
	border-left: 14px solid #F90;
	font-size: 1.4em;
	color: #666;
	padding: 0 0 0 5px;
	margin:20px 0 5px 0;
}
/* キャンプレポート、概要ページの左右のフロート */
.camp_gaiyo_left {
	width: 400px;
	float: left;
}
.camp_gaiyo_right {
	width: 135px;
	float: right;
}
/* キャンプレポート、概要の日時などのくくり */
.hyo_camp_gaiyo {
	width: 400px;
	font-size: 1.2em;
	line-height: 1.4em;
	background:#fff;
	margin: 0px 0 25px;
	border-bottom: 2px dotted #999;
}
.hyo_camp_gaiyo th, .hyo_camp_gaiyo td {
	padding: 7px 0;
	border-top: 2px dotted #ccc;
}
.hyo_camp_gaiyo th {
	width: 65px;
	vertical-align: top;
	color: #666;
	text-align: left;
	padding-top: 9px;
	padding-left: 5px;
}
.hyo_camp_gaiyo td {
	padding-left: 5px;
}
.hyo_camp_gaiyo li{
	font-size:85%;
    list-style-type:none;
	line-height:150%;
}
/* 概要の中の「順不同」表記 */
.hyo_camp_gaiyo .jyun_fudo {
	font-size: 0.9em;
	text-align: right;
	display: block;
}
.jyun_fudo2{
	font-size: 0.9em;
	text-align: right;
	display: block;
}

/* キャンプレポート、プログラムの表 */
.hyo_camp_program {
	width: 400px;
	font-size: 1.2em;
	line-height: 1.4em;
	border: 1px solid #b1d1dc;
	border-bottom: none;
	margin: 5px 0;
}
.hyo_camp_program th, .hyo_camp_program td {
	border-bottom: 1px solid #b1d1dc;
}
.hyo_camp_program td {
	padding: 8px;
}
th.koumoku {
	width: 50px;
	border-right: 1px solid #b1d1dc;
	background: #ecf4f6;
	color: #6f96a5;
	font-weight: normal;
}
th.hyo_camp_date {
	text-align: left;
	background: #b1d1dc;
	padding: 0px 10px;
	color: #fff;
}

.hyo_camp_program ul{
    list-style:none ;
	font-size:1.0em;
}

/* キャンプレポート、アルバムページの写真フレーム */
.photo_frame {
	border: 1px solid #fff;
	padding: 4px;
	margin: 3px;
	float: left;
	_margin: 2px;
}
.photo_frame img {
	padding-bottom: 2px;
}
p.album_line {
	margin: 20px 5px 10px 5px;
	font-weight: bold;
	color: #81b6c8;
	border-top: 2px dotted #b1d1dc;
	float: left;
	width: 535px;
}



.a_img{
	width:535px;
	background-repeat:no-repeat;
	height: 1234px !important;
	margin: 0 0 0 10px;
}
.a_img0502{
	width:535px;
	background-repeat:no-repeat;
	height:1383px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200502/images/a_img.jpg);
}
.a_img0508{
	width:535px;
	background-repeat:no-repeat;
	height:1245px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200508/images/a_img.jpg);
}
.a_img0602{
	width:535px;
	background-repeat:no-repeat;
	height:1245px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200602/images/a_img.jpg);
}
.a_img0608{
	width:535px;
	background-repeat:no-repeat;
	height:1245px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200608/images/a_img.jpg);
}
.a_img0708{
	width:535px;
	background-repeat:no-repeat;
	height:1302px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200708/images/a_img.jpg);
}
.a_img0808_1{
	width:535px;
	background-repeat:no-repeat;
	height:1107px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2008081/images/a_img.jpg);
}
.a_img0808_2{
	width:535px;
	background-repeat:no-repeat;
	height:1043px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2008082/images/a_img.jpg);
}
.a_img0902{
	width:535px;
	background-repeat:no-repeat;
	height:622px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200902/images/a_img.jpg);
}
.a_img0908_3{
	width:535px;
	background-repeat:no-repeat;
	height:446px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2009083/images/a_img.jpg);
}
.a_img0908_2{
	width:535px;
	background-repeat:no-repeat;
	height:1050px!important;
	background-image:url(../camp/report2009082/images/a_img.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.a_img0908_1{
	width:535px;
	background-repeat:no-repeat;
	height:1240px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2009081/images/a_img.jpg);
}
.a_img0909{
	width:535px;
	background-repeat:no-repeat;
	height:630px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report200909/images/a_img.jpg);
}
.a_img1002{
	width:535px;
	background-repeat:no-repeat;
	height:1050px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report201002/images/a_img.jpg);
}
.a_img1008_1{
	width:535px;
	background-repeat:no-repeat;
	height:1150px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2010081/images/a_img.jpg);
}

.a_img1008_2{
	width:535px;
	background-repeat:no-repeat;
	height:1050px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report2010082/images/a_img.jpg);
}
.a_img1102{
	width:535px;
	background-repeat:no-repeat;
	height:1050px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report201102/images/a_img.jpg);
}
.a_img1108{
	width:535px;
	background-repeat:no-repeat;
	height:992px !important;
	margin: 0 0 0 10px;
	background-image:url(../camp/report201108/images/a_img.jpg);
}


.a_copy{
	text-align:right;
	margin:10px 0 0px 0 !important;
	font-size: 10px;
}

.a_koubo{
    font-size:10px;
	margin:5px 0 0 0;
}

/* キャンプレポート、声ページのリスト */
.hyo_voice {
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	margin: 15px 10px;
}
.hyo_voice th {
	width: 70px;
	border-bottom: 1px solid #ccc;
	padding: 12px 10px 10px 10px;
	vertical-align: top;
}
.hyo_voice td {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 20px 10px;
}
.voice_komidashi {
	color: #eb6b00;
}
.voice_name {
	border-bottom: 1px dotted #ccc;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-align: right;
}
.voice_name img {
	vertical-align: bottom;
}
.report_voice_page .camp_frame_inner2 {
	padding-right: 11px;
}




/* キャンプレポート　カード */
.card1 {
	width: 300px;
	background: url(../images/card_side.gif) repeat-y;
	float: left;
	margin: 0 2px 5px;
}
.card2 {
	background: url(../images/card_top.gif) no-repeat top;
}
.card3 {
	padding: 10px 16px 16px 10px;
	background: url(../images/card_bottom.gif) no-repeat bottom;
}
.card3 img.pic {
	float: left;
	padding-bottom: 17px; /* カードの高さを確保するためのpadding。IE6でmin-heightが効かないので。文章が増え、さらに高さが必要になったら、ここを増やして調節してください。 */
}
.card3 dl {
	float: left;
	width: 165px;
	margin-left: 7px;
}
.card3 dt {
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin:0 0 5px 0;
	text-align: center;
	line-height: 1.4em;
}
.card3 dt span {
	font-weight: normal;
	font-size: 1em;
}
.card3 dd {
	line-height: 1.3em;
}
#old_reports p {
	border-top: 1px dotted #999;
	padding: 10px;
	margin-top: 20px;
}

/* ////////////////// 「ニュース＆メディア 」フォルダ////////////////// */
/* お知らせ */
.div03 {
	float: left;
	width: 380px;
	padding-bottom: 10px;
}
.div03 h3 {
	margin-top: 0;
	padding-top: 0;
}
#infobody .para {
	margin: 0px 10px;
	border: none;
}
/* お知らせページの見出し */
#infobody h3.midashi {
	border: none;
	margin: 10px 0 0;
}
#infobody h3.midashi span {
	font-size: 14px;
	font-weight: bold;
	color: #6dab36;
	float: left;
	padding: 2px 0 0;
}
#infobody h3.midashi img {
	float: left;
	padding: 0;
	margin: 0;
}
/* お知らせのバックナンバー */
.div04 h3 {
	margin-top: 10px;
	margin-bottom: 0;
}
.div04 table {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 605px;
}
.div04 th {
	width: 110px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px dotted #839a9d;
}
.div04 td {	
	padding: 10px 5px;
	border-bottom: 1px dotted #839a9d;	
	vertical-align: top;
}
.div04 td.icon {
	width: 55px;
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: 1px dotted #839a9d;	
	
}
/* ニュースレター */
#letter_list {
	width: 485px;
	border-top: 1px dotted #333;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	float: right;
}
#letter_list th {
	width: 145px;
	text-align: left;
	padding: 8px 0px 9px 5px;
	border-bottom: 1px dotted #333;
	line-height: 1.4em;
	vertical-align: top;
}
#letter_list td.naiyo {
	width: 250px;
	padding: 8px 0px 9px 0px;
	line-height: 1.4em;
	border-bottom: 1px dotted #333;
	padding-bottom: 9px;
}
td.dl_btn {
	border-bottom: 1px dotted #333;
	font-size: 10px;
	padding-bottom: 4px;
	vertical-align: bottom;
	text-align: center;
	line-height: 1.8em;
}
td.dl_btn img {
	padding-bottom: 0px;
}




/* メディア紹介 */
#mediabody .list_box {
	width: 605px;
	border-top: 1px dotted #999;
	padding: 10px 0;
}
.list_box .genre {
	float: left;
	width: 20px;
	text-align: center;
	line-height: 1em;
	color: #FFF;
}
.list_box .genre1 { /* テレビ、映像 */
	background: #F99;
}
.list_box .genre2 { /* 雑誌、書籍 */
	background: #9CC;
}
.list_box .genre3 { /* 音声、音楽 */
	background: #9FE666;
}
.list_box .genre4 { /*  */
	background: #;
}
.list_box img.ph {
	float: left;
	margin: 0 10px 0px 0;
	border: 1px solid #f3f1ee;
	border-right: 1px solid #e7e3d5;
	border-bottom: 1px solid #e7e3d5;
	background: #f3f1ee;
	padding: 7px;
}
.list_box h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #6dab36;
	width: 420px;
	float: left;
	margin: 3px 0 0;
	border: none;
	border-left: 4px solid #3798ee;
	padding: 0 0 2px 5px;
}
#mediabody .list_box span {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	padding-top: 2px;
}
.list_box p {
	float: left;
	width: 420px;
	line-height: 1.4em;
}



/* 応援メッセージ */
#messagebody .list_box {
	width: 605px;
	border-top: 1px dotted #999;
	padding: 10px 0;
}
#messagebody .list_box p {
	width: 430px;
}
#messagebody .list_box span {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	padding-top: 2px;
}


/* メディア紹介の第4階層（映像再生画面など） */
/*.div_video {
	width: px;
	margin: 20px 10px;
}
.div_video p {
	width: 200px;
	margin: 5px 10px;
	float: right;
}
.video_frame {
	width: 384px;
	height: 318px;
	background: url(../news/images/bg_video_frame.gif) no-repeat top;
	float: left;
}*/

.div_video {
	width: 472px;
	margin: 20px auto;
}
.div_video p {
	margin: 5px 10px;
}
.video_frame {
	width: 472px;
	height: 318px;
	background: url(../news/images/bg_video_frame.gif) no-repeat top;
}

.video_frame img.video350 {
	width: 350px;
	margin: 17px 0 0 17px;
}
.video_frame img.video427 {
	width: 427px;
	margin: 18px 0 0 23px;
}

/* 布川さんからのメッセージ */

.profile {
	width: 150px;
	float: right;
	padding: 9px;
	border: 1px solid #5e787c;
	margin: 20px 0 0;
}
.profile p {
	font-size: 1em;
	line-height: 1.5em;
}
.profile .name {
	colot: #999;
	border-bottom: 1px dotted #999;
	display: block;
	padding: 3px 0 6px 3px;
	margin-bottom: 3px;
}
.profile .linkfukawa {
	display: block;
	padding-top: 5px;
}
.profile p strong {
	font-size: 1.2em;
}

.sub_ttl {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	width: 380px;
	float: left;
	color: #6dab36;
	padding: 8px 20px 8px;
	margin: 20px 0 5px;
	background: #FFC;
	text-align: center;
}
.honbun420 {
	float: left;
	width: 420px;
}
.honbun_b {
	padding-left: 200px;
	background: url(../news/images/pic_fukawa02.jpg) no-repeat left bottom;
}
.honbun2 {
	float: left;	
}
.honbun2 .word {
	display: block;
	background: #f3f1ee;
	padding: 5px 10px;
	margin: 10px 0;
}
.honbun2 .signature {
	float: right;
	padding: 0px 5px 10px 0;
}










/* ////////////////// 「支援方法」フォルダ ////////////////// */

.donate_folder .lead2 {
	float: left;
	width: 340px;
	_margin-left: 5px;
}
.donate_folder .para {
	padding-bottom: 30px;
}
.ul1 {
	margin: 5px 0 0 17px;
}
.ol1 {
	margin: 5px 0 20px 30px;
}
.ol1 li {
	padding: 3px 0;
	line-height: 1.3em;

}


/* ご支援いただく方法 */

#shien_list {
	width: 603px;
	border: 1px solid #889da2;
	border-bottom: none;
	border-right: none;
	font-size: 1.2em;
	margin: 20px 0 10px;
}
#shien_list th {
	width: 180px;
	border-right: 1px solid #889da2;
	border-bottom: 1px solid #889da2;
	text-align: left;
	padding: 10px 5px 10px 15px;
}
#shien_list td {
	border-right: 1px solid #889da2;
	border-bottom: 1px solid #889da2;
	padding: 10px 10px 10px 15px;
	line-height: 1.4em;
}
#shien_list .komoku {
	text-align: center;
	font-weight: bold;
	background: #8ea6aa;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
#shien_list th.komoku {
	border-right: 1px solid #cbd7d8;
}



/* 会員になる */
#memberbody .pic_process {
	margin: 5px 0;
}
#member_sort {
	width: 460px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	border-top: 1px solid #ce9469;
	border-left: 1px solid #ce9469;
	margin: 10px 10px 10px 0;
}
#member_sort .pink {
	background: #f9efe7;
}
#member_sort th {
	padding: 6px;
	font-size: 1.2em;
	border-bottom: 1px solid #ce9469;
	border-right: 1px solid #ce9469;
	background: #fbb466;
	color: #915C3E;
}
#member_sort td {
	padding: 4px;
	border-bottom: 1px solid #ce9469;
	border-right: 1px solid #ce9469;
}
#member_sort td.td1{
	padding: 8px;
	border-bottom: 1px solid #ce9469;
	border-right: 1px solid #ce9469;
}


/* 募金箱 */
.link_btn_place {
	display: block;
	margin: 5px 0 10px 0;
}
.honbun01 {
	float: right;
	width: 420px;
}
#box_place table {
	border: 1px solid #999;
	border-bottom: none;
	border-top: none;
	width: 603px;
	text-align: left;
	background: #fff;
}
#box_place caption {
	border-left: 5px solid #4B7489;
	width: 603px;
	text-align: left;
	padding: 4px 7px 3px;
	font-size: 1.2em;
	font-weight: ;
	background: #8ea6aa;
	color: #fff;
	margin-top: 10px;
}
#box_place th {
	padding: 7px 0 7px 8px;
	width: 220px;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
#box_place td {
	padding: 5px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* 特定のキャンプの支援 */
.honbun3 {
	width: 340px;
	float: left;
	margin: 0 0 0 10px;
	_margin-left:5px;
}
#to_programbody .lead2 {
	width: 605px;
	margin-bottom: 10px;
	_width: 595px;
	_margin-left: 5px;
}
#to_programbody .img01 {
	margin-top: 30px;
}

/* 税法上の優遇措置 */
#taxbody .lead2 {
	width: 605px;
	_width: 595px;
	_margin-left: 5px;
}
.rei { 
	display: block;
	background:#FCFCF8;
	border: 1px solid #ccc;
	width: 450px;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.kojogaku {
	display: block;
	padding-top: 10px;
}

/* みんなでできること */
#minnabody .lead2 {
	float: left;
	width: 390px;
	margin-bottom: 10px;
}
.anchor_btn {
	float: left;
	width: 380px;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
}
.anchor_btn li {
	padding-bottom: 5px;
}
.anchor_btn img {
	vertical-align: middle;
}
.sort_vol {
	list-style-type: none;
	font-size: 1.2em;
}
#minnabody .img02 {
	float: right;
	margin: 5px 0 2px 10px;
}
span.pdf_link {
	display: block;
	margin: 5px 0;
	padding-left: 0;
}

ul.list_square {
	font-size: 1.2em;
	list-style-type: square;
	margin: 0 0 0 18px;
}
#minnabody h5 {
	font-size: 12px;
	color: #C90;
	margin: 0;
}
.column01 {
	border: 2px dotted #e9cc74;
	margin: 10px 0;
	padding: 10px 20px;
}

/* ////////////////// 「サポーター紹介」フォルダ ////////////////// */

/* 商品販売協力企業 */

#goodsbody h3 {
	font-size: 1.4em;
	color: ;
	padding: 13px 0 6px 40px;
	background: url(../supporter/images/icon_shop.gif) no-repeat left bottom;
	margin-bottom: 0;
	/*border-top: 2px dotted #eb6b00;
	border-bottom: none;*/
}

p.goods_company {
	font-size: 1.2em;
	font-family: MS UI Gothic, MS ゴシック, ヒラギノ 角ゴ Pro W3, Osaka, メイリオ;
	line-height:1.5em;
	padding: 6px 0 3px;
	color: #999;
}


.div605 { /* 幅605の角丸ワク */
	width: 605px;
	margin: 5px 0px 30px;
	float: left;
	background: url(../images/fr_605_side.gif) repeat-y;
}
.div605_inner1 {
	background: url(../images/fr_605_top.gif) no-repeat top;
	
}
.div605_inner2 {
	width: 575px;
	padding: 20px 15px;
	background: url(../images/fr_605_bottom.gif) no-repeat bottom;
}
/*.div605 .link_topage {
	width: 575px;
	padding: 10px 15px 10px;
	background: url(../images/fr_605_bottom.gif) no-repeat bottom;
}*/

#goodsbody h4 {
	font-size: 1.6em;
	color: #6dab36;
	margin-bottom: 5px;
}
.goods_ph {
	float: left;
}
.goodsdetail {
	float: right;
	width: 340px;
}
.gotoshops {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
	float: right;
	line-height: 16px;
}
html>/**/body .gotoshops {
        line-height: /*\**/19px\9;
}
.gotoshops .link_btn {
	margin: 0;
}
.price {
	font-size: 1.2em;
	padding: 0px 0;
	margin: 5px 0;
	border-left: 1px solid #d7b79f;
	border-top: 1px solid #d7b79f;
}
.price th {
	font-weight: normal;
	vertical-align: top;
	padding: 5px 6px;
	border-right: 1px solid #d7b79f;
	border-bottom: 1px solid #d7b79f;
	background: #f9efe7;
}
.price td {
	padding: 5px 6px;
	border-right: 1px solid #d7b79f;
	border-bottom: 1px solid #d7b79f;
}




/* 協力企業団体 */
#companybody h3 {
	margin-bottom: 2px;
}
#companybody .lead2 {
	float: left;
	width: 390px;
	margin-bottom: 10px;
}
#companybody .lead2_2{
	float: left;
	padding:10px 0 0 10px;
	margin-bottom: 10px;
}
/*#companybody .anchor_btn {
	padding-left: 20px;
	border-bottom: 1px dotted #5e787c;
}
#companybody .anchor_btn a {
	float: left;
	width: 170px;
	padding-bottom: 8px;
}*/
#companybody .para {
	border: none;
}
#companybody .link_btn {
	padding-top: 1px;
	font-weight: normal;
	padding-left: 15px;
	display: inline;
	_padding-top: 2px;
}
*:first-child+html #companybody .link_btn {
	padding-top: 2px;
}
#companybody .pagetop {
	padding-top: 0;
	margin-top: 0;
}
.kigyo {
	padding: 10px;
	border-bottom: 2px dotted #eb6b00;
}
.kigyo .lank {
	float: left;
}
.kigyo dl {
	float: left;
	width: 520px;
	margin: 0 0 0 10px;
}
.kigyo dt {
	padding: 5px 0 5px;
	margin-left: 0;
}
.kigyo dd {
	padding: 2px 0 2px;
}



/* 地元支援 */
#localbody h3 {
	margin-bottom: 0;
}
#localbody .lead2 {
	float: left;
	width: 370px;
	margin-bottom: 20px;
}
#localbody .para {
	padding-bottom: 0;
	border: none;
}
#jimoto .list_box dt {
	background: url(../supporter/images/icon_supporter5.gif) no-repeat top left;
}
#localbody .link_btn {
	padding-top: 1px;
	font-weight: normal;
	padding-left: 12px;
	display: inline;
	_padding-top: 2px;
}
*:first-child+html #localbody .link_btn {
	padding-top: 2px;
}


/* 各企業ページの共通の指定 */
.supporter_folder .ph_area{
	margin: 5px 0;
	width:605px;	
}
.supporter_folder .photo{	
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
.supporter_folder .photo span{
	display: block;
	padding: 3px 2px 0;
	line-height: 1.3em;
	width: 270px;
}

/* ホーマックの指定 */
#company001body .photo{		
	margin: 10px 0 20px;
}

/* 日本チェーンドラッグストアの指定 */
.jacds_tenpo {
	border: 1px solid #999;
	padding: 0 0 10px;
	margin-bottom: 30px;
}
.jacds_tenpo p {
	padding: 3px 10px;
	background: #cbd7d8;
}
.jacds_tenpo ul {
	list-style-type: none;
	width: 270px;
	float: left;
	margin: 1px 5px;
	padding-left: 10px;
	margin-top: 10px;
}
.jacds_tenpo ul.jac2 {
	border-left: 1px solid #999;
}
#company002body .photo{		
	margin-top: 5px;
}

/* サッポロドラッグストアーの指定 */
#company003body {
}

/* クスリのマルエの指定 */
#company004body .photo{		
	margin-top: 5px;
}






/*#company003body .ph_area{
	margin: 5px 0;
	width: 282px;
	float: right;	
}
#company003body .photo{
	width: 270px;	
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
#company003body .photo span{
	display: block;
	padding: 3px 2px 0;
	line-height: 1.3em;
	
}
#company003body .honbun {
	float: left;
	width: 310px;
}*/




/* ////////////////// 「よくある質問」フォルダ ////////////////// */


#faqbody h3 {
	padding-bottom: none;
	margin-bottom: 20px;
}
#faqbody .para {
	padding-bottom: 0;
}
#faqbody .para dl {
	font-size: 1.2em;	
	margin-bottom: 0px;
	padding: 0px 5px 5px;
}
#faqbody .para dt {
	color: #6dab36;
	font-weight: bold;
	/*border: 1px dotted #adbabc;*/
	border-bottom: 1px dotted #adbabc;
	border-top: 1px dotted #adbabc;
	/*background: #FAFCF8;
	padding: 8px 15px 8px 13px;*/
	padding: 3px 0px 3px 5px;
}
#faqbody .para dt .order {
	display: block;
	font-size: 1.2em;
	color: #fff;
	float: left;
	width: 43px;
	height: 17px;
	background: url(../faq/images/icon_green_rect.gif) no-repeat bottom left;
	padding-right: 5px;
	text-align: center;
	padding-top: 2px;
}
#faqbody .para dt .question {
	font-size: 1em;
	display: block;
	padding-top: 3px;
	float: left;
}
#faqbody .para dd {
	line-height: 1.6em;
	padding: 7px 10px 15px 8px;
}
#faqbody .pagetop {
	margin-top: 0;
	padding-bottom: 0;
}
#pdficon {
	float: right;
	padding: 7px 10px 2px 10px;
}





/* ////////////////// 「お問い合わせ」フォルダ ////////////////// */

#contactbody .gotoform {
	padding-left: 10px;
}

#contactbody .number {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #8ea6aa;
	padding: 0 0 0 10px;
	display: block;
}
#contactbody .number img {
	padding: 0 5px 4px 0;
	vertical-align: middle;
}
#contactbody .place {
	font-weight: bold;
	color: #778e92;
	padding-left: 5px;
	font-size: 1.4em;
}
/* 振込み先の表 */
table#bankaccount {
	width: 588px;
	margin: 10px 10px 0 3px;
	border: 1px solid #889da2;
	border-bottom: none;
	border-right: none;
	font-size: 1.2em;
}
#bankaccount th, #bankaccount td {
	padding: 15px 10px;
	border-bottom: 1px solid #889da2;
	border-right: 1px solid #889da2;
	text-align: center;
}
#bankaccount th {
	padding: 5px;
	background: #cbd7d8;
	color: #FFF;

}
/* 振込み先の注釈 */
p.attention {
	margin: 3px 0 0 2px;
}
span.attention2 {
	font-size: 0.8em;
	line-height: 1.6em;
	display: block;
	padding-top: 5px;
}


/* メールフォーム */
#mailform table {
	width: 603px;
	border-top: 1px solid #d7b79f;
	border-left: 1px solid #d7b79f;
	margin: 5px 10px 8px;
	font-size: 1.2em;
	line-height: 1.2em;
	background:#fff;
	text-align: left;
	color: #666;
}

#mailform th, #mailform td {
	border-right: 1px solid #d7b79f;
	border-bottom: 1px solid #d7b79f;
	padding: 8px;
}
#mailform th {
	background: #f9efe7;
	font-weight: normal;
	vertical-align: top;
	padding: 9px 8px 9px 8px;
}

/* 入力スペースのサイズと色 */
#mailform #subject {
	border: 1px solid #a9b8bb;
	color: #444;
}
#mailform #subject option{
	padding-bottom: 1px;
}
#sub_ok {
	padding: 0px 8px;
	_padding-top: 2px;
	font-size: 1em;
	line-height: 1em;
	color: #444;
}
#mail_company, #mail_author, #mail_email, #mail_tel, #mail_furi {
	width: 180px; 
	border: 1px solid #a9b8bb;
	color: #666;
}
#mailform #mail_text {
	border: 1px solid #cacfd7;
	width: 350px; 
	height:160px;
	padding: 3px;
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
}
#mailform_footer {
	text-align: center;
	width: 500px;
}
#mail_preview, #mail_post {
	padding: 3px 20px 3px 23px;
	_padding-top: 6px;
	font-size: 1em;
	line-height: 1em;
	color: #444;
	margin: 0 5px;
}
#mailformbody .hissu {
	color: #C00;
}

/* ////////////////// 「ボランティア」フォルダ ////////////////// */

/* こんな活動をしています */
#ourworkbody h3 {
	margin-bottom: 0;
}
#ourworkbody .lead2 {
	float: left;
	width: 370px;
	margin-bottom: 20px;
}
#ourworkbody .list_box dt {
	padding: 3px 0 1px 28px;
	margin-left: 8px;
	background: url(../volunteer/images/icon_vol_group.gif) no-repeat top left;
}
#ourworkbody .link_btn {
	padding-top: 1px;
	font-weight: normal;
	padding-left: 12px;
	margin-left: 5px;
	display: inline;
	_padding-top: 2px;
}
*:first-child+html #ourworkbody .link_btn {
	padding-top: 2px;
}
#ourworkbody .para {
	border: none;
}



/* ボランティア参加方法 */
.h3_320{
	width: 320px;
}
.vol_sort {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 5px 0 5px 15px;
	list-style-type: square;
}
.pic_process {
	margin: 15px 0;
}


/* そらぷちの輪 */
#ourwork001body .img01 {
	margin-top: 10px;
}
#ourwork001body .h3_1, #ourwork001body .honbun1 {
	float: left;
	width: 445px;
}
#ourwork001body .h3_1, #ourwork001body .honbun1_2 {
	float: left;
	width: 400px;
}

#ourwork001body .h3_1 {
	margin-top: 10px;
}
#ourwork001body h4.midashi {
	margin: 10px 0 0;
}
#ourwork001body h4.midashi span {
	font-size: 14px;
	font-weight: bold;
	color: #6dab36;
	float: left;
	padding: 3px 0 0;
}

*html #ourwork001body h4.midashi span {
	font-size:90%;
	font-weight: bold;
	color: #6dab36;
	float: left;
	padding: 2px 0 0;
}

#ourwork001body h4.midashi img {
	float: left;
	padding: 0;
	margin: 0;
}
#ourwork001body .img02 {
	float: left;
	margin: 10px 5px 10px 0px;
}
#ourwork001body .para ul {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 5px 0 5px 25px;
	list-style-type: square;
}


/* ////////////////// カテゴリトップページ ////////////////// */
/* カテゴリトップのメイン画像エリア*/
#main_pic {
	margin: 10px 0 20px;
}
#main_pic .yohaku{
	margin-top: 10px;
}


/* 幅200の角丸ワク */
.div200 {
	width: 200px;
	margin: 5px 4px;
	float: left;
	background: url(../images/fr_200_side.gif) repeat-y;
	display: inline;
}
.div200_inner1 {
	background: url(../images/fr_200_top.gif) no-repeat top;
	padding: 5px 15px 0;
	height: 220px;
}
.div200 .link_topage {
	width: 170px;
	padding: 10px 15px 10px;
	background: url(../images/fr_200_bottom.gif) no-repeat bottom;
}
.div200 h3 {
	font-size: 12px;
	margin: 7px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
*:first-child+html .div200 h3 {
	font-size: 12px;
	margin:15px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
*html .div200 h3 {
	font-size: 12px;
	margin:15px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}

.div200 p {
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px 5px 5px;
}
.link_topage .link_btn {
	margin: 0;
	float: right;
	padding: 3px 0 2px 16px;
	display: block;
}

/* 幅304の角丸ワク */
.div304 {
	width: 304px;
	margin: 5px 4px;
	float: left;
	background: url(../images/fr_304_side.gif) repeat-y;
	display: inline;
}
.div304_inner1 {
	background: url(../images/fr_304_top.gif) no-repeat top;
	padding: 5px 15px 0;
	height: 220px;
}
.div304 .link_topage {
	width: 274px;
	padding: 10px 15px 10px;
	background: url(../images/fr_304_bottom.gif) no-repeat bottom;
}
.div304 h3 {
	font-size: 12px;
	margin: 7px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
*:first-child+html .div304 h3 {
	font-size: 12px;
	margin:11px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
.div304 p {
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px 5px 5px;
}

/* 幅616の角丸ワク */
.div616 {
	width: 616px;
	margin: 5px 4px;
	float: left;
	background: url(../images/fr_616_side.gif) repeat-y;
}
.div616_inner1 {
	background: url(../images/fr_616_top.gif) no-repeat top;
	padding: 5px 15px 0;
	height: 160px;
}
.div616 .link_topage {
	width: 586px;
	padding: 10px 15px 10px;
	background: url(../images/fr_616_bottom.gif) no-repeat bottom;
}
.div616 h3 {
	font-size: 12px;
	margin: 7px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
*:first-child+html .div616 h3 {
	font-size: 12px;
	margin:15px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}
*html .div616 h3 {
	font-size: 12px;
	margin:15px 0 3px;
	padding: 0;
	border: none;
	color: #f18200;
}

.div616 img {
	float: left;
	margin-right: 10px;
}
.div616 p {
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 5px 5px;
}


/* カテゴリトップ　そらぷちとは */
#solaputitoha_area {
	margin-bottom: 10px;
	
}
.dounyu {
	width: 300px;
	float: left;
	padding-left: 10px;
}
.four_btn {
	float: right;
	width: 312px;
}
#solaputi_toha .four_btn .div304_inner1 {
	height: 30px;
}
#solaputi_toha .four_btn .div304 p {
	font-size: 10px;
	line-height: 1.5em;
	padding: 3px 0;
}
#solaputi_toha .four_btn .div304 .link_btn {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0;
}
#solaputi_toha .four_btn .div304 .link_topage {
	padding-top: 17px;
	padding-bottom: 8px;
}
#solaputi_toha .kodomo {
	margin-top: 10px;
}



/* カテゴリトップ　支援方法 */

#fla_area {
	margin: 0 0 10px 0px;
}
.catch {
	padding: 10px 0 10px 0;
}
.cut_bl {
	float: left;
	vertical-align: baseline;
}




/* ////////////////// 「法人の概要」フォルダ ////////////////// */


#aboutbody h3 {
	padding-bottom: none;
	margin-bottom: 20px;
}
#aboutbody .para {
	padding-bottom: 0;
}
#aboutbody .para dl {
	font-size: 1.2em;	
	margin-bottom: 0px;
	padding: 0px 5px 5px;
}
#aboutbody .para dt {
	color: #6dab36;
	font-weight: bold;
	/*border: 1px dotted #adbabc;*/
	border-bottom: 1px dotted #adbabc;
	border-top: 1px dotted #adbabc;
	/*background: #FAFCF8;
	padding: 8px 15px 8px 13px;*/
	padding: 3px 0px 3px 5px;
}
#aboutbody .para dt .order {
	display: block;
	font-size: 1.2em;
	color: #fff;
	float: left;
	width: 43px;
	height: 17px;
	background: url(../about/images/icon_green_rect.gif) no-repeat bottom left;
	padding-right: 5px;
	text-align: center;
	padding-top: 2px;
}
#aboutbody .para dt .question {
	font-size: 1em;
	display: block;
	padding-top: 3px;
	float: left;
}
#aboutbody .para dd {
	line-height: 1.6em;
	padding: 7px 10px 15px 8px;
}
#aboutbody .pagetop {
	margin-top: 0;
	padding-bottom: 0;
}
#pdficon {
	float: right;
	padding: 7px 10px 2px 10px;
}

/* 子どもたちへ */
.chl_para01, .chl_para02, .chl_para03, .chl_para04, .chl_para05, .chl_para06, .chl_para07, .chl_para08 {
	padding: 0;
	margin: 10px auto 0;
}

.chl_para01 {
	width: 605px;
	height: 204px;
	background: url(../what/images/pic_chl01.jpg) no-repeat top left;
	margin-top: 10px;
}
.chl_para02 {
	width: 605px;
	height: 102px;
	background: url(../what/images/pic_chl02.jpg) no-repeat top left;
}
.chl_para03 {
	width: 605px;
	height:1004px;
	background: url(../what/images/pic_chl03.jpg) no-repeat top left;
}
.chl_para04 {
	width: 605px;
	height: 498px;
	background: url(../what/images/pic_chl04.jpg) no-repeat top left;
}
.chl_para05 {
	width: 605px;
	height: 723px;
	background: url(../what/images/pic_chl05.jpg) no-repeat top left;
}
.chl_para06 {
	width: 605px;
	height: 448px;
	background: url(../what/images/pic_chl06.jpg) no-repeat top left;
}
.chl_para07 {
	width: 605px;
	height: 592px;
	background: url(../what/images/pic_chl07.jpg) no-repeat top left;
	margin-top: 20px;
	margin-bottom: 20px;
}

