@charset "UTF-8";

/* =======================================================
	CONTRIBUTION CSS - modified on 09.11.29
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_contribution.jpg) left top no-repeat;
}

#contribution_menu {
	width: 700px;
	height: auto;
	margin: 50px 0 !important;
	margin: 20px 0 50px;
}


#concert_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_contribution_concert.gif) left top no-repeat;
}

.concert_wrap {
	width: 655px;
	height: auto;
	margin: 0 0 50px 45px;
}

#donation_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_contribution_donation.gif) left top no-repeat;
}

.donation_wrap {
	width: 655px;
	height: auto;
	margin: 0 0 50px 45px;
}

#smile_fund_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_contribution_smile_fund.gif) left top no-repeat;
}

.smile_fund_wrap {
	width: 655px;
	height: auto;
	margin: 0 0 20px 45px;
}

.smile_fund_wrap ul.smile_image {
	width: 655px;
	height: auto;
	margin-bottom: 25px;
}
	.smile_fund_wrap ul.smile_image li {
		width: 150px;
		height: auto;
		float: left;
		margin-right: 16px;
	}
	.smile_fund_wrap ul.smile_image li.last_image {
		width: 150px;
		height: auto;
		float: left;
		margin-right: 0;
	}

.smile_fund_current_amount {
	width: 655px;
	height: auto;
	margin: 0 0 20px 45px;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



#contribution_menu ul {
	width: 680px;
	height: 55px;
	margin-left: 18px;
}

#contribution_menu ul li {
	width: 211px;
	height: 55px;
	margin-right: 12px;
	overflow: hidden;
	float: left;
}

a.bt_concert,
a.bt_orangutan,
a.bt_smile {
	width: 211px;
	height: 55px;
	display: block;
	overflow: hidden;
}

a.bt_concert {
	background: url(../../../imgs/common/bt_contribution_concert.jpg) 0 0 no-repeat;
}
a.bt_orangutan {
	background: url(../../../imgs/common/bt_contribution_orangutan.jpg) 0 0 no-repeat;
}
a.bt_smile {
	background: url(../../../imgs/common/bt_contribution_smile.jpg) 0 0 no-repeat;
}

a.bt_concert:hover,
a.bt_orangutan:hover ,
a.bt_smile:hover {
	height: 55px;
	background-position: 0 -55px;
}


.donation_wrap img {
	display: block;
}

.logo_wrap {
	display: block;
}
.logo_wrap .logo_each {
	display: block;
	float: left;
	margin-right: 20px !important;
	margin-right: 10px;
}



/* =======================================================
	03 UTILITIES
======================================================= */



.logo_wrap:after,
ul.smile_image:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.logo_wrap,
ul.smile_image {
	display: inline-table;
	min-height: 1px;
	}
* html .logo_wrap,
* html ul.smile_image {
	height: 1%;
	}
.logo_wrap,
ul.smile_image {
	display: block;
	}
