body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
   margin:0; 
   padding:0; 
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}
body {
	font-size: 90%;
	color: #333;
	text-align: center;
}
a:hover {
	color: #e30;
}
#container {
	width: 848px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#header {
	height: 65px;
	background: url('/img/headerline.jpg') no-repeat;
}
#header h1 {
	padding: 12px 0 0 8px;
}
#headmenu {
	overflow: hidden;
}
#headmenu ul li {
	float: left;
}
#contents {
	clear: both;
	padding: 2px 0 2px 2px;
}
#mainimg {
	padding: 2px 0 2px 0;
	width: 843px;
	height: 259px;
}
#main {
	width: 550px;
	float: left;
}
#main .theme {
	margin: 10px 0;
}
#main .theme p {
	text-indent: 1em;
	font-size: 0.9em;
	margin: 4px 4px 4px 8px;
	line-height: 140%;
}
#main .theme p.wide {
	margin-top: 16px;
}

#main .theme .sign {
	text-align: right;
}

#main .theme ul.topics {
	margin: 4px 4px 4px 2px;
}
#main .theme ul.topics li {
	list-style-image: url('/img/listicon.jpg');
	list-style-position: inside;
	margin: 0 2px 0 4px;
	padding: 6px 0 6px 12px;
	background: url('/img/dot.jpg') 0 100% no-repeat;
}
#main .theme ul.topics li span.date {
	display: block;
	float: right;
	width: 85px;
	font-size: 0.8em;
	color: #099;
	font-weight: bold;
	padding-top: 4px;
}
#booksarea {
	width: 294px;
	float: left;
	background: url('/img/books_bg_bottom.jpg') 20px 100% no-repeat;
	padding-bottom: 30px;
}
#booksarea-inner {
	margin: 16px 0 4px 20px;
	background: url('/img/books_bg_middle.jpg') repeat-y;
}
#books {
	width: 258px;
}
#books .book {
	padding: 14px 8px 4px 8px;
	clear: both;
}
#books .book h3 {
	padding: 24px 2px 0 0;
	font-size: 90%;
}
#books .book img {
	float: left;
	margin-right: 8px;
}
#bengodan {
	margin: 6px 0;
	text-align: center;
}
#contents .qac,
#contents .links,
#contents .shiryo {
	margin: 16px;
}
#contents .qac p {
	margin: 4px 10px 4px 30px;
	text-indent: 1em;
	line-height: 140%;
}
#contents .qac .zuhyo {
	float: right;
	margin-left: 10px;
}
#contents .links dl,
#contents .shiryo dl,
#contents .links ul,
#contents .shiryo ul {
	margin: 10px 8px 10px 30px;
}
#contents .links ul:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents .shiryo h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 4px;
	margin: 4px 8px 2px 8px;
	border-bottom: 1px solid #f90;
}

#contents .links dt {
	width: 220px;
	float: left;
	padding: 4px 0;
}
#contents .links dd {
	padding: 4px 0;
}
#contents .links ul li {
	width: 220px;
	float: left;
	padding: 4px 0;
}
#contents .shiryo dt {
	width: 250px;
	float: left;
	padding: 6px 0;
}
#contents .shiryo dd {
	padding: 4px 0;
	line-height: 130%;
}
#contents .shiryo dd:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents .shiryo ul li {
	padding: 4px 0;
}

#footer {
	clear: both;
	background: url('/img/headerline.gif') no-repeat;
	padding: 18px 0;
	text-align: center;
}