* {
	margin: 0;
	padding:0;
	font-size:100%;
	border:none;
}

body {
	background:#ECECEC; text-align:center;
}

#outerl	{
	width:958px; margin-left:auto; margin-right:auto; text-align:left; background-color:#ffffff;
/*	background-image:url(http://www.library.pref.osaka.jp/central/img/bgleft-gray4.gif); background-repeat:repeat-y; background-position:left top; */
	background-image:url(./img/bgleft-gray4.gif); background-repeat:repeat-y; background-position:left top;
}

#outerr	{
/*	background-image:url("http://www.library.pref.osaka.jp/central/img/bgright-gray4.gif"); background-repeat:repeat-y; background-position:right top; */
	background-image:url(./img/bgright-gray4.gif); background-repeat:repeat-y; background-position:right top;
}

#contents {
	margin-left:4px; margin-right:4px;
	width:950px;
	border-top:solid 1px #DCDCDC; 
	border-bottom:solid 1px #DCDCDC; 
}

#titlelogo {
	float:left;
	padding:23px 0px 0px 145px;
/*	background:url("http://www.library.pref.osaka.jp/central/img/chuologo.gif") 10px 18px no-repeat; */
	background:url(./img/chuologo.gif) 10px 18px no-repeat;
}

#sitemap {
	padding-top:40px;
	margin-left:550px;
	line-height:1.5;
}

#sitemap ul	{
	list-style-type:none;
}

#sitemap ul li {
	float:left;
	margin-left:1em;
	padding-left:15px;
/*	background:url("http://www.library.pref.osaka.jp/central/img/arrow_right.gif") 3px 0.4em no-repeat; */
	background:url(./img/arrow_right.gif) 3px 0.4em no-repeat;
	font-size:85%;
}

#sitemap .link-img {
	padding-left:0;
	background:none;
}

#sitemap form input {
	padding:1px 0.3em;
	border:1px solid #d0d0d0;
}

#topmenu {
	margin-top:10px;
/*	padding-top:0.3em; */
/*	padding-bottom:0.3em; */
}

#topmenu ul{
    list-style-type:none;
	height:1.6em;
}

#topmenu li {
	width:190px;
	float:left;
	text-align:center;
}

#topmenu a {
	display:block;
    color:#ECECEC;
/*    font-weight:bold; */
	background-color:green;
	padding-top:0.3em;
	padding-bottom:0.3em;
/*	border-left:solid 1px #ECECEC; */
	border-right:solid 1px #ECECEC;
}

#topmenu a:active {
	color:black;
    background-color:lightgreen;
}
 
#topmenu a:hover {
	color:black;
    background-color:lightgreen;
}

.l_crumbBox {
	float:right;
	margin-top:6px;
	margin-right:20px;
	font-size:85%;
	text-align:right;
}

.breadcrumbs {
	margin-left:15px;
	margin-right:15px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:85%;
}

.smallfont {
	font-size:70%; font-weight:normal;
}

#ptitle	{
	margin:1em;
	padding:1em;
}

#ptitle h1 {
	font-size:180%;
	color:green;
	text-align:center;
	vertical-align:middle;
	line-height:130%;
}

.psubtitle {
	color:black;
	font-size:70%;
}

#items {
	margin-left:2em;
	margin-bottom:50px;
}

#items h2 {
	margin-top:1em;
	font-size:140%; color:green;
}

#items p {
	line-height:130%;
	margin-left:1em;
}

#footer	{
	border-top:solid 3px green;
}

#footer ul	{
	list-style:none;
	padding-top:0.5em;
/*	margin-bottom:10px; */
}

#footer ul li {
	float:left;
	margin-left:1em;
	line-height:28px;
	padding-left:15px;
}

#information {
	float:right;
	width:360px;
	margin-right:30px;
	margin-bottom:0;
	padding:5px;
	font-size:85%;
}

