/* 全体 バックグラウンド */
body {
	text-align: center;
	background-image: url(../images/bg01.gif);
	margin: 0px;
	padding: 0px;
}

/* --global-- */
#global {
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

/* --ヘッダー部-- */
#headder {
	width: auto;
	height: 52px;
	margin: 0px 15px;
	padding: 0px;
}
#logo {
	padding-top: 7px;
	float: left;
}
#headdermenu {
	padding-top: 7px;
	text-align: right;
}
#headdermenu img {
	margin-left: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#headdermenu a:link {
	color: #336699;
	text-decoration: underline;
}
#headdermenu a:visited {
	color: #336699;
	text-decoration: underline;
}
#headdermenu a:hover {
	text-decoration: none;
}
#headdermenu a:active {
	text-decoration: none;
}

#headder .hide {
	display:none;
}

/* --ぱんくず-- */
#pan {
	width: 475px;
	position: absolute;
	top: 28px;
	left: 200px;
	color: #FFFFFF;
}
#pan a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#pan a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#pan a:hover {
	text-decoration: none;
}
#pan a:active {
	text-decoration: none;
}

/* --コンテンツ部-- */
#maincontents {
	width: 750px;
	position: relative;
	top: 0px;
	left: 0px;
}

#maintitle {
	width: 138px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 右メニュー */
#menu {
	position: absolute;
	top: 40px;
	left: 707px;
	width: 43px;
}
#menu span {
	display: none;
}
.preload {
	display: none;
}
.menu1 a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu01.gif);
	background-repeat: no-repeat;
}
.menu1on a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu01on.gif);
	background-repeat: no-repeat;
}
.menu2 a {
	display: block;
	width: 43px;
	height: 132px;
	background-image: url(../images/menu02.gif);
	background-repeat: no-repeat;
}
.menu2on a {
	display: block;
	width: 43px;
	height: 132px;
	background-image: url(../images/menu02on.gif);
	background-repeat: no-repeat;
}
.menu3 a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu03.gif);
	background-repeat: no-repeat;
}
.menu3on a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu03on.gif);
	background-repeat: no-repeat;
}
.menu4 a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu04.gif);
	background-repeat: no-repeat;
}
.menu4on a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu04on.gif);
	background-repeat: no-repeat;
}
.menu5 a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu05.gif);
	background-repeat: no-repeat;
}
.menu5on a {
	display: block;
	width: 43px;
	height: 66px;
	background-image: url(../images/menu05on.gif);
	background-repeat: no-repeat;
}

#contents {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg02.gif);
	background-position: 0px 10px;
	background-repeat: repeat-y;
}

/* ページトップ */
#gotop {
	text-align: right;
	margin-top: 10px;
}
#gotop img {
	vertical-align: middle;
}
#gotop a:link {
	color: #336699;
	text-decoration: underline;
}
#gotop a:visited {
	color: #336699;
	text-decoration: underline;
}
#gotop a:hover {
	text-decoration: none;
}
#gotop a:active {
	text-decoration: none;
}

/* --フッター部-- */
#footer {
position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 30px;
	margin-top: 20px;
	padding: 0px;
	background-image: url(../images/bg03.gif);
}

/* フッター部 メニュー */
#footermenu {
	padding-top: 9px;
}
#footermenu img {
	margin-left: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#footermenu a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footermenu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footermenu a:hover {
	text-decoration: none;
}
#footermenu a:active {
	text-decoration: none;
}

/* フッター部 コピーライト */
#footercopy {
	position: absolute;
	top: 0px;
	left: 405px;
}
