@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%
*/

#header {
	margin-bottom: 10px;
	padding: 5px 5px;
	background-color:#eee;
}

#container {
	margin: 5px 10px 10px 10px;
	width: 550px;
}
#content {
	padding-bottom: 20px;
	clear: both;
	border: 1px solid #ccc;
}
#footer-wrap {
	margin-top: 5px;;
	padding-top: 3px;
	background:url(../img/footertop_aw.gif) no-repeat top left;
	width: 550px;
}
#footer {
	margin: 0;
	padding: 10px 10px 0 0;
	height: 140px;
	text-align: right;
	background:url(../img/footer_aw.gif) repeat-x top left;
}
#footer address {
	font-size: 77%;
}
h1 {
	margin: 1px 1px 10px 1px;
	padding: 5px;
	background:url(../img/title/titleback_aw.gif) repeat-x top left;
	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:hover      { background-position: 0 -21px; }
.b-close a:link, 
.b-close a:visited,
.b-close a:hover {
	text-decoration:none;
	color: #333;
}

/* クリア */
#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#footer {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

