body   {
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-family: Arial, Sans-serif, Helvetica, Verdana, "MS UI Gothic", Osaka;
	color: #333;
	}

#page	{
	text-align: left;
	background-color: #fff;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

a:link	{
	color: #69e;
	text-decoration: underline;
	}

a:visited {
	color: #69e;
	text-decoration: underline;
	}

a:hover {
	color: #fa0;
	text-decoration: none;
	}

a:active {
	color: #69e;
	text-decoration: none;
	}



#header	{
	margin:10px 0 0 0;
	}

#logo {
	float:left;
	}

h1	{
	width:400px;
	height:100px;
	margin:0;
	padding:0;
	font-size:18px;
	background: url(/image/logo.png) #fff no-repeat 0 0;
	}

h1 #title {
	width:350px;
	height:100px;
	display:block;
	visibility:hidden;
	}

#description {
	float: right;
	}

#description em	{
	font-style: normal;
	font-size: 12px;
	position:relative;
	top:85px;
	}

#contents{
	clear:right;
	width: 800px;
	border-top: solid 6px #ade;
	}

#main	{
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-left: 0
	}

h2	{
	font-size: 16px;
	color: #333;
	}

p	{
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 150%;
	}

dl	{
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 180%;
	}

dt	{
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid 1px #ade;
	border-left: solid 6px #ade;
	padding-left: 8px;
	}

dd	{
	margin-right: 20px;
	margin-bottom: 20px;
	}	

ul	{
	}

li	{
	list-style-image: url(image/check.gif);
	marker-offset: auto;
	}

#menu	{
	margin-top: 20px;
	margin-left: 550px;
	margin-right: 0;
	}

#menu dl {
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 180%;
	}

#menu dt {
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid 2px #ade;
	border-right: inset 8px #ade;
	padding-right: 8px;
	}

#menu dd {
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	}	

#menu p {
	font-size: 10px;
	color: #333;
	letter-spacing: 1px;
	line-height: 180%;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	}

#footer {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	}

#footer a {
	color: #333;
	text-decoration: none;
	}

#footer address {
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #333;
	}



#adsense {
	font-size: 9px;
	color: #333;
	}

#adsense table {
	margin: 0px 0px 20px 30px;
	}

#adsense td {
	width: 380px;
	}

