@charset "UTF-8";
/* ゲートページ用CSS */

/* 基本設定 */
*{
	margin: 0;
	padding: 0;
	_text-align: center;
}

/* ボディ設定
------------------------------------------------- */
body{
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
	color: #333333;
	/*¥*/
	letter-spacing:0.1em;
	/**/
	margin-bottom:15px;
}

/* メイン */
#main{
	width: 560px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */
#header{
	margin-bottom: 10px;
	_text-align: left;
}

/* フッター */
#footer{
	clear: both;
	background-image: url(img/img06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 48px;
	margin-left: 5px;
	_text-align: left;
}


.address{
	margin-bottom:10px;
	text-align:left;
}

/* ゲート高校 */
#gate_a{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

/* ゲート幼稚園 */
#gate_b{
	float: left;
	margin-bottom: 10px;
}

.stBold{
	font-weight:bold;
}

/* バナー */
.mar_banner{
	margin: 10px 0;
}


/* copyright (C) nodagakuen all rights reserved. */
