@charset "shift_jis";
@import url(./common.css);

/*  ----------------------------------------------------------  */
/*
Copyright(c)1998-2006 Markernet Corporation. All Rights Reserved.
*/
/*  ----------------------------------------------------------  */

/*  index_header  */
div#indexheader {
	width: 760px;
	background: url(../img/index/logo_bg_01.gif) no-repeat left 110px;		/*  move the logo bg  */
	text-align: center;
}
div#indexheader p {
	text-indent: -9991em;
	overflow: hidden;
	width: 104px;
	margin: 0 auto 20px;
	padding: 60px 0;
	background-image: none;
}
div#indexheader p a {
	display: block;
	width: 104px;
	height: 65px;	
}
div#indexheader p a {
	background: url(../img/index/logo_01.gif) no-repeat left top;
}
div#indexheader p a:hover {
	background: url(../img/index/logo_01.gif) no-repeat left bottom;	
}
div#indexheader h2 {
	width: 760px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
/*  ----------------------------------------------------------  */
/*  index introduction  */
div#container {
	text-align: center;
}

div.intro {
	margin: 1em auto 0;
	width: 500px;
	text-align: left;
}

p.introp01 {
	margin: 20px auto 0;
	width: 500px;
	text-align: left;
}
p.introp02 {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}
p#gotocontent {
/*
	margin-bottom: 40px;
*/
	margin-bottom: 20px;
	clear: both;
	float: none;
	background: none;
}
/*  ----------------------------------------------------------  */
div#whatsnew {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}
div#whatsnew h3 {
	font-size: 80%;
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
div#whatsnew dl {
	font-size: 80%;
	line-height: 150%;
}
div#whatsnew dl dt {
	width: 5em;
	float: left;
}
div#whatsnew dl dd {
	margin-left: 5em;
	clear: right;
}


.disappear1 {
	width: 100%;
	text-align: center;
	display: none;
}
.disappear1 ul {
	list-style: none;
	font-size: 0.6em;
	margin: auto;
}
.disappear1 ul li a {
	margin: auto;
	display: inline;
}
.disappear1 ul li img {
	width: 3%;
	height: 3%;
}
