/* CSS Document */

/* tag */
body {
	background-color: #FFFFFF;
	font-size: .65em;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #002bb8;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
	color: #faa700;
}

/* layout */
#wrapper {
	font-size:127%;
	width:774px;
	background: #FFFFFF url(../img/header_top.gif) no-repeat top left;
	padding-top: 12px;
	margin:10px auto 0;
}
#header {
	position: relative;
	padding-bottom: 15px;
	background: #FF7F00 url(../img/header_body.gif) repeat-y right top;
	background-color: #FF7F00;
	height:100%;
}
#header h1 {
	margin-left: 10px;
}
#header h1 a {
	background: url(../img/index_08.gif) no-repeat;
	height: 74px;
	width: 435px;
	text-indent: -9999px;
	display: block;
	outline:none;
}
#content {
	background: url(../img/content_body.gif) repeat-y;
	margin-bottom: 0px;
}
#wrapper #content #mainContent {
	width: 530px;
	margin: 7px 23px 0px 0px;
	_margin-right: 9px;
	padding: 0;
	position: relative;
}
#secondary {
	width: 180px;
	padding: 10px 0 0 7px;
	margin-bottom: 0px;
}
#footer {
	clear: left;
	margin-bottom: 0px;
	padding: 0 0 30px;
	_padding: 0 0 25px;
	background: #FFFFFF url(../img/footer_bottom.gif) no-repeat left bottom;
}
#footer #copyRight {
	background: url(../img/content_body.gif) repeat-y;
	display:block;
	margin: 0px;
	width:100%;
	text-align: center;
}
#footer #copyRight address {
	background: url(../img/top-footer.gif) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 381px;
	margin: 0 auto ;
}
#returnTop {
	clear: both;
	width: 700px;
	margin-left: 30px;
	background: url(../img/line_shougan.gif) no-repeat center bottom;
	padding: 8px 0 30px 0;
}
#returnTop p {
	font-size: 10px;
	text-align: center;
}

/* wstd link */
#header ul {
	position: absolute;
	top: 0px;
	right: 20px;
}
#header ul  li {
	float: left;
	height: 75px;
	width: 75px;
}
#header ul li a {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 75px;
}
#header ul li a#linkTimes {
	background: url(../img/linklogotimes.gif) no-repeat;
}
#header ul li a#linkSharyobu {
	background: url(../img/linklogosharyo.gif) no-repeat;
}
#header ul li a#linkPonte {
	background: url(../img/linklogoponte.gif) no-repeat;
}
#header ul li a#linkWSTD {
	background: url(../img/linklogowstd.gif) no-repeat;
}


/* globalNavigation */
#globalNavigation ul {
	width: 204px;
	position:relative;
}
#globalNavigation ul li {
	height: 36px;
	width: 202px;
	background-color:#FFFFFF;
	margin-bottom:5px;
}
#globalNavigation ul li a {
	display:block;
	height: 34px;
	width: 200px;
	text-decoration:none;
	border: 1px solid #FF7F00;
	text-indent:-9999px;
	background: no-repeat center center;	
}
#globalNavigation ul li:hover a {
	color:#FFFFFF;
	text-indent:0px;
	background-color: #FF7F00;
	text-align:center;
	font-size:144%;
	font-weight:bold;
	line-height:2em;
}
#globalNavigation ul li ul {
	display:none;
}
#globalNavigation ul li:hover ul {
	display:block;
	margin-left:200px;
	margin-top:-35px;
	position:absolute;
	z-index:100;
}
#globalNavigation ul li:hover ul li {
	height:1.55em;
	margin-bottom:0px;
}
#globalNavigation ul li:hover ul li a {
	color:#FFFFFF;
	background-color:#669933;
	height:1.55em;
	text-align:center;
	font-size:91%;
	line-height:1.50em;
	border: 1.5px solid #FFF;
	text-indent:0px;
}
#globalNavigation ul li:hover ul li a:hover {
	background-color:#CC0000;
}
#globalNavigation ul li#navHome a {
	background-image: url(../img/navHome.gif);
}
#globalNavigation ul li#navAbout a {
	background-image: url(../img/navAbout.gif);
}
#globalNavigation ul li#navEvent a {
	background-image: url(../img/navEvent.gif);
}
#globalNavigation ul li#navVillage a {
	background-image: url(../img/navVillage.gif);
}
#globalNavigation ul li#navVillage:hover ul li a {
	background-image: none;
}
#globalNavigation ul li#navCar a {
	background-image: url(../img/navCar.gif);
}
#globalNavigation ul li#navCompany a {
	background-image: url(../img/navCompany.gif);
}
#globalNavigation ul li#navContact a {
	background-image: url(../img/navContact.gif);
}
#globalNavigation ul li#navHome:hover a, #globalNavigation ul li#navAbout:hover a, #globalNavigation ul li#navEvent:hover a, #globalNavigation ul li#navVillage:hover a, #globalNavigation ul li#navCar:hover a, #globalNavigation ul li#navCompany:hover a, #globalNavigation ul li#navContact:hover a {
	background-image: none;
	font-weight:normal;
}

/* ページタイトル */
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 0.5em;
	padding-bottom: 2px;
	text-align: right;
}

/* 右寄せ・グレー */
.indt-right_gray {
	text-align: right;
	font-size: 85%;
	color: #666666;
}
