@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	background: url(../image/background.gif) repeat-x;
}

img {
	border: none;
}

strong {
	font-style: normal;
	font-weight: normal;
}

.clear {
	clear: both;
}

.pickup {
	color: #F69;
	font-size: 1.2em;
	line-height: 1.8em;
}

a:link, a:visited {
	text-decoration: none;
	color: #36C;
}

a:hover {
	color: #69F;
}

/*** HEADER ***/
div#header {
	position: relative;
	width: 770px;
	height: 110px;
	margin: 0 auto;
	background: url(../image/backgroundHeader.gif) no-repeat bottom;
}

#header h1 a {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 180px;
	height: 100px;
	background: url(../image/logo.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
}

/*** GLOBAL MENU ***/
ul#globalMenu {
	position: absolute;
	top: 68px;
	left: 189px;
	width: 566px;
	height: 42px;
	list-style: none;
}

#globalMenu li.menu1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 42px;
	background: url(../image/menu1.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu1 a:hover {
	background: url(../image/menu1.gif) no-repeat bottom;
}

#globalMenu li.menu2 a {
	position: absolute;
	top: 0px;
	left: 114px;
	width: 110px;
	height: 42px;
	background: url(../image/menu2.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu2 a:hover {
	background: url(../image/menu2.gif) no-repeat bottom;
}

#globalMenu li.menu3 a {
	position: absolute;
	top: 0px;
	left: 228px;
	width: 110px;
	height: 42px;
	background: url(../image/menu3.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu3 a:hover {
	background: url(../image/menu3.gif) no-repeat bottom;
}

#globalMenu li.menu4 a {
	position: absolute;
	top: 0px;
	left: 342px;
	width: 110px;
	height: 42px;
	background: url(../image/menu4.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu4 a:hover {
	background: url(../image/menu4.gif) no-repeat bottom;
}

#globalMenu li.menu5 a {
	position: absolute;
	top: 0px;
	left: 456px;
	width: 110px;
	height: 42px;
	background: url(../image/menu5.gif) no-repeat top;
	text-indent: -1000em;
	overflow: hidden;
}

#globalMenu li.menu5 a:hover {
	background: url(../image/menu5.gif) no-repeat bottom;
}

/*** PICTURE AREA ***/
div#pictureArea {
	width: 770px;
	height: 245px;
	margin: 0 auto;
	background: url(../image/backgroundPicture.gif) no-repeat;
}

/*** CONTENTS ***/
p.sentence {
	width: 740px;
	margin: 0 auto;
	line-height: 1.6em;
	font-size: 1.1em;
	line-break: strict;
}

/*** FOOTER ***/
div#footer {
	background: url(../image/backgroundFooter.gif) repeat-x;
}

#footer div {
	width: 770px;
	margin: 0 auto;
	padding-top: 55px;
	background: url(../image/backgroundFooterBlock.gif) no-repeat;
}

#footer div ul#footerMenu {
	margin-left: 12px;
	list-style: none;
}

#footer div ul#footerMenu li {
	float: left;
	margin: 0px 12px;
	font-size: 0.9em;
}

#footer div p {
	width: 735px;
	margin: 0 auto;
	padding: 15px 0px;
	color: #815E53;
}

#footer div address {
	width: 735px;
	margin: 0 auto;
	padding: 5px 0px 30px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}













