@charset "utf-8";

/* ===== 共通設定 ===== */

.clearflote:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


/* ===== 基本設定 ===== */

body {
	color: #333;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
	border:0;
}

a {
	color: #153688;
}

a:link {
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

em {
	font-weight: bold;
}

strong {
	font-size: 114.3%;
	font-weight: bold;
}

small {
	font-size: 83.3%;
}

.red {
	color: #F00;
}

.caption {
	display: block;
	font-size: 91.7%;
	line-height: 130%;
	text-indent: -1em;
	margin: 0.3em 0 0 1em;
	text-align: left;
}
span {
	display: block;
	line-height: 170%;
}
a.link {
	padding-left: 1em;
	background: url(../images/icon_arrow.gif) no-repeat 4px 4px;
}
a.totop {
	padding-left: 1em;
	background: url(../images/icon_pagetop.gif) no-repeat 0px 4px;
}

/* ===== ブロック構成 ===== */

body {
	background: #FFF url(../images/page_bg.gif) repeat-x left top;
}

#header {
	width: 940px;
	margin: 0 auto;
}

#contents {
	font-size: 92.3%;
	line-height: 150%;
	width: 888px;
	margin: 0 auto;
	background-color: #f4f4f4;
	border: solid 1px #e1e1e1;
	padding: 20px 25px 17px;
}

#footer {
	font-size: 92.3%;
	width: 940px;
	margin: 30px auto 10px;
}

#header:after, #contents:after, #footer:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


/* ===== 各レイアウト ===== */

/* --- ヘッダ --- */

#header img.logo {
	margin: 20px 0 26px 0;
}


/* --- 本文 --- */

#contents h2 {
	padding-bottom: 35px;
}
#contents #AdmissionPrivillege, #FirstPresent {
	text-align: center;
	padding-bottom: 50px;
}
#contents #AdmissionPrivillege .ama-present {
	padding-bottom: 40px;
}
#contents #AdmissionPrivillege .ama-deposit {
	width: 669px;
	margin: 0 auto;
}
#contents #FirstPresent .after-arrival {
	width: 769px;	
	margin: 0 auto;
	padding-top: 40px;
}
#contents .todetail {
	font-size: 108%;
	color: #2a6ad1;
	background: url(../images/icon_img01.gif) no-repeat left 3px;
	padding: 0 0 15px 12px;	
}
#contents .todetail a {
	color: #2a6ad1;
}
#contents .todetail a.hover {
	text-decoration: underline;
}
#contents .close {
	text-align: right;
}

.padT10 {
	padding-top: 10px;
}
.padT20 {
	padding-top: 20px;
}



/* --- フッタ --- */

#footer img.logo {
	margin-right: 30px;
	float:left;
}
#footer span {
	padding-top: 16px;
	display: block;
	float:left;
}
#footer span.right {
	float:right;
}
#footer p.copyright {
	color: #666;
	margin-top: 30px;
	text-align: right;
}
