/* =============== all =============== */
body {
	width: 100%;
	background: url("../images/common/contents_base.gif") repeat-x;
	background-color: #FCFCFC;
	border-top: solid 3px #000;
}
#all {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
}
#mainimage {
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
}
#contentsArea {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.base {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
ul {
	list-style-type: none;
}
/* =============== header&menu =============== */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	text-indent: -9999px;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#globalmenu {
	position: relative;
	left: 0;
	top: 0;
	width: 1000px;
	margin: 0 auto;
}
#tohome {
	position: relative;
	left: 40px;
	top: 10px;
	width: 330px;
	height: 85px;
	background: url("../images/common/logo.png") no-repeat;
}
#mainmenu {
	position: relative;
	left: 0;
	height: 36px;
	margin: 0 auto;
	background: url("../images/common/menu_base.png") no-repeat;
}
#mainmenu ul {
	position: relative;
	left: 0;
	width: 854px;
	margin: 0 auto;
}

#mainmenu li,
#mainmenu li a {
	background-image: url("../images/common/menu.gif");
	background-repeat: no-repeat;
}
#mainmenu li {
	display: block;
	position: absolute;
	top: 0;
	height: 36px;
}
#mainmenu li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mainmenu1 {left: 0; width: 155px;}
.mainmenu2 {left: 155px; width: 115px;}
.mainmenu3 {left: 270px; width: 128px;}
.mainmenu4 {left: 398px; width: 144px;}
.mainmenu5 {left: 542px; width: 76px;}
.mainmenu6 {left: 618px; width: 160px;}
.mainmenu7 {left: 778px; width: 76px;}

.mainmenu1, .mainmenu1 a {background-position: 0 -36px;}
.mainmenu2, .mainmenu2 a {background-position: -155px -36px;}
.mainmenu3, .mainmenu3 a {background-position: -270px -36px;}
.mainmenu4, .mainmenu4 a {background-position: -398px -36px;}
.mainmenu5, .mainmenu5 a {background-position: -542px -36px;}
.mainmenu6, .mainmenu6 a {background-position: -618px -36px;}
.mainmenu7, .mainmenu7 a {background-position: -778px -36px;}

.mainmenu1 a:hover {background-position: 0 0;}
.mainmenu2 a:hover {background-position: -155px 0;}
.mainmenu3 a:hover {background-position: -270px 0;}
.mainmenu4 a:hover {background-position: -398px 0;}
.mainmenu5 a:hover {background-position: -542px 0;}
.mainmenu6 a:hover {background-position: -618px 0;}
.mainmenu7 a:hover {background-position: -778px 0;}
/* =============== contentsbox =============== */
#contentsbox {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
}

.box:after {
	content: "";
	display: block;
	clear: both;
}
.tohome {
	position: absolute;
	right: 0;
	font-size: 0;
	text-indent: -9999px;
	width: 110px;
	height: 20px;
	margin-top: 20px;
	background: url("../images/common/pagetop.gif") no-repeat;
}
.tohome a {
	display: block;
	width: 100%;
	height: 100%;
}
/* =============== footer =============== */
#footer {
	width: 100%;
	height: 120px;
	background-color: #000;
}
#footer p {
	position: absolute;
	top: 6px;
	right: 10px;
}
#footer p#sitemap {
	right: 130px;
}
#footer a {
	color: #fff;
}
address {
	position: relative;
	top: 6px;
	width: 534px;
	height: 15px;
	font-size: 0;
	text-indent: -9999px;
	background: url("../images/common/copy.gif") no-repeat;
}
#ssl {
	position: relative;
	left: 0;
	top: 20px;
	padding-top: 22px;
	padding-left: 135px;
	width: 350px;
	color: #FFF;
	font-size: x-small;
	line-height: 1.5em;
}
#ssl img {
	position: absolute;
	left: 10px;
	top: 18px;
}