﻿@charset "utf-8";
/*-- INDEX ----------------------------------------
 #001 common
 #002 top
 #003 header
 #004 Main
 #005 sidenavi
 #006 footer
-------------------------------------------------*/

/*-------------------------------------------------
 #001 common
-------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans serif"; 
	background-color: #000000;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 12px;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf { display: inline-block; }
/* exlude MacIE5 \*/
* html .cf { height: 1% }
.cf {display:block;}
/* end MacIE5 */

/*-------------------------------------------------
 #002 top
-------------------------------------------------*/

body#top {
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}


body#top #box {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
}

/*-------------------------------------------------
 #003 header
-------------------------------------------------*/
#container {
	width: 925px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/common/main_bg.gif) repeat;
}

#header {
	background: url(../img/common/header_bg.gif) left top no-repeat;
	width: 925px;
	height: 178px;
}

#header #logo {
	float: left;
	margin: 0 45px 0 0;
}

#header #banner {
	float: left;
	margin: 20px 0;
}

#header #banner .txt {
	text-align: center;
	color: #FFFFFF;
	margin: 5px 0 0 0;
}

#header #banner .txt a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#header #banner .txt a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-------------------------------------------------
 #004 main
-------------------------------------------------*/

#main_cont {
	clear: both;
	width: 925px;
	height: auto;
	background: url(../img/common/sidenavi_bg.gif) repeat-y;
}

#contents_cont {
	float: right;
	width: 715px;
	margin: 0 0 40px 0;
	/*height: 550px;*/
}

#contents_cont #pankuzu {
	margin: 10px 0 20px 0;
}

#contents_cont #pankuzu p {
	font-size: 10px;
}

/*-------------------------------------------------
 #005 sidenavi
-------------------------------------------------*/

#sidenavi {
	float: left;
	width: 210px;
	height: 650px;
}


#sidenavi ul {
	margin: 10px 15px 0 10px;
	padding: 0;
	width: 180px;
}

#sidenavi li{
	list-style-type:none;
	width:180px;
	margin: 0 0 15px 0;
	padding: 0;
	/*float:left;*/
}

#sidenavi li img{
	border:0;
}

#sidenavi li.menu_01 {
	background:url(../img/common/new_off.gif) left top no-repeat;
	height:65px;
}

#sidenavi li.menu_02 {
	background:url(../img/common/shop_off.gif) right top no-repeat;
	height:86px;
	text-align: right;
}

#sidenavi li.menu_03 {
	background:url(../img/common/web_off.gif) left top no-repeat;
	height:85px;
}

#sidenavi li.menu_04 {
	background:url(../img/common/map_off.gif) right top no-repeat;
	height:61px;
	text-align: right;
}

#sidenavi li.menu_05 {
	background:url(../img/common/qa_off.gif) left top no-repeat;
	height:62px;
}

#sidenavi li.menu_06 {
	background:url(../img/common/blog_off.gif) right top no-repeat;
	height:62px;
	text-align: right;
}

#sidenavi li.menu_07 {
	background:url(../img/common/link_off.gif) left top no-repeat;
	height:62px;
}

#sidenavi li a{
	display:block;
	width:180px;
	height:48px;
}

#sidenavi li a:hover {
	background-color:transparent;
}

#sidenavi li a:hover img{
	visibility:hidden;
}

/*-------------------------------------------------
 #006 footer
-------------------------------------------------*/
#footer_cont {
	clear: both;
	height: 75px;
}

#footer {
	background: url(../img/common/footer_bg2.gif) left top no-repeat;
	width: 925px;
	margin: 0;
	height: 75px;
}

#footer ul {
	margin: 30px 0 0 10px;
	padding: 0 0 0 0;
	list-style: none;
	background-color: #000000;
	width: 550px;
	height: 20px;
	float: left;
}

#footer li {
	margin: 0 2px;
	padding: 3px 0;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
}

#footer li a {
	color: #FFFFFF;
}

#footer li a:hover {
	color: #FFFF00;
}

#footer #copyright {
	float:right;
	margin: 30px 0 0 0;
}
