@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.clear {
	clear: both;
}

img {
	border: none;
}

a:link, a:visited {
	color: #C68401;
	text-decoration: none;
}

a:hover {
	color: #FC3;
}

/*** HEADER ***/
div#header {
	position: relative;
	width: 846px;
	height: 88px;
	margin: 0 auto;
}

h1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 88px;
	background: url(../image/logo.gif) no-repeat;
	text-indent: -1000em;
}

h2.copy {
	position: absolute;
	top: 0px;
	left: 410px;
	width: 436px;
	height: 88px;
	background: url(../image/copy.gif) no-repeat;
	text-indent: -1000em;
}
/*** GLOBAL MENU ***/
ul#globalMenu {
	position: relative;
	width: 846px;
	height: 50px;
	margin: 0 auto;
	background: url(../image/bg_globalMenu.gif) no-repeat;
	list-style: none;
	text-indent: -1000em;
}

#globalMenu li {
	float: left;
}

#globalMenu li a {
	overflow: hidden;
}

#globalMenu li.menu1 a {
	position: absolute;
	top: 0px;
	left: 22px;
	width: 133px;
	height: 50px;
	background: url(../image/menu1.gif) no-repeat top;
}

#globalMenu li.menu1 a:hover {
	background: url(../image/menu1.gif) no-repeat bottom;
}

#globalMenu li.menu2 a {
	position: absolute;
	top: 0px;
	left: 156px;
	width: 133px;
	height: 50px;
	background: url(../image/menu2.gif) no-repeat top;
}

#globalMenu li.menu2 a:hover {
	background: url(../image/menu2.gif) no-repeat bottom;
}

#globalMenu li.menu3 a {
	position: absolute;
	top: 0px;
	left: 290px;
	width: 115px;
	height: 50px;
	background: url(../image/menu3.gif) no-repeat top;
}

#globalMenu li.menu3 a:hover {
	background: url(../image/menu3.gif) no-repeat bottom;
}

#globalMenu li.menu4 a {
	position: absolute;
	top: 0px;
	left: 406px;
	width: 151px;
	height: 50px;
	background: url(../image/menu4.gif) no-repeat top;
}

#globalMenu li.menu4 a:hover {
	background: url(../image/menu4.gif) no-repeat bottom;
}

#globalMenu li.menu5 a {
	position: absolute;
	top: 0px;
	left: 558px;
	width: 133px;
	height: 50px;
	background: url(../image/menu5.gif) no-repeat top;
}

#globalMenu li.menu5 a:hover {
	background: url(../image/menu5.gif) no-repeat bottom;
}

#globalMenu li.menu6 a {
	position: absolute;
	top: 0px;
	left: 692px;
	width: 133px;
	height: 50px;
	background: url(../image/menu6.gif) no-repeat top;
}

#globalMenu li.menu6 a:hover {
	background: url(../image/menu6.gif) no-repeat bottom;
}

/*** SUB MENU ***/
ul#subMenu {
	position: relative;
	width: 846px;
	height: 42px;
	margin: 0 auto 10px;
	background: url(../image/bg_subMenu.gif) no-repeat;
	list-style: none;
	text-indent: -1000em;
}

#subMenu li {
	float: left;
}

#subMenu li a {
	overflow: hidden;
}

#subMenu li.menu7 a {
	position: absolute;
	top: 8px;
	left: 380px;
	width: 155px;
	height: 19px;
	background: url(../image/menu7.gif) no-repeat top;
}

#subMenu li.menu7 a:hover {
	background: url(../image/menu7.gif) no-repeat bottom;
}

#subMenu li.menu8 a {
	position: absolute;
	top: 8px;
	left: 535px;
	width: 131px;
	height: 19px;
	background: url(../image/menu8.gif) no-repeat top;
}

#subMenu li.menu8 a:hover {
	background: url(../image/menu8.gif) no-repeat bottom;
}

#subMenu li.menu9 a {
	position: absolute;
	top: 7px;
	left: 666px;
	width: 66px;
	height: 19px;
	background: url(../image/menu9.gif) no-repeat top;
}

