/* CSS Document */
*{
   margin:0;
   padding:0;
   border:0;
   font-size:100%;
   font-style:normal;
}
/* BODYとフォントの設定--------------------------- */
body {
	color: #343434;
	vertical-align: baseline;
	font-size: 14px;
	letter-spacing:1px;
	line-height: 160%;
	font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック", sans-serif;
	background-image: url(img/bg.jpg);
	background-color:#f4ecd6;
}
/* for Windows IE6*/
* html body {
	font-size: 75%;
	letter-spacing: 0px;
	vertical-align:baseline;
}
/* for Windows IE7*/
*:first-child+html body {
	font-size: 75%;
	letter-spacing: 0px;
	vertical-align:top;
	font-family: Meiryo;
}
/* 主なタグを定義--------------------------- */
h1{
	font-size: 14px;
	color: #343434;
	font-weight: bold;

}
h3{
	color: #A065BE;
	font-size: 14px;
	margin: 0em;
	padding: 0px;
	font-weight: bold;
}
noscript p{
	font-size: 12px;
	color: #666666;
}
/* リンクの基本設定---------------------------a */
a:link {
	color : #ff6600;
	text-decoration : none;
	}
a:active {
	color : #ff6600;
	text-decoration : none;
	}
a:visited {
	color : #ff6600;
	text-decoration : none;
}
a:hover {
	color : #ff6600;
	text-decoration: underline;
}

/* 共通の使い回し設定--------------------------- */
.margin-bott5{
	margin-bottom: 5px;
}
.margin-top5{
	margin-top: 5px;
}
.margin-bott10{
	margin-bottom: 10px;
}
.margin-top10{
	margin-top: 10px;
}
.margin-bott20{
	margin-bottom: 20px;
}
.margin-top20{
	margin-top: 20px;
}
.sub-info1{
	font-size: 10px;
	color: #666666;
}
a.small{
	font-size: 11px;
}
a img{
	text-decoration: none;
}
.size10{
    font-size: 10px;
	color: #999999;
}
.title{
    width:630px;
	background-image: url(img/h1_bg.gif);
	margin-top:20px;
}

/*寄付についてページ*/
.title_don{
    width:630px;
	margin-top:20px;
	height:25px;
}
p{
    margin-top:10px;
}

/* その他いろいろな設定--------------------------- */
.clearfix:after {
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.class { clear:both; }  
.clear hr { display:none; }  

/* for Windows IE7 Mac IE5*/
.clear{
    display:inline-block;
}
/*Hide from IE-mac\*/
*html.clear{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

/* ページTOPに戻るボタン--------------------------- */
#pagetop{
    width: 690px;
    margin:auto;



}

/* 全体レイアウト--------------------------- */
#wrapper{
	width: 960px;
	margin:0 auto;
}
/*▼メイン本文▼*/
#main{
    width: 700px;
	background-image: url(img/main_bg.jpg);
	float: left;

}
/*▼メイン本文テキスト▼*/
#maintext{
    width: 630px;
	margin-left:30px;
	margin-top:40px;

}
ul { padding: 0; }

ul.honbun1 { margin: 0 0 0 1.5em; }
ol.terms1 {
    margin: 0 0 0 1.5em;
    list-style-type: decimal;
}

/*▼メイン本文イメージ▼*/
#mainimage{
    width: 690px;
	margin-left:5px;
	margin-top:40px;

}
/*▼メイン本文フッタ▼*/
#foot{
    width: 950px;
	clear: both;
}

/*▼サイドナビゲーション▼*/
#side{　　
　　width:  259px;
    background-image: url(img/side_bg.jpg);
	float: right;

}
#naviarea{　　
　　width:  220px;
    margin-top:150px;
	margin-left:20px;
}	
#side ul{
    margin-top:150px;
	margin-left:20px;
}
#side li{
    list-style:none;
	width:  220px;
    margin-bottom:10px;
	background-image: url(img/side_navi_off.gif);
	height: 30px;
}
#side li a{
    display:block;
}
#side li a:hover{
    background-image: url(img/side_navi_on.gif);
}
#side p{
    margin:10px;
}
h1{ margin:20px;
}
/*▼コピーライト▼*/
#foot{
    width:950px;
	margin-bottom:30px;
	float:left;
	text-align:right;
	clear:both;
}
/*▼ご利用ガイドへ▼*/
#guide{
	text-align:center;
	margin:10px;
	clear:both;
}

/*▼法人のお客さま▼*/
.support_corp{
	font-weight:bold;
	padding:0 0 0 2px;
}

.support_logo{
	float:right;
	margin: 0 0 0 5px;
}

/*▼寄付について：表▼*/
#d_02_wrap{ 
    width:600px;
    text-align:auto 0;
	background-color:#f1e7cc;

}
#d_02_text{
    width:560px;
	text-align:auto 0;
	margin-top:20px;
}
#d_02_ttl{
    background-image: url(img/main_img_d02_bg_ttl.gif);
	height:60px;
	padding:10px;
}


/*▼右バナー▼*/
.right_banner{margin:10px 0 0 30px;}
.right_banner .banner{margin:0 0 10px 0;}


/* --------------------------- */
/* --------------------------- */
/* --------------------------- */



