@charset "utf-8";



/* ------------------------------------
 * フォントサイズ memo
 * ------------------------------------
 * 10px -> font-size: 77%;
 * 11px -> font-size: 85%;
 * 12px -> font-size: 93%;
 * 13px -> font-size: 100%;
 * 14px -> font-size: 108%;
 * 15px -> font-size: 116%;
 * 16px -> font-size: 123.1%;
 * 17px -> font-size: 131%;
 * 18px -> font-size: 138.5%;
 * 19px -> font-size: 146.5%;
 * 20px -> font-size: 153.9%;
 * 21px -> font-size: 161.6%;
 * 22px -> font-size: 167%;
 * 23px -> font-size: 174%;
 * 24px -> font-size: 182%;
 * 25px -> font-size: 189%;
 * 26px -> font-size: 197%;
------------------------------------ */

/* ■format
-----------------------------------*/



*{
	margin: 0;
	padding: 0;

}

html {
	height: 100%;
	}

body {
	/*overflow-x: hidden;*/
    position: relative;
    text-align: center;
    font-family:Verdana, Helvetica, sans-serif;
    letter-spacing: 0.1em;
	
	}



/* ■parts
-----------------------------------*/

#base {
	
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto !important; /* IE6対策 */
	height: 100%; /* IE6対策 */
	min-height: 100%;
	text-align: left; 
	}


#header {
	width: 960px;
	margin: 0 auto;  
	height:auto;
	padding: 5px 0;
	}

.paper {
	padding-bottom: 30px;
}


#main {
	margin: 0 auto;
	padding:0;
	width: 960px;
	height: auto;
	padding-bottom: 30px;
}

#baseFoot {
	background: #1C3C7E url("../img/footer_bg.gif") repeat-x top center;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height:240px;
	bottom: 0;
	}

	#footer {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer {
		padding-top: 20px;
	}

	#footer p {
		text-align: center;
		}
	.naviFoot ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	.naviFoot li {
		display: inline;
		margin: 10px 20px 0px 0;
		padding: 0;
		float: left;
	}

	.naviFoot li a {
		background: url(../../common/img/arrow.png) no-repeat left center;
		padding:0px 2px 2px 18px;
		margin: 1px 0;
	}

	/* TOPへ戻るボタン */
	.totop {
		width: 960px;
		margin: 0 auto;
	}

	.totop img {
		margin: 0 0 -2px 0;
		float: right;
	}

	.copy {
		margin: 25px auto;
		width: 960px;
		bottom: 0;
		background: url(../../common/img/bg_copy.png) no-repeat;
		height: 30px;
	}
	.copy p{
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
		padding-top: 5px;
		text-align: center;
		color: #1e3d7e;
		font-weight: bold;
	}

	#footer .adress {
		margin: 10px 0 0 0px;
	}

	#footer .adress {
	}

	#footer .adress li {
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
		color: #fff;
		margin-top: 3px;
		font-size: 14px;
	}

	#footer .adress h3 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}


/* ------------------------------------
 * グローバルナビゲーション
------------------------------------ */

#gNav {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	background:url("../img/header_bg.gif") repeat-x top left;
}

#gNav ul {
	width: 960px;
	margin: 0 auto;
}


/* ダミーテキスト */
span.dummy { display:none; }





