@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 69%;
}
/*Text Styles*/
a:link, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover, a:active {
	text-decoration: none;
	color: #CCC;
	outline: none;
}
a:focus { 
	-moz-outline-style: none; 
	outline: none;
}
.bodytext {
	color: #000000;
	text-indent: 20px;
}
.noindent {
	color: #000000;
}
.centered {
	color: #000000;
	text-align: center;
}
.highlight {
	color: #666666;
	font-style: italic;
}
.copyright {
	color: #666666;
	text-align: center;
}
.japanese {
	color: #000000;
	text-indent: 20px;
	font-family: MS PGothic, MS Gothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
}
.japanese_noindent {
	color: #000000;
	font-family: MS PGothic, MS Gothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
}
h1 {
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-size: 2em;
	margin: 1em, 0;
}
h2 {
	font-family: MS UI Gothic, MS Gothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 2.1em;
	margin: 1em, 0;
}
h3 {
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
h4 {
	font-family: MS PGothic, MS Gothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.5em;
}
h5 {
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 4px 0;
}
h6 {
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*Positioning Styles*/
#slideshow {
	width:1000px;
	height: 800px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}
#slideshow2 {
	width:800px;
	height: 528px;
	margin: 0 auto;
	padding: 4px 0;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}
#menu {
	height:104px;
	width: 1000px;
	margin: 0;
	padding: 0;
}
.menuItem {
	float: left;
	height: 18px;
	width: 118px;
	margin: 81px 4px 0 0;
	padding: 0 1px;
	border-bottom: solid #333 4px;
	overflow:hidden;
}
.menuItem:hover {
	background-color:#333;
}
.menuItem h6{
	position: relative;
}
#noflash {
	width: 1000px;
	clear:both;
	padding: .5em 0;
	background-color:#333;
}
#imagebar {
	height:100px;
	width: 1000px;
	margin: 4px 0;
	padding: 0;
}
.heading_bar {
	height: 37px;
	width: 470px;
	padding: 0 0 0 20px;
	margin: 10px 0 5px 0;
}
.container {
	height:auto;
	width:1000px;
	margin: 0;
	padding: 0;
	clear:both;
}
.lefttext {
	width: 490px;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
.righttext {
	width: 490px;
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
}
#renrakusaki {
	width: 1000px;
	height: 20px;
	clear:both;
	margin: 0 auto;
	padding: 0;
}
.textwrapLeft {
	padding: 10px 0 10px 10px;
	margin: 0 -10px 0 0;
	text-align:right;
	float: right;
}
.textwrapRight {
	padding: 10px 10px 10px 0;
	margin: 0 0 0 -10px;
	text-align:left;
	float: left;	
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
/*IE6 Hacks*/
* html .textwrapLeft {
	margin: 0 -5px 0 0;
}
* html .textwrapRight {
	margin: 0 0 0 -5px;
}
* html img {

}

