@charset "utf-8";
/*----------------------------
  Last Update 2010/08/12


	��base style
	��page
	��header
	��navi
	��footer


----------------------------*/

@import "main.css";
@media print {
h1,#navi,#footer,#address,.topicpath {display:none;}
}

/*-----------------------------------------------
	base style
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 150%;
	color: #333;
	background-color: #f2f2b0;
	font-size: 95%;
	font-family: Verdana ;
	text-align: center;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

img {
	border: 0;
	text-align: center;
}

strong,
b {
	color: #f00;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 0.5em;
}

p.center {
	text-align: center;
}

p.topimg {
	color: #666;
	font-size: 80%;
	text-align: center;
}

p.topimg a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

table {
	font-size: 100%;
}

/*-----------------------------------------------
	page
-----------------------------------------------*/

div#page {
	margin: 0 auto;
	padding: 0 10px;
	width: 850px;
	background: url(../img/bk01.gif) repeat-y;
	text-align: left;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/

h1 {
	margin-bottom: 10px;
}

/*-----------------------------------------------
	navi
-----------------------------------------------*/

ul#navi {
	padding-left: 60px;
	float: left;
}

ul#navi li {
	margin-right: 15px;
	float: left;
	width: 128px;
}

ul#navi a {
	display: block;
	border-left: 2px solid #dea;  
	border-top: 2px solid #dea;  
	border-right: 2px solid #ab7; 
	border-bottom: 2px solid #ab7;
	width: 128px;
	color: #063;
	background-color: #d5e595;
	text-align: center;
	text-decoration: none;
}

ul#navi a:hover {
	border-left: 2px solid #ab7;
	border-top: 2px solid #ab7;  
	border-right: 2px solid #dea; 
	border-bottom: 2px solid #dea;
	color: #063;
	background-color: #efb;
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
ul#footer {
	clear: both;
	width: 830px;
	line-height: 200%;
	background-color: #063;
	font-size: 85%;
}

ul#footer li {
	margin-left: 20px;
	padding-left: 20px;
	display: inline;
	background: url(../img/bullet01.gif)  no-repeat 0 -2px;
}

ul#footer a {
	color: #fff;
	text-decoration: none;
}

div#address {
	padding: 10px 0 20px;
	width: 830px;
	background: url(../img/footer01.gif) repeat;
}

div#address table {
	margin-left: 100px;
	width: 650px;
	line-height: 150%;
	font-size: 85%;
}

#footer0 {
	margin-bottom: 20px;
	font-size: 60%;
	text-align: center;
}

#footer0 a:link{
	color: #999999;
	text-decoration: none;
}
#footer0 a:visited{
	color: #999999;
	text-decoration: none;
}
#footer0 a:hover{
	color: #999999;
	text-decoration: none;
}
#footer0 a:active {
	color: #999999;
	text-decoration: none;
}
