@charset "UTF-8";
/* ==============================
	index.css
	インデックスの設定

============================== */

#mainimg {
 margin-top: 15px;
 margin-bottom: 15px;
	position:relative;
	width: 605px;
}

#news {
	border: 1px solid #4AB155;
	padding: 10px 10px 0;
	margin-bottom: 15px;
}
#news td {
	vertical-align: top;
 line-height: 150%;
	padding-bottom: 5px;
}
#news .day {
 color: #FF4B3E;
}
#news h4 {
 font-size: medium;
}

#LayerC01,
#LayerC02,
#LayerC03,
#LayerC04,
#LayerC05,
#LayerIP01,
#LayerIP02,
#LayerIP03,
#LayerIP04,
#LayerIP05,
#LayerIP06,
#LayerIP07,
#LayerIP08,
#LayerIP09,
#LayerIP10,
#LayerP01,
#LayerP02,
#LayerP03,
#LayerP04,
#LayerP05,
#LayerP06,
#LayerP07,
#LayerP08 {
	position:absolute;
	color: #000;
	z-index:1;
	font-size: 11px;
	padding: 5px;
	border: 2px solid #3366CC;
	background-color: #DBECFC;
	visibility: hidden;
}

#LayerC01,
#LayerC02,
#LayerC03,
#LayerC04,
#LayerC05 {
	border-color: #7DB51F;
	background-color: #CDEFD7;
}

#LayerP01,
#LayerP02,
#LayerP03,
#LayerP04,
#LayerP05,
#LayerP06,
#LayerP07,
#LayerP08 {
	border-color: #E58673;
	background-color: #E5D2CF;
}


#LayerIP10 {
	left:332px;
	top:272px;
	width:200px;
}

#LayerIP04 {
	left:417px;
	top:254px;
	width:200px;
}

#LayerIP08 {
	left:437px;
	top:299px;
}

#LayerIP05 {
	left:350px;
	top:309px;
	width:250px;
}

#LayerIP01 {
	left:365px;
	top:324px;
	width:200px;
}

#LayerIP09 {
	left:394px;
	top:319px;
	width:240px;
}

#LayerIP07 {
	left:410px;
	top:344px;
	width:260px;
}

#LayerIP03 {
	left:442px;
	top:373px;
	width:240px;
}

#LayerIP06 {
	left:496px;
	top:372px;
	width:240px;
}

#LayerIP02 {
	left:439px;
	top:461px;
	width:240px;
}



#LayerC01 {
	left:462px;
	top:374px;
	width:240px;
}

#LayerC02 {
	left:367px;
	top:360px;
}

#LayerC03 {
	left:397px;
	top:382px;
}

#LayerC04 {
	left:340px;
	top:405px;
}

#LayerC05 {
	left:614px;
	top:481px;
}


#LayerP01 {
	left:383px;
	top:369px;
	width:200px;
}
#LayerP02 {
	left:326px;
	top:381px;
}
#LayerP03 {
	left:402px;
	top:255px;
	width:200px;
}
#LayerP04 {
	left:407px;
	top:360px;
	width:200px;
}
#LayerP05 {
	left:320px;
	top:275px;
	width:200px;
}
#LayerP06 {
	left:377px;
	top:357px;
	width:240px;
}
#LayerP07 {
	left:339px;
	top:320px;
	width:240px;
}
#LayerP08 {
	left:464px;
	top:390px;
}



/* タブ */
ul#tab {
	position: relative;
	list-style: none;
	padding-top: 30px;
	margin-left: 10px;
}
ul#tab li {
	position: absolute;
	width: 250px;
}
ul#tab a {
	display: block;
	width: 100%;
	height: 20px;
	font-weight: bold;
	text-align: center;
}

ul#tab li#tabWhatsnew {
	width: 127px;
	left: 5px;
}
ul#tab li#tabCoenew {
	width: 122px;
	left: 140px;
}
ul#tab li#tabIpnew {
	width: 165px;
	left: 270px;
}
ul#tab li#tabPlanetnew {
	width: 117px;
	left: 442px;
}

ul.whatsnew {
	background: url(../img/tab_01.gif) no-repeat;
}
ul.coenew {
	background: url(../img/tab_02.gif) no-repeat;
}
ul.ipnew {
	background: url(../img/tab_03.gif) no-repeat;
}
ul.planetnew {
	background: url(../img/tab_04.gif) no-repeat;
}

