@charset "shift_jis";

/*深谷市立図書館トップページCSS */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

ul {
	list-style-type:none;
}

html body {
	width: 660px;
	background:#fff;
	color:#000;
}

table.layout{
	margin-left: 20px;
}

table.layout td {
	text-align:left;
	vertical-align:top;
}

/*----- ブランディングエリア -----*/
#header {
	position: static;
	height: 262px;
	width: 680px;
	padding:10px 0 0 20px;
	background:url(../images/body_bg.jpg) no-repeat top left;
}

#header h1{
	position: absolute;
	top: 12px;
	left: 24px;
}

#header #branding img{
	position: absolute;
	top: 66px;
	left: 29px;
}

#header img.header_photo {
	position: absolute;
	top: 36px;
	left: 462px;
}

#header p.header_txt {
	position: absolute;
	top: 176px;
	left: 453px;
	width: 190px;
	background:url(../images/branding_txt_bg.jpg) no-repeat bottom left;
	padding: 7px 9px;
	min-height: 19px;
	height: auto !important;/*-ie6対応-*/
	height: 19px;/*-ie6対応-*/
}


/*----- メニュー -----*/

#menu {
	padding:0 8px 0px 0;
}

#menu li {
	margin:0 0 4px;
}

/*----- 簡易検索 -----*/

#easy-search{
	margin: 10px;
}


/*----- お知らせ -----*/

#notice {
	background:url(../images/dotted01.gif) no-repeat bottom;
}

#notice ul {
	margin: 5px 10px;
	list-style: none;
	min-height: 265px;
	height: auto !important;/*-ie6対応-*/
	height: 265px;/*-ie6対応-*/
}
#notice li {
	margin:0.6em 0;
	font-size:90%;
	background:url('../images/mark01.gif') no-repeat left center;
	padding-left:20px;
}

#notice noscript{
	margin-top: 10px;
	display: inline-block;
}

#news{
	position: relative;
}	

/*----- カウンター、バナーなどのスペース -----*/

#footer {
	padding-bottom: 10px;
	padding-left: 3px;
	text-align: center;
	padding-top: 10px;
}

#footer ul {
	margin-top: 12px;
}

#footer li {
	margin:0.5em 0;
	font-size:90%;
}


#zoom {
	padding-top: 10px;
	text-align: center;
}

#zoom-text {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 6px;
}

#qrcode {
	text-align: center;
}

#counter {
	margin-top: 8px;
	margin-left: 5px;
}

#copyright {
	padding-top: 15px;
}


/*----- 図書館名 色別 -----*/

.fukaya ,
.kawamoto ,
.hanazono ,
.okabe ,
.lfo,
.zenkan {
	font-size:90%;
	color:#fff;
	padding:2px;
	margin: 0 2px;
	white-space:nowrap;
	display: inline-block;
}

.fukaya {
	background:#629800;
}

.kawamoto {
	background:#DA9935;
}


.hanazono {
	background:#FF6669;
}


.okabe {
	background:#2966CE;
}

.lfo {
	background:#7C47E0;
}

.zenkan {
	background:#666666;
}


