@charset "utf-8";
/* CSS Document */

/* ボディに関するCSS 
--------------------------------------------------------------------------------*/

body{
	font-size: 90%;
}



/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/

#wrapper{
	width: 1024px;
	background-color: #FFFFFF;
}

#header{
	margin; 0px;
}

#nav{
	width: 199px;
	margin-top: 22px;
	margin-right: 10px;
	float: left;
}

#content{
	width: 724px;
	margin: 22px 0px 15px 20px;
	float: right;
}

#footer{
	clear: both;
	width: 1024px;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 10px;
}



/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li{
	list-style: none;
}


/* コンテンツに関するCSS  
--------------------------------------------------------------------------------*/

h1{
	font-size: 150%;
	background-color: #FF9;
	margin: 10px;
}

h2{
	font-size: 130%;
	background-color: #FFC;
	margin: 10px;
}

table{
	font-size: 90%;
	width: 604px;
	border: solid 0px;
}

td{
	border: solid 0px;
	cellspacing: 0px;
	white-space: nowrap;
}

#waku{
}

#waku table{
	font-size: 90%;
	width: 604px;
	border: solid 1px;
}

#waku td{
	border: solid 1px;
	cellspacing: 1px;
	white-space: nowrap;
}
