@charset "UTF-8";
/* Target browser IE6/7, Firefox1.5/2, ONLY */

/* ++++++ BASIC STRUCTURE ++++++ */
* {
	margin:0px;
	padding:0px;
}
body {
	color:#666666;
	background-color:#CCFFCC;
	background-image:none;
        background-repeat:repeat-x;
	text-align:center;
}
body, table, caption, th, td, form, input, textarea, {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  \*/
* html body, * html table, * html caption, * html th, * html td, * html form, * html input, * html textarea, {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  */
a {
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
table, img {
	border:0px none transparent;
}
table {
	border-collapse:collapse
}
caption, th {
	font-weight:bold;
}

/* ++++++ LAYOUT ++++++ */
#underbox {
	background-image:url(images/underbox04.gif);
	background-repeat:repeat-y;
	background-position:100% 0%;
	text-align:left;
	width:802px;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-color:#FFFFFF;
	background-image:url(images/head00.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:800px;
	height:150px;
}
#globalnav{
	background-color:#FFFFFF;
	background-image:url(images/side_back00.jpg);
	background-position:0% 100%;
	width:800px;
	padding:0px 0px 3px;
}
#container {
	background-color:#FFFFFF;
        background-position:0% 100%;
	background-image:url(images/conback00.jpg);
	background-repeat:repeat-y;
	text-align:left;
 	clear:left;
	overflow:auto;
	width:800px;
	padding:10px 0px 3px;
}
#sidebar1{
	color:#666666;
	background-image:url(images/side_back00.jpg);
	float:right;
	width:180px;
	margin-top:5px;
}
#contents{
	color:#666666;
	float:right;
	width:620px;
}
#prefooter{
	background-color:#FFFFFF;
        background-position:0% 100%;
	background-image:url(images/side_back02.jpg);
	background-repeat:no-repeat;
	width:800px;
	padding:0px;
}

#footer {
	background-image:url(images/underbox04.gif);
	background-repeat:repeat-x;
	background-position:0% 100%;
	width:800px;
	padding-bottom:4px;
}

/* ++++++ COMMON ++++++ */
/* +++ HEADER +++ */
#header h1.sitename {
	font-size:1.5em;
	font-weight: bold;
	line-height:1em;
}
#header h1.sitename a {
	color:#666666;
}
#header h1.sitename a:link {
	color:#666666;
}
#header h1.sitename a:visited {
	color:#666666;
}
#header h1.sitename a:hover {
	color:#666666;
}

#header p {
	color:#FFFFFF;
        font-weight: bold;
        letter-spacing: -0.09em;
        padding:5px 0px 0px 370px;
}

/* +++ GLOBALNAV +++ */
#globalnav ul {
	text-align:center;
	overflow:auto;
	margin:0px 0px 1px 410px;
	list-style:none;
}
/* \*/
* html #globalnav ul {
	margin-left:425px;
}
/*  */
#globalnav ul li {
	color:#666666;
        font-size:80%;
        font-weight:bold;
        display:inline;
}
#globalnav ul li a {
        color:#666666;
	display:block;
	float:left;
	width:90px;
        border-left:solid 1px #999999;
}
#globalnav ul li.first a{
}
#globalnav ul li a:link {
	color:#666666;
}
#globalnav ul li a:visited {
	color:#666666;
}
#globalnav ul li a:hover {
	color:#CCCCCC;
}

/* +++ CONTAINER +++ */
#container p.topagetop {
	text-align:right;
	padding-right:10px;
}
.breadcrumbs {
	text-align:left;
	padding:0px 40px;
}

