@charset "Shift_JIS";


/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
*/

body {
	background-color:#dce4f0;
}

#header {
	margin: 0;
	background-color:#a3b0c2;
}
#logo {
	margin: 0;
	width: 200px;
	height: 42px;
	background: url(../img/logo_scl2009.gif) left 0 no-repeat;
	text-indent: -9999px;
}

#container {
	margin: 10px;
	width: auto;
}
#content {
	padding-bottom: 20px;
	clear: both;
	border: 1px solid #99aecc;
	background-color:#fff;
}
#footer-wrap {
	margin-top: 5px;;
	padding-top: 3px;
	background: url(../img/back_footer.gif) repeat-x top left;
	border-top: 1px solid #e6eefa;
}
#footer {
	margin: 0;
	padding: 10px 10px 0 0;
	height: 140px;
	text-align: right;
	width: auto;
}
#footer address {
	font-size: 77%;
}
h1 {
	margin: 0 0 10px 0;
	padding: 5px;
	background:url(../img/title/back_aw.gif) 0 0 repeat-x;
	color: #fdfeff;
	font-size:107%;
}
h2 {
	margin: 20px 0 5px 5px;
	font-size:100%;
}
h2#af {
	font-size:92%;
}
p,li {
	margin: 3px 5px 3px 5px;
	font-size:92%;
	line-height:1.4;
}

/* 閉じるボタン */
.b-close {
	margin: 10px 0;
	float: right;
}
.b-close a {
	padding: 0;
	margin: 0;
	background: url(../img/btn/btn_cl.gif) 0 0 no-repeat;
	width: 75px;
	height: 21px;
	display: block;
	cursor: pointer;
	font-size:92%;
	white-space: nowrap;
	line-height: 21px;
	text-align: center;
}
.b-close a:link, 
.b-close a:visited {
	color:#002a66;
}
.b-close a:hover,
.b-close a:active,
.b-close a:focus {
	background-position: 0 -21px;
	text-decoration:none;
	color: #001533;
}

/* クリア */
#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

