@charset "shift-jis";

/*----- base ----*/
html { 
	height: 100%;
}
body {
	height: 100%;
	background-color: #ffffff;
	font-size: 15px;
	font-family: HG丸ｺﾞｼｯｸM-PRO,sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0033cc;
	font-size: 15px;
	text-decoration: none;
}
a:hover {
	color: #0033cc;
	font-size: 15px;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	font-size: 15px;
}

h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
}/*----- end base -----*/

 /*----- header -----*/
#header {
	background-color: #ffcc00;
}
	#header h1 {
		text-align: center;
		font-size: 15px;
		color: #996600;
		background-color: #ffff99;
		padding: 5px 0px;
}
#headertitle {
	float: left;
	width: 60%;
	height: 70px;
	padding-left: 30px;
	border-top: 8px double #ffcc00;
	border-bottom: 8px double #ffcc00;
	background-color: #ffcc00;
}
#headerspace {
	float: left;
	width: 37%;
	height: 70px;
	border-top: 8px double #ffcc00;
	border-bottom: 8px double #ffcc00;
	background-color: #ffcc00;
}
	#about {
	width: 98%;
	height: 65px;
	margin-right: 3px;
	padding: 2px;
	font-size: 14px;
	color: #996600;
	background-color: #ffff99;
}
	#about p {
	line-height: 115%;
}

/*----- end header -----*/

/*----- wrap (全体)-----*/
#wrap {
	width: 880px;
	margin: auto;
	margin-top: 10px;
}
/*----- end wrap（全体）-----*/

/*----- div-wrap（L/Rwrapのclass）-----*/
.div-wrap {
	width: 880px;
}/*----- end div-wrap（L/Rwrapのclass）-----*/

.aaa {
	color: #ff3300;
	font-size: bold;
	text-align: center;
	margin: 5px 0;
}

/*----- aa-wrap ()-----*/
#aa-wrap {
	float: left;
	width: 320px;
	height: 324px;
	border: 3px solid #ff9999;
}
	#aa-wrap h2{
		font-size: 16px;
		color: #ff6666;
		width: 310px;
		margin-bottom: 5px;
		padding: 0px 5px;
		border-top: 8px double #ffcccc;
		border-bottom: 8px double #ffcccc;
		background-color: #ffcccc;
}
/*----- a-wrap (photo)-----*/
#a-wrap {
	width: 320px;
	height: 240px;
}
#a2-wrap {
	width: 320px;
	height: 40px;
}
	#a2-wrap p {
		margin: 5px 5px ;
		color: #669900;
}/*----- end a-wrap(photo) -----*/

/*----- bb-wrap() -----*/
#bb-wrap {
	float: right;
	width: 551px;
	height: 330px;
}
/*-----b-wrap(menu) -----*/
#b-wrap {
	width: 545px;
	height: 145px;
	border: 3px solid #66cc00;
	background-color: #ffffff;
}
		#b-wrap h2{
			font-size: 16px;
			color: #669900;
			width: 535px;
			margin-bottom: 5px;
			padding: 0px 5px;
			border-top: 8px double #ccff66;
			border-bottom: 8px double #ccff66;
			background-color: #ccff66;
		}
		#b-wrap a {
			margin-left: 2px;
			display: block;
			text-decoration: none;
		}
		#b-wrap image {
			float: left;
			border: 0px;
}/*----- end b-wrap(menu) -----*/

 /*----- waku select-----*/
#c-wrap {
	width: 545px;
	height: 170px;
	margin-top: 3px;
	border: 3px solid #996600;
	background-color: #ffffff;
}
#c-wrap h2{
	font-size: 16px;
	color: #996600;
	width: 535px;
	margin: 0px 0px;
	padding: 0px 5px;
	border-top: 8px double #cccc66;
	border-bottom: 8px double #cccc66;
	background-color: #cccc66;
}
#waku-new {
	width: 525px;
	font-size: 14px;
	overflow: auto;	
	height: 108px;
	margin: 3px 0px;
	padding: 10px;
	background-color: #ffffff;
	line-height: 150%;
}
#waku-new a {
	margin: 3px 0px;
	font-size: 14px;
}

#ee-wrap {
	height: 100px;
	margin-top: 3px;
	border: 3px solid #6666ff;
}
	#ee-wrap h2{
		font-size: 16px;
		color: #6666ff;
		width: 310px;
		margin-bottom: 5px;
		padding: 0px 5px;
		border-top: 8px double #6666ff;
		border-bottom: 8px double #6666ff;
		background-color: #a7fefe;
}


/*----- end waku select -----*/

/*----- footer -----*/
#footer {
	position: absolute;
    bottom: 0px;
    width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #ffcc00;
	color: #ffffff;
	font-size: 13px;
	height: 15px;
}/*----- end footer -----*/

 /*----- clear -----*/
.clear {
 clear: both;
 border: 0px;
 margin: 0px;
 background-color: #336600;
}/*----- end clear -----*/




