/*  web-can CSS */

/****** 全体の設定 ******/
body {
	margin:0px;
	padding: 0px;
	color: #666666;
	font-size: 14px;
}

div#header {
	font-size: 100%;
	background-color: #ccff66;
	background: url(top.png) repeat-x top;
	width: 100%;
	height: 40px;
}

h1 {
	margin: 0px;
	float: left;
	font-size: small;
	color: #009966;
}

h4 {
	margin: 5px 0px;
}

h5 {
	margin: 5px 0px;
}

div#footer {
	position: fixed;
	left: 0px; bottom: 0px;
	background-image: url(bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	font-size:80%;
}


a {
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #ff9933;
}

p {
	font-size: 100%;
	line-height: 1.4em;
   }

div#main {
	margin: 20px 30px;
	width: 100%;
	font-size: 100%;
}

div#comment {
	width: 100%;
	font-size: 100%;
}


/****** INDEXの設定 ******/

div#index_header {

	font-size: 100%;
	background-color: #ccff66;
	background: url(index_top.png) repeat-x top;
	width: 100%;
	height: 80px;
}

#index_header h1 {
	width: 100%;
	height: 80px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: right;
}

div#menu {
	left: 400px; top: auto;
	margin: 0px 0px 0px 0px;
	right: auto; bottom: auto;
	width: 200px;
	font-size: 100%;
	float:left;
}

#menu span {
	display: block;
	margin: 0px 0px 20px 0px;
	width: 160px;
	height: 32px;
/*	border-color:#99cc66;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	float: left;
*/	
}

#menu dl a {
	height: 32px;
	text-decoration: none;
/*	background-image: url(../top/can-n/can-n.png);
	background-position: left;
	background-repeat: no-repeat;
*/
}

/*
#menu dl a:hover {
	background-color: #CCFFCC;
	
	background-image: url(../top/can-n/can-y.png);
	background-position: left;
	background-repeat: no-repeat;
}
*/

#menu dt {
	font-size: 100%;
	font-weight: bold;
}

#menu dd {
	font-size: 80%;
	color: #999999;
	font-weight: normal;
/*	margin-left: 22px;*/
}

div#info {
	clear: left;
	margin: 20px 0px 20px 0px;
	font-size: 100%;
}

div#info p {
	margin-left: 10px;
	display: inline;
}

div#news {
	font-size: 100%;
	width: 700px;
/*	overflow: scroll; */
	margin: 0px;
	border-color:#99cc66;
	border-style:solid;
	border-width:1px 0px;
/*	background-color: #f0fff0; */
	line-height: 1.5em;
	}

/****** コンテンツページの設定 ******/
.waku {
		border-color:#99cc66;
		border-style:solid;
		border-width:1px;
		width:400px;
		background-color: #ffffff;
		font-size: 100%;
		margin: 20px 0px;
		padding: 10px;
	  }

ul#navi {
	margin: 20px;
	padding: 5px;
	list-style: none;
	text-align: center;
	font-size: 90%;
	margin-left: 50px;
	width: 80%;
	border-top: 1px solid #99cc66;
	border-bottom: 1px solid #99cc66;
}

#navi li {
	display: inline;
	width: 6em;
	padding: 5px;
	text-align: center;
	font-size: 100%;
}

#navi li a {
	display: inline;
	text-decoration: none;
	width: 6em;
	border-left: double #99cc66;
	border-bottom: 1px solid #99cc66;
}

#navi li a:hover {
	border-left: double #ffcc66;
	border-bottom: 1px solid #ffcc66;
}

#navi li div {
	display: inline;
	color: #ffcc66;
	width: 6em;
	border-left: double #ffcc66;
	border-bottom: 1px solid #ffcc66;
}

