@charset "utf-8";
/* CSS Document */

/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-size: 100%;
	background-color: #D1EDC2;
}

hr {
	display: none;
}

p {
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 85%;
}
img   {
	border-style: none;
}


/* basic layout
---------------------------*/
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/waku_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}

a:link {
	color: #24449C;
	text-decoration: none;
} 
a:visited {
	color: #24449C;
	text-decoration: none;
} 
a:hover {
	color: #25A16F;
	text-decoration: underline;
} 
a:active {
	color: #25A16F;
	text-decoration: underline;
} 

#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	position: relative;
	height: 245px;
	margin-bottom: 20px;
}
#header #logo {
	position: absolute;
	left: 719px;
	top: 1px;
}


#header h1 {
	text-align: right;
	margin-right: 40px;
	margin-top: 50px;
}

#content {
	background-image: url(../images/waku_02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 940px;


}

#content h2 {
	text-align: center;
	margin-bottom: 20px;
}

#content h3 {
	margin-bottom: 10px;
}

#content p {
	font-size: 108%;
	margin-left: auto;
	width: 690px;
	margin-right: auto;
}
#approach {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#approach  table {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#approach th {
	padding-bottom: 10px;
}

#approach    td {
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content .right {
	text-align: right;
}
#content .center {
	text-align: center;
	margin-top: 10px;
}

#content ul {
	padding-left: 30px;
	line-height: 1.6;
	margin-top: 5px;
}


#content  .left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#topic {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0FAEB;
	margin-bottom: 10px;
}
#topic td {
	padding: 10px;
}
strong {
	color: #008837;
}



#footer {
	clear: both;
	text-align: right;
	font-size: 100%;
	background-image: url(../images/waku_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 60px;
	color: #999999;
}
#content #gpn {
	border: 1px solid #CCCCCC;
}