﻿.clearfix {
	zoom:1;
}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

html	{overflow-y:scroll}

body	{font-family: ' メイリオ ',
	'Hiragino Kaku Gothic Pro',
		sans-serif ;
		font-size: 14px/1.5;
		background-color: #f8f4e6 ;
		margin: 0;
		padding: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto; /* 左右中央表示 */
}

a img {
    border-style:none;
}



#logo {
	float: left;
	width: 500px;
	height: 20px;
	color:#333

}

#logo img	{vertical-align: -8px ;
		margin-right: 5px}


#h_nav {
	float: right;
	width: 120px;
	padding-top: 16px;
}


#h_nav li{
	display: inline;
	list-style: none;
	text-align: right;
	padding-left: 20px;
}



#g_nav {
	clear: both;
	margin: 0;
	padding: 0;
}
#g_nav li{
	float: left;
	width: 160px;
	list-style: none;
}

#g_nav a {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #36C;
}

#g_nav a:hover {
	background-color: #69F;
	color: #FFFFFF;
}

#main {background-color: #FFFFFF;
}


#mainvisual {
}



#information {
	float: left;
	width: 480px;
}
#menu_link {
	float: right;
	width: 300px;
}



#information ul {
	margin: 0;
	padding: 0;
}


#information li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	margin-bottom:12px;
}

.info_date {
	display: block;
	float: left;
	width: 120px;
}
.info_text {
	display: block;
	float: left;
	width: 360px;
}

#menu_link ul{
	margin: 0;
	padding: 0;
}
#menu_link li{
	list-style: none;
	margin-bottom: 10px;
}


#footer {
	margin-top: 30px;
	border-top: 3px solid #333333;
	padding-top: 10px;
	padding-bottom: 20px;
}

#copyright {
	text-align: center;
}
#copyright a{
	text-decoration: none;
}

/* ---sumaテーブル用CSS--- */
table.suma-table {
	width:100%;
	border: 1px #C8C8C8 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.suma-table th {
	padding: 7px;
	border: #C8C8C8 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	text-align: left;
	line-height: 80%;
	white-space: nowrap;
	background-color: #FCF;
	color: #4D3A33;
}

table.suma-table td {
	padding: 6px;
	text-align:left;
	border: 1px #C8C8C8 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFFF;
	line-height:100%;

}


/* ---homeテーブル用CSS--- */
table.home-table {
	width:100%;
	border: 1px #C8C8C8 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.home-table th {
	padding: 7px;
	border: #C8C8C8 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	text-align: left;
	line-height: 80%;
	white-space: nowrap;
	background-color: #A4978E;
	color: #4D3A33;
}

table.home-table td {
	padding: 6px;
	text-align:left;
	border: 1px #C8C8C8 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFFF;
	line-height:100%;

}


table.waku td {
	vertical-align: top;
	padding: 0 30px 0 0;
}


caution	{color: red}

/* ---見出し用CSS--- */
h3{
	color : #ffffff;
	font-weight: bold;
	background-color : #3CC;
	padding: 3px 0px 3px 3px;
	margin-top: 0px;
	
}
h4{
	color : #ffffff;
	font-weight: bold;
	background-color : #69F;
	padding: 5px 0px 5px 5px;
	margin-top: 10px;
}


/* ---BOOKS用CSS--- */

.books{
	width:160px;
	height:170px;
	background-color : #FFFFFF;
	text-align:center;
	margin: 10px;
	padding:10px;
	float:left;
}

.box1{
	width:600px;
	
	background-color : #FFFFFF;
	padding:20px 20px 0px 20px;
	margin-bottom: 15px;
	float:left;	
}
.box2{
	width:120px;
	height: 300px;
	background-color : #FFFFFF;
	padding:20px 20px 0px 20px;
	margin-bottom: 15px;
	float:right;	
}
.box3{
	width:120px;
	height: 175px;
	background-color : #FFFFFF;
	padding:20px 20px 0px 20px;
	margin-bottom: 15px;
	float:left;	
}
.box4{
	width:600px;
	height: 175px;
	background-color : #FFFFFF;
	padding:20px 20px 0px 20px;
	margin-bottom: 15px;
	float:right;	
}
.box5{
	width:760px;
	background-color : #FFFFFF;
	padding:10px 20px 10px 20px;
	margin-bottom: 15px;
	float:left;	
}