#subMenu li.menu9 a:hover {
	background: url(../image/menu9.gif) no-repeat bottom;
}

#subMenu li.menu10 a {
	position: absolute;
	top: 8px;
	left: 732px;
	width: 86px;
	height: 19px;
	background: url(../image/menu10.gif) no-repeat top;
}

#subMenu li.menu10 a:hover {
	background: url(../image/menu10.gif) no-repeat bottom;
}

/*** FOOTER ***/
div#footer {
	width: 846px;
	margin: 12px auto 0px;
	padding-bottom: 12px;
	background: url(../image/bg_footer.gif) repeat-x top;
}

#footer ul.footerMenu {
	margin-left: 40px;
	clear: both;
	font-size: 0.85em;
	list-style: none;
}

.footerMenu li {
	float: left;
	padding: 3px 12px 3px 8px;
	background: url(../image/footer_mark.gif) no-repeat left center;
}

.footSpace {
	padding-top: 14px;
}

address {
	width: 846px;
	height: 60px;
	clear: both;
	margin: 0px auto;
	padding-top: 12px;
	background: url(../image/bg_copyright.gif) no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

/*** NAVIGATION ***/
div.navigation {
	width: 790px;
	margin: 0 auto;
	font-size: 0.85em;
	color: #363;
}

.navigation ul#totop {
	float: right;
	width: 135px;
	height: 25px;
	list-style: none;
}

.navigation ul#totop li a {
	display: block;
	width: 135px;
	height: 25px;
	background: url(../image/btn_top.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

.navigation ul#totop li a:hover {
	background: url(../image/btn_top.gif) no-repeat bottom;
}

/*** LAYOUT ***/
div#container {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0px;
}

div#contentsArea {
	float: left;
	width: 600px;
	padding-bottom: 15px;
}

div#bnrArea {
	float: left;
	width: 180px;
	margin-left: 20px;
	padding-bottom: 15px;
	display: inline;
}

div#promotion {
	position: relative;
	width: 805px;
	height: 250px;
	margin: 0 auto;
	background: url(../image/promotion.gif) no-repeat;
}

#promotion div {
	position: absolute;
	top: 10px;
	left: 59px;
	width: 795px;
	height: 240px;
}

/*** LINK ***/
#footer a:link, #footer a:visited, .navigation a:link, .navigation a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover, .navigation a:hover {
	color: #f9a401;
}

/*** COMMON CONTENTS ***/
p.sentence {
	width: 580px;
	margin: 10px auto 15px;
	line-height: 1.6em;
}

img.picture {
	border: 2px solid #DDD;
}

table {
	width: 580px;
	margin: 10px 0px 15px;
	border-top: 1px solid #f6c83b;
	border-left: 1px solid #f6c83b;
	border-right: 1px solid #e9a82f;
	border-bottom: 1px solid #e9a82f;
	background: #FFF;
}

th, td {
	padding: 4px 10px;
	border-top: 1px solid #f6c83b;
	border-left: 1px solid #f6c83b;
	border-right: 1px solid #e9a82f;
	border-bottom: 1px solid #e9a82f;
	line-height: 1.6em;
}

th {
	background: url(../image/bgTd.gif);
	text-align: left;
	color: #FFF;
	white-space: nowrap;
}

td {
	background: #fefbd3;	
}

/*** TOP PAGE ***/
h3.topSub1 {
	width: 545px;
	height: 65px;
	background: url(../image/sub_welcome.gif) no-repeat;
	text-indent: -1000em;
}

h3.topSub2 {
	width: 545px;
	height: 65px;
	margin-bottom: 12px;
	background: url(../image/sub_info.gif) no-repeat;
	text-indent: -1000em;
}

img.infoPicure {
	margin-left: 15px;
	border: 2px solid #DDD;
}

p.infoText {
	width: 560px;
	margin: 10px auto 15px;
	line-height: 1.6em;
}
