body{
	background: url(images/bg.gif);
	color: #494949;
	font-size: 11pt;
	padding: 0;
	margin: 0;
}

img{border: 0;}
form{margin: 0;}

/* Headings */
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0;
}


/* Links */
a:link, a:visited{color: #635D45;}
a:hover, a:active{color: black;}
#header a:link, #header a:visited{color: #474747;}
#header a:hover, #header a:active{color: #737373;}
#copyrights a:link, #copyrights a:visited{color: #474747;}
#copyrights a:hover, #copyrights a:active{color: #737373;}

/* Basic classes */
.hidden{display: none;}
.centerize{text-align: center;}
.clearing{width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header{
	position: relative;
	width: 780px;
	height: 160px;
	background: url(images/waku-t.png) no-repeat;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#header h1{
	height: 160px;
	width: 780px;
	background: url(images/bn_head2011.jpg) no-repeat;
background-position:10px 7px;
	margin:0px;
	padding:0px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper{
	width: 780px;
	background: url(images/waku.png) repeat-y;
	margin: auto;
}
#wrapper{
	width: 780px;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container{
	width: 780px;
	overflow: visible;
	float: right;
	padding: 4px 0 0 0;
	margin-left: -204px;
}
.content{
	width: 720px;
	padding: 0;
	margin: 7px 30px 30px 30px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 14px;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody{
	font-size:13px;
	line-height:140%;
	text-align: justify;
	padding: 0 0 16px 0;
}



/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer{
	width: 780px;
	heught: 40px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: url(images/waku-b.png) no-repeat;
	margin: 0 auto;
}

#copyrights{color: #474747;}


/* Leftbox and Rightbox toolbar buttons */

.leftbox {
	float: left;
	margin: 3px;
	padding: 3px;
}
.rightbox {
	float: right;
	margin: 3px;
	padding: 3px;
}

#commonheader{
	width:100%;
	height:30px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
}


.eachana {
	float: left;
    width:226px;
	margin-left: 2px;
	margin-right: 8px;
	padding: 0px;
}

.eachana p{
font-size: 10pt;
margin-bottom:2px
}


.eachana ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.eachana li{
font-size:10px;
margin:0px 0px 0px 20px;
padding: 0px;
list-style-image: url(/images/arrow_02.gif);
}

.anablock{
	clear: both;
	width:710px;
	margin: 0px;
	padding: 0px;
	background:url(images/anawaku2.gif) repeat-y;
}

.anablockhd{
	clear: both;
	width:710px;
	height:5px;
	margin-top: 10px;
	padding: 0px;
	background:url(images/anawaku1.gif) no-repeat;
}

.anablockft{
	clear: both;
	width:710px;
	height:5px;
	margin: 0px;
	padding: 0px;
	background:url(images/anawaku3.gif) no-repeat;
}

.anablock2{
	clear: both;
	width:475px;
	margin: 0px;
	padding: 0px;
	background:url(images/anawakub2.gif) repeat-y;
	margin-left: 130px;
}

.anablockhd2{
	clear: both;
	width:475px;
	height:5px;
	margin-top: 10px;
	padding: 0px;
	background:url(images/anawakub1.gif) no-repeat;
	margin-left: 130px;
}

.anablockft2{
	clear: both;
	width:475px;
	height:5px;
	margin: 0px;
	padding: 0px;
	background:url(images/anawakub3.gif) no-repeat;
	margin-left: 130px;
}

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
