@charset "UTF-8";

body {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.clear {
	clear:both;
}

/*
---------*/

div#header {
	position: relative;
	margin-top: 10px;
	width: 986px;
}
div#header h1 {
	width: 412px;
	position: absolute;
	margin-top: 25px;
}
div#header h2 {
	float: right;
	width: 563px;
	margin-top: 25px;
}
div#header ul {
	list-style-type: none;
	font-size: 62.5%;
	top: 0px;
	right: 0px;
	z-index: 100;
	position: absolute;
}
div#header li {
	display: inline;
	background-image: url(../common_images/headericon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 10px;
	padding-left: 5px;
}

/*
---------*/

ul#gNavi {
	position: relative;
	height: 34px;
	width: 986px;
}
ul#gNavi li, ul#gNavi a {
	text-decoration: none;
	display: block;
	position: absolute;
}
ul#gNavi li {
	text-indent: -9999px;
}
ul#gNavi  a {
	width: 141px;
	height: 34px;
	text-decoration: none;
	background-repeat: no-repeat;
	outline:none;
	background-image: url(../common_images/gNavi.png);
}

/*
---------*/

ul#gNavi li.companyInfo a {
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
}
ul#gNavi li.whatsNew a {
	background-position: -141px 0px;
	left: 141px;
	top: 0px;
}
ul#gNavi li.productInfo a {
	background-position: -282px 0px;
	left: 282px;
	top: 0px;
}
ul#gNavi li.virtual a {
	background-position: -423px 0px;
	left: 423px;
	top: 0px;
}
ul#gNavi li.kodawari a {
	background-position: -564px 0px;
	left: 564px;
	top: 0px;
}
ul#gNavi li.square a {
	background-position: -705px 0px;
	left: 705px;
	top: 0px;
}
ul#gNavi li.recruit a {
	background-position: -846px 0px;
	left: 846px;
	top: 0px;
	width: 140px;
}

/*
---------*/

ul#gNavi li.companyInfo a:hover {
	background-position: 0px -34px;
	left: 0px;
	top: 0px;
}
ul#gNavi li.whatsNew a:hover {
	background-position: -141px -34px;
	left: 141px;
	top: 0px;
}
ul#gNavi li.productInfo a:hover {
	background-position: -282px -34px;
	left: 282px;
	top: 0px;
}
ul#gNavi li.virtual a:hover {
	background-position: -423px -34px;
	left: 423px;
	top: 0px;
}
ul#gNavi li.kodawari a:hover {
	background-position: -564px -34px;
	left: 564px;
	top: 0px;
}
ul#gNavi li.square a:hover {
	background-position: -705px -34px;
	left: 705px;
	top: 0px;
}
ul#gNavi li.recruit a:hover {
	background-position: -846px -34px;
	left: 846px;
	top: 0px;
	width: 140px;
}


/*
---------*/

ul.topicPath {
	font-size: 75%;
	color: #333333;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 15px;
}
ul.topicPath li {
	display: inline;
}
ul.topicPath li a {
	color: #333333;
}


/*
---------*/

div#main {
	float: left;
	width: 705px;
}
div#main h2.level01 {
	background-image: url(../common_images/border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 24px;
	padding-left: 5px;
}
div#main h3.level02 {
	background-image: url(../common_images/level02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 685px;
	font-size: 87.5%;
	color: #303030;
	padding-top: 5px;
	padding-left: 20px;
}





/*
---------*/

div#subMenu {
	float: left;
	width: 261px;
	margin-left: 20px;
}


div#subMenu ul {
	list-style-type: none;
	font-size: 75%;
	color: #333333;
}

div#subMenu li {
	background-image: url(../common_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDC9BA;
	padding-top: 8px;
	padding-bottom: 7px;
}
div#subMenu li.lower {
	background-image: url(../common_images/arrow.png);
	background-repeat: no-repeat;
	background-position: 26px center;
	padding-left: 44px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDC9BA;
	padding-top: 8px;
	padding-bottom: 7px;
}

div#subMenu li a {
	color: #333333;
}
/*
---------*/

ul#banner {
	list-style-type: none;
	float: right;
	width: 272px;
	margin-top: 30px;
}
ul#banner li{
	margin-bottom: 5px;
}
ul#banner img{
	vertical-align: bottom;
}

/*
---------*/

div#footer {
	width: 986px;
	background-image: url(../common_images/footer.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
div#footer ul {
	list-style-type: none;
	font-size: 75%;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#footer ul li {
	display: inline;
}
div#footer ul li a {
	color: #FFFFFF;
}
div#footer p.attention {
	font-size: 75%;
	color: #7D5752;
	float: left;
	padding-left: 10px;
}
div#footer p.copyright {
	color: #7D5752;
	float: right;
	padding-right: 10px;
	font-size: 75%;
}
