@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	background:#000 url(../images/bg.jpg) repeat-x;
	color:#fff;
	min-width:950px;
	overflow-x:hidden;
}
img{
	border:none;
}
li{
	list-style:none;
}
a{
	color:#fff;
}

.wrapper{
	width:945px;
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.t_center{
	text-align:center;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}

.f12{
	font-size:12px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.red{
	color:#C00;
}
.small{
	font-size:11px;
	font-weight:normal;
}

#header{
	padding-bottom:5px;
}
#header a{
	text-decoration:none;
}
#header .right a:hover{
	text-decoration:underline;
}
#header .left{
	margin-top:15px;
	padding-right:15px;
}
#header .right{
	text-align:right;
}
#header .right li{
	float:left;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navi{
	background:url(../images/menu_bg.png) repeat-x;
	height:60px;
	line-height:60px;
	font-size:15px;
	z-index:3;
}
.navi2{
	background:url(../images/menu_bg.png) repeat-x;
	height:60px;
	line-height:260px;
	font-size:15px;
	z-index:3;
}
#main_navi>li{
	float:left;
	position:relative;
}
#main_navi>li>a{
	display:block;
	padding:10px 22px 0 23px;
	text-decoration:none;
}
#main_navi>li>a:hover{
	color:#F22534;
}
.sub{
	position:absolute;
	background:#000;
	z-index:3;
	border-left:#F22534 solid 2px;
	border-bottom:#F22534 solid 2px;
	font-size:13px;
	display:none;
	padding:5px;
}
.sub li{
	padding:0;
	line-height:1.3em;
}
.sub li.title{
	background:#222;
	padding:2px;
}
.sub a{
	display:block;
	text-decoration:none;
	padding:5px;
	line-height:1.3em;
	width:230px;
}
.sub a:hover{
	background:#900;
}
#footer{
	background:#999;
}
#footer .wrapper{
	text-align:center;
	font-size:12px;
	padding:4px 0;
}
.gmenu img{
	vertical-align:top;
}
.gmenu li{
	margin-bottom:5px;
}
.gmenu li a{
	text-decoration:none;
}
.gmenu li.title{
	background:#444;
}
.gmenu li a.select{
	text-decoration:underline;
	color:#FFB5B5;
}
.gmenu li a:hover{
	text-decoration:underline;
}

/*----------------------
TOPページ
-----------------------*/
#topnavi{
	position:relative;
	top:-60px;
	left:0;
}
#topnavi .sub{
	top:60px;
	left:18px;
}
.topcontents{
	position:relative;
	top:-40px;
}
.topcontents .left{
	width:560px;
}
.topcontents .right{
	width:383px;
}
.topcontents .right ul{
	/*position:absolute;
	bottom:0;*/
	padding-top:5px;
}
.information{
	padding-left:25px;
	padding-bottom:30px;
}
#topbaner{
	padding-top:0px;
}
#topbaner li{
	float:left;
	padding:5px;
}
.topfooter{
	position:relative;
	top:-40px;
}
#key{
	position:relative;
	height:400px;
}
#key .sl{
	position:absolute;
	top:0;
}
#key_comment{
	position:absolute;
	font-size:48px;
	text-shadow:3px 3px 5px rgba(0,0,0,0.8);
	top:60px;
	left:60px;
	z-index:4;
}
#sl_icon{
	position:relative;
	top:-60px;
	text-align:right;
}
#sl_icon a{
	padding:2px;
}

