/* HTML
----------------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-x: hidden;
}
a {
	border: none;
	outline: none;
}
a:link, a:visited, a:hover {
	color: #2CA6E0;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}





/* PAGE
----------------------------------------------------------------------*/
#page_title_mission {
	position: fixed;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 198px;
	background-image: url('../img/page_title_mission2.png');
}
#page_title_news {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 133px;
	background-image: url('../img/page_title_news2.png');
}
#page_title_photostream {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 358px;
	background-image: url('../img/page_title_photostream2.png');
}
#page_title_supporters {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 291px;
	background-image: url('../img/page_title_supporters2.png');
}
#page_title_links {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 130px;
	background-image: url('../img/page_title_links.png');
}
#page_title_store {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 361px;
	background-image: url('../img/page_title_storedonate2.png');
}
#page_title_donate {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 56px;
	height: 224px;
	background-image: url('../img/page_title_contact2.png');
}



/* PAGE
----------------------------------------------------------------------*/
.page {
	font-family: Futura, Meiryo, sans-serif;
	min-width: 960px;
	
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* PAGE MARGIN HEADER
--------------------------------------------------*/
.page_margin_header {
	width: 762px;
	margin: 0 auto 0 auto;
	height: auto;
	overflow: hidden;
}
.page_margin_header:after {
    content: "";
    display: block;
    clear: both;
}
.page_margin_header_cell {
	float: left;
	width: 380px;
	height: 60px;
	border-left: 1px solid #2CA6E0;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.page_margin_header_cell_white {
	float: left;
	width: 380px;
	height: 60px;
	border-left: 1px solid #2CA6E0;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
	background-color: #fff;
}

/* PAGE MARGIN FOOTER
--------------------------------------------------*/
.page_margin_footer {
	width: 762px;
	margin: 0 auto 0 auto;
	padding-bottom: 1em;
}
.page_margin_footer:after {
    content: "";
    display: block;
    clear: both;
}
.page_margin_footer_cell {
	float: left;  
    padding-bottom: 32767px !important;  
    margin-bottom: -32767px !important;   
    padding-bottom: 0;  
    margin-bottom: 0;   
    height: 100%;
	height: 20px;
	width: 380px;
	border-left: 1px solid #2CA6E0;
}
.page_margin_footer_cell_white {
	float: left;  
    padding-bottom: 32767px !important;  
    margin-bottom: -32767px !important;   
    padding-bottom: 0;  
    margin-bottom: 0;   
    height: 100%;
	height: 20px;
	width: 380px;
	border-left: 1px solid #2CA6E0;
	background-color: #fff;
}

/* PAGE MARGIN COLUMN
--------------------------------------------------*/
.page_column {
	width: 762px;
	margin: 0 auto 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 2em;
}
.page_column_supporters {
	padding-bottom: 0em;
}
.page_column:after {
    content: "";
    display: block;
    clear: both;
}
.page_column_cell {
	float: left;
	width: 380px;
	border-left: 1px solid #2CA6E0;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
}
.page_column_cell p {
	width: 360px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 74%;
	color: #2CA6E0;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}
.page_column_cell_eng p {
	-webkit-font-smoothing: antialiased;
}
.page_column_div {
	position: relative;
	left: 50%;
	margin-left: -66px;
}
.page_column_supporters_p {
	position: relative;
	top: 10px;
}

.page_column_cell_white {
	float: left;
	width: 380px;
	border-left: 1px solid #2CA6E0;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
    background-color: #fff;
}
.page_column_cell_white p {
	width: 360px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 74%;
	color: #2CA6E0;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* PAGE CLOSE BUTTON
--------------------------------------------------*/
#page_close_btn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url('../img/btn_close2.png');
}
#page_close_btn a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#page_close_btn a span {
	display: none;
}

/* PAGE
--------------------------------------------------*/
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 0.5em 10px;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
	color: #2CA6E0;
	width: 360px;
}
h2 span {
	display: none;
}


/* PAGE UI
----------------------------------------------------------------------*/
#page_scrollbar {
	position: fixed;
	top: 80px;
	right: 20px;
	width: 40px;
	height: 400px;
	background-color: #fff;
}

#page_btn_bottom {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 20px;
	background-image: url('../img/btn_bottom2.png');
	cursor: pointer;
}
#page_btn_top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 40px;
	height: 20px;
	background-image: url('../img/btn_top2.png');
	cursor: pointer;
}





.links_p {
	word-break: break-all;
	margin-bottom: 2em !important;
}






#page_store_international_header {
	margin: 0 auto 0 auto;
	width: 762px;
	background-color: #2CA6E0;
	color: #fff;
}
#page_store_header_image {
}

#page_store_header2 {
	margin: 0 auto 0 auto;
	width: 762px;
	background-color: #2CA6E0;
	color: #fff;
}
#page_store_header {
	margin: 0 auto 0 auto;
	width: 762px;
	height: 240px;
	background-color: #2CA6E0;
	color: #fff;
}
#page_store_header_title {
	padding-top: 20px;
	font-size: 180%;
	text-align: center;
}
#page_store_header_btn_jp {
	position: relative;
	left: 100px;
	top: 40px;
}
#page_store_header_btn_inter {
	position: relative;
	left: 100px;
	top: 50px;
	width: 200px;
	height: 30px;
}
#page_store_header_btn_donate {
	position: relative;
	top: -40px;
	left: 460px;
}





#store_international_table {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 762px;
	border: 1px solid #2CA6E0;
}
#store_international_table th {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 20px;
}
#store_international_table td {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

.td_paypal {
	width: 120px;
	text-align: center !important;
	vertical-align: middle !important;
}