@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #ffffd9;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.8;
}
h1 {
	font-size: 160%; color:#004400;  }
h2 {
	font-size: 130%;
	color:#004400;
	padding-left: 30px;
	background: url(common/img/tama_04.gif) left center no-repeat;
	border-bottom:1px dotted #777;
}
h3 {
	font-size: 120%; }
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration:  none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 720px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#footer {
	height: 40px;
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #cccc99;
}
/* header styles
------------------------------*/
#header {
	background-image: url(00/image/title00.jpg);
	background-repeat: no-repeat;
	height: 280px;
	position: relative;
}
#header ul {
	width: 720px;
	top: 250px;
	left: 0px;
	text-align: right;
	background-color: #cccc99;
	margin: 0px;
	padding: 0px;
	position: absolute;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#header ul li {
	float: right;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 90%;
	background: url(common/img/cl_005.gif) left center no-repeat;
	margin-right: 20px;
	margin-left: 20px;
}

/* contents styles
------------------------------*/
#contents {
	height: auto;
	padding: 0 25px;
}

/* footer styles
------------------------------*/
#footer ul {
	list-style-type: none; 
	width: 100%; 
	height: auto; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	padding-top: 10px; 
	}
#footer ul li {
	display: inline; 
	font-size: 80%; 
	padding-left: 10px; 
	margin-right: 10px;  
	border-left: 1px solid #777; 
	}
#footer a {
	color:#000; 
	text-decoration: none; 
	font-weight: ; 
	}
#footer a:hover {
	color:#999; 
	}
	
dl {
	height: auto;
	float:left;
	margin: 0 20px 20px 0;
	padding-top: 30px;
}
dt {
	font-size: 130%;
	font-weight: bold;
	background: url(common/img/tama_05.gif) left center no-repeat;
	color:#004400;
	padding-left: 30px;
}
dd {
	margin: 0; padding: 0 0 0 20px; }
dd img {
	vertical-align: middle;
}

.container {
	width: 303px;
	height: auto;
	float: left;
	display:inline; /* for WinIE6 */
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px dotted #666;
}
.container #hiroba {
	margin-left: 10px;
}
.container #area {
	margin-left: 10px;
}

.container ul li {
	font-weight: bold;
	padding-left: 10px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.container ul ul #a {
	padding-left: 30px;
}
.container ul li a {
	font-weight: normal;
	padding-left: 25px;
	background-image: url(common/img/cl_005.gif);
	background-repeat: no-repeat;
	background-position: left center;
}#contents table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	border: 1px solid #CCC;
}
#contents table tr th {
	border: 1px solid #CCC;
	background-color: #666;
	text-align: center;
	color: #FFF;
	margin: 3px;
}

#contents table tr td {
	border: 1px solid #CCC;
	padding-left: 3px;
}
#contents table tr td a {
	font-weight: bold;
	text-decoration: underline;
}
