@charset "shift_jis";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #000;
	font-size: 10px;
	font-family: Verdana,Chicago;
	scrollbar-3dlight-color:#dbdbdb;
	scrollbar-arrow-color:#dbdbdb;
	scrollbar-darkshadow-color:#212121;
	scrollbar-face-color:#212121;
	scrollbar-highlight-color:#dbdbdb;
	scrollbar-shadow-color:#dbdbdb;
	scrollbar-track-color:#dbdbdb;
	text-align: center;
	line-height: 1.5;
}

a {
	color: #777;
	text-decoration: none;
}

img {	border: none;	}
hr {	display: none;	}
li {	list-style: none;	}


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

#page {
	width: 820px;
	margin: 0 auto;
	text-align:left;
	background: url(../img/top_top.gif) no-repeat;
	padding-top: 10px;
}
#page h1 {
	display: none;
}



#Copy {
	clear: both;
	width: 820px;
	height: 17px;
	background: url(../img/top_bottom.gif) no-repeat;
	text-indent: -9999px;
}

#Footer {
	text-align: center;
	padding: 30px 0;
}
#Footer p {
	margin-bottom: 30px;
}


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

#ConButton {
	width: 140px;
	float: left;
}

#ConMain {
	width: 680px;
	float: right;
}



/*メニュー設定
----------------------------------------------*/
.navi {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 140px;
}
.navi li {
	position: relative;
	display: block;
	overflow: hidden;
	border-bottom: 1px #999 solid;
}
.navi li a {
	position: relative;
	color: #333;
	padding: 8px 0 8px 3px;
	display: block;
	z-index: 100;
	text-transform: uppercase;
	text-decoration: none;
}
.navi li a:hover {
	color: #fff;
}

.noLink {
	background: url(../img/comingsoon.png) no-repeat;
	padding: 8px 0 8px 3px;
}
.noLink2 {
	background: url(../img/comingsoon2.png) no-repeat;
	padding: 3px 0px 3px 3px;
}

.navichara {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 140px;
	border-bottom: 1px #999 solid;
}
.navichara li {
	position: relative;
	display: block;
	overflow: hidden;
}
.navichara li a {
	position: relative;
	color: #333;
	padding: 3px 0px 3px 3px;
	display: block;
	z-index: 100;
	text-transform: uppercase;
	text-decoration: none;
}
.navichara li a:hover {
	color: #fff;
}
.naviP {
	font-weight: bold;
	color: #333;
	width: 140px;
}