/* +++ CONTENTS +++ */
.contentsbody {
	background-color:#FFFFFF;
	margin:10px;
	padding:0px;
}
.contentsbody h1{
	background-image:url(images/title01.jpg);
	background-repeat:no-repeat;
	font-size:1.1em;
	font-weight: bold;
	line-height:1em;
	margin:15px 0px;
	padding:8px 5px 8px 25px;
}
.contentsbody h2{
	background-image:url(images/listmark01.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:1.1em;
	font-weight: bold;
	line-height:1em;
	margin:15px 25px;
	padding:8px 5px 8px 35px;
}
.contentsbody h3{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
        margin:15px 25px;
	padding:10px 10px 10px 10px;
}
.contentsbody h4{
	font-size:1em;
	font-weight:bold;
	line-height: 1em;
        letter-spacing: -0.01em;
        margin:15px 25px;
	padding:10px 15px 0px 5px;
}
.contentsbody h5{
	background-image:url(images/listmark02.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:1em;
	font-weight: bold;
	line-height:1em;
	margin:15px 25px;
	padding:10px 5px 10px 20px;
}
.contentsbody p {
	margin:15px 25px;
}

.contentsbody p em {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

.contentsbody p strong {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

.contentsbody blockquote {
}

.contentsbody table {
        width:560px;
        background-color: #FFFFFF;
        text-align: center;
        margin: 20px; 
}

.contentsbody caption {
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
        padding: 5px 25px; 
        background-color:#339933;
}

.contentsbody th {
        color: #666666;
        font-weight: bold;
        text-align: center;
        padding: 10px; 
	border:1px solid #339933;
}

.contentsbody td {
        color: #666666;
        font-weight: nomal;
        text-align: left;
        padding: 10px 20px; 
	border:1px solid #339933;
}

.hyou table {
        width:550px;
        background-color:#FFFFFF;
        text-align: center;
        margin: 25px; 
}

.hyou tr {
        color: #000000;
        font-weight: nomal;
        text-align: center;
        padding: 5px 0px; 
	border:1px solid #FFCCFF;
}

.hyou td {
        color: #000000;
        font-weight: nomal;
        text-align: center;
        padding: 5px 0px; 
	border:1px solid #FFCCFF;
}

/* ++++ SIDEBAR1 ++++ */
#sidebar1 .sidemenu {
	margin:0px;
	padding:5px 2px 0px 2px;
}
#sidebar1 .sidemenu ul {
	list-style:none;
	padding-left:10px;
        padding-top: 0px;
}
#sidebar1 .sidemenu ul li{
	border-bottom:1px solid #ccc;
}
#sidebar1 .sidemenu h2 {
	color:#FFFFFF;
	background-color:#fff;
	background-image:url(images/sidemenu00.gif);
	background-repeat:no-repeat;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	padding:12px 0px 12px 35px;
}

#sidebar1 .sidemenu a {
	color:#666666;
	background-image:url(images/listmark03.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	display:block;
	padding:10px 5px 10px 15px;
}
#sidebar1 .sidemenu a:link {
	color:#666666;
}
#sidebar1 .sidemenu a:visited {
	color:#666666;
}
#sidebar1 .sidemenu a:hover {
	color:#666666;
	background-color:#FFFFFF;
}

#sidebar1 p.rss {
	text-align:center;
}

#sidebar1 p.rss a {
	color:#666666;
	background-color:#339933;
	display:block;
	margin:0px 40px 10px;
	padding:2px 0px;
}
#sidebar1 p.rss a:link {
	color:#666666;
}
#sidebar1 p.rss a:visited {
	color:#666666;
}
#sidebar1 p.rss a:hover {
	color:#666666;
	background-color:#336633;
}

/* +++ PREFOOTER +++ */
#prefooter ul {
	text-align:center;
	overflow:auto;
	margin:0px 0px 0px 285px;
	list-style:none;
}
/* \*/
* html #prefooter ul {
	margin-left:300px;
}
/*  */
#prefooter ul li {
	color:#666666;
        font-size:85%;
        font-weight:bold;
        display:inline;
}
#prefooter ul li a {
	color:#666666;
        padding:1px 0px 0px 0px;
	display:block;
	float:left;
	width:100px;
        border-left:solid 1px #666666;
}
#prefooter ul li.first a{
}
#prefooter ul li a:link {
	color:#666666;
}
#prefooter ul li a:visited {
	color:#666666;
}
#prefooter ul li a:hover {
	color:#CCCCCC;
}

/* +++ FOOTER +++ */
#footer p {
        background-image:url(images/foot02.png);       
	background-repeat:repeat-x;
        font-weight:bold;
        color:#FFFFFF;
        text-align:right;
        padding:5px 10px;
}

#footer p a {
	color:#FFFF33;
}

#footer address {
	font-size:80%
        font-weight:bold;
        color:#FFFFFF;
        background-color:66CC33;
        text-align:right;	
        padding:1em 10px;
}

/* +++ UPDATE +++ */
.update {
background-color:#FFFFFF;
margin-left:20px;
}

.update ul li {
list-style:none;
}

.update ul li p,
.update ul li h2 {
display:inline;
padding:0px;
margin:0px;
}

.update ul li h2 {
background-image:url(images/update01.png);
font-size:1em;
font-weight:nomal;
margin:0px 1em;
padding-left:60px;
border:none;
 
} 

/* +++ GOOGLEMAPMARKER +++ */
div.g-maparea {
margin-botttom:1em;
margin-left:30px;
color:#666666;
}
div.g-maparea #map {
width: 550px;
height: 400px;
float:left;
border:2px double #666666;
}
div.g-maparea #map h4 {
color:red;
}
div.g-maparea #maplinks {
        margin-top:420px;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.2em;
}


/* +++ MAP +++ */
div.map{
}



