body {
	font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
	margin 0px;
	padding: 0px;
	text-align:center;
}

a img {border: none; }

#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image : url(unit/header.jpg);
	height: 164px;
}

#logo {
	position: relative;
	left: 75px;
	top: 55px;
	margin: 0px;
}

#navigation {
	position: relative;
	left: 40px;
	top: 70px;
	width: 730px;
	height: 31px;
	border-bottom: 1px solid #CFFCE8;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	width: 123px;
	margin: 2px;
	text-align: center;
	height: 24px;

}

#navigation a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(unit/menu.gif);
	background-position: left top;
	padding-top: 6px;
	text-decoration: none;
	color: #666666;
}

#navigation a:hover {
	background-position: right top;
	color: #FFFFFF;
}

#container {
	position: absolute;
	width: 920px;
	background-image : url(unit/container.jpg);
	background-repeat : repeat-y;

	
}

#primary {
	position: relative;
	margin-left: 42px;
	top: 0px;
	width: 650px;

}

#secondary {
	position: absolute;
	left: 695px;
	top: 5px;
	width: 220px;
	
}    

#footer {
	position: relative;
	height: 80px;
	background-image: url(unit/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 80px;
	color: gray;

}


#primary h1 {
	font-size: 135%;
	color: #FFFFFF;
	background-image : url(unit/headbar.gif);
	background-repeat : no-repeat;
	margin: 20px  0 20px 0;
	padding: 3px 10px 10px 10px;
}

#primary h2 {
	background: url(unit/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}







* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 15px; /* center for now */
	width: 165px; /* ems so it will grow */
	background: #FFFFFF url(unit/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(unit/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(unit/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 12px 20px 7px;
	color: white; 
	font-weight: normal;
	font-size: 1em; 
	line-height: .8em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(unit/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 10px 10px;
}

.boxbody ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

.boxbody li {
	margin: 0;
	padding: 3px;
}

.boxbody a {
	text-decoration: none;
	color: #666666;
}

.boxbody a:hover {
	color: orange;
}

.contents {
	font-size: 100%;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.contents a {
	color: #000000;
	text-decoration: none; 
}

.contents a:hover {
	color: orange;
}




.tablelist {
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	background-color: #802041;

	}

.tablelist th{
	background-color: white;
	padding: 5px;
	width: 20%;
	color: green;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	}

.tablelist td{
	background-color: white;
	padding: 5px;
	width: 80%;
	color: black;
	}

.photoleft {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

.clearboth {
	clear: both;
	}


.navigationmenu {
	margin-right: 30px;
	padding: 10px 10px 10px;
}

.navigationmenu ul {
	list-style: none;
	margin: 0;
	padding-right: 5px;
	text-align: right;
	color: green;

}

.navigationmenu li {
	margin: 0;
	padding: 2px;
}

.navigationmenu a {
	color: green;
	text-decoration: none;
}

.navigationmenu a:hover {
	color: orange;
}