/*------------------------
詳細ページ共通
------------------------*/
.contents{
	padding-top:20px;
	min-height:420px;
	position:relative;
}
.contents h2{
	height:55px;
	line-height:55px;
	font-size:20px;
	padding-left:15px;
	background:url(../images/title_bg.png) repeat-x;
}
.contents h3{
	background:url(../images/title2_bg.png) no-repeat;
	font-size:15px;
	padding:10px 20px;
	margin-top:20px;
	clear:both;
}
.main_contents{
	padding:10px 20px 10px 55px;
}
.contents_left{
	width:700px;
	float:left;
}
.contents_right{
	width:240px;
	float:right;
	text-align:right;
	padding-top:330px;
	/*position:absolute;
	bottom:0;
	right:0;*/
}
.contents_right2{
	width:-40px;
	float:right;
	text-align:right;
	padding-top:0px;
	
	position:absolute;
	bottom:-400px;
	right:0;
	
}
#navi{
	position:relative;
	bottom:-10px;
	left:0;
}
#navi .sub{
	left:15px;
	bottom:50px;
	border-top:#F22534 solid 2px;
	border-right:#F22534 solid 2px;
}
.topic{
	padding-left:25px;
	padding-bottom:10px;
}
.list div{
	width:50%;
	float:left;
}
#gallery .list div{
	padding-bottom:25px;
}

/*--------------------
ページ背景
--------------------*/
#soical1{
	background:url(../images/soical1_bg.jpg) no-repeat;
}
#soical3{
	background:url(../images/soical3_bg.jpg) no-repeat;
}
#soical4{
	background:url(../images/soical4_bg.jpg) no-repeat;
}
#soical5{
	background:url(../images/soical5_bg.jpg) no-repeat;
}
#soical6{
	background:url(../images/soical6_bg.jpg) no-repeat;
}
#soical7{
	background:url(../images/soical7_bg.jpg) no-repeat;
}
#soical9{
	background:url(../images/soical9_bg.jpg) no-repeat;
}
#soical10{
	background:url(../images/soical10_bg.jpg) no-repeat;
}
#soical11{
	background:url(../images/soical11_bg.jpg) no-repeat;
}

#foundation1{
	background:url(../images/foundation1_bg.jpg) no-repeat;
}
#donate{
	background:url(../images/donate_bg.jpg) no-repeat;
}
#support{
	background:url(../images/support_bg.jpg) no-repeat;
}
#worldlink{
	background:url(../images/worldlink_bg.jpg) no-repeat;
}
#link{
	background:url(../images/link_bg.jpg) no-repeat;
}
#gallery{
	background:url(../images/gallery_bg.jpg) no-repeat;
}
#webscc{
	background:url(../images/webscc_bg.jpg) no-repeat;
}

/*-------------------
form
---------------------*/
table.form,table.form th,table.form td{
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.form table.noborder th,table.form table.noborder td{
	border:none;
	padding:2px 0;
}
table.form th,table.form td{
	text-align:left;
	padding:3px 5px;
}
table.form th{
	background:#666;
	color:#fff;
}
table.form td{
	background:#eee;
	color:#222;
}
table.form p{
	padding:3px 0;
}
table.form a{color:#555;}
.button{
	text-align:center;
	padding:5px 0;
}
.button input{
	padding:5px 30px;
}
.mini_button{
	text-align:center;
}
.mini_button input{
	padding:2px 5px;
}
.err{
	color:#FFB5B5;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	font-weight:bold;
}
.btn_red{
	background:url(../images/btn_red.jpg) no-repeat;
	color:#fff;
	width:208px;
	height:46px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
}
.btn_red_long{
	background:url(../images/btn_red_long.jpg) no-repeat;
	color:#fff;
	width:290px;
	height:46px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
}
.btn_or{
	background:url(../images/btn_or.jpg) no-repeat;
	color:#fff;
	width:208px;
	height:46px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
}
.btn_red:hover{
	background:url(../images/btn_red_on.jpg) no-repeat;
}
.btn_red_long:hover{
	background:url(../images/btn_red_on_long.jpg) no-repeat;
}
.btn_or:hover{
	background:url(../images/btn_or_on.jpg) no-repeat;
}



/*----------------------
サイトマップ
---------------------*/
.pad_l{
	padding-left:30px;
}

/*----------------------
申し込み画面(規約)
---------------------*/
.kiyaku{
	width:95%;
	padding:2.5%;
	background:#fff;
	color:#222;
	font-size:12px;
	height:200px;
	overflow:scroll;
}

