/*20091205以降*/

/*全体レイアウト*/
.waku {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
/*パンクズ*/
.waku .waku_contentsarea .breadcrumb div {
	background: #f2f7ff;
	border: 1px solid #b3b3b3;
	color: #353535;
	padding: 0.5em;
	clear: right;
	float: left;
}

body {
	font-size: small;
	background-image: url(navi/back.jpg);
	background-repeat: repeat;
	background-position: center;
}
.waku .waku_headerarea {
	font-size: small;
	float: left;
	width: 800px;
	background-color: #EEEEEE;
}
.waku .waku_menuarea {
	font-size: small;
	float: left;
	width: 800px;
}

.waku .waku_contentsarea {
	float: left;
	width: 800px;
}
.waku .waku_footerarea {
	float: left;
	width: 800px;
	font-style: italic;
	background-color: #CCCCCC;
	font-size: small;
}
.waku .waku_search{
	height: auto;
	width: auto;
	margin: 3px;
	padding: 10px;
	float: none;
	clear: both;
}

/*header修飾*/
.waku .waku_headerarea img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.waku .waku_headerarea h1 {
	font-size: small;
}

/*menu修飾*/
.waku .waku_menuarea .search {
	background-color: #FF9966;
	height: auto;
	width: auto;
	margin: 3px;
	padding: 10px;
}

/*contents内修飾*/

.waku .waku_contentsarea h2 {
	float: none;
	font-size: large;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: right;
}
.waku .waku_contentsarea .atmenu {
	float: left;
	width: 800px;
	text-align: center;
}
.waku .waku_contentsarea .caution {
	color: #FF0000;
}
.waku .waku_contentsarea .itembox3 {
	height: 250px;
	width: 180px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	margin: 4px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: none;
	border-right-width: thin;
}
.waku .waku_contentsarea img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.waku .waku_contentsarea .spec {
	font-size: small;
	background-color: #CCCCCC;
	padding: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	text-align: left;
}
.waku .waku_contentsarea ul {
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
