@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;
	left: 338px;
	top: 352px;
}

#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:308px;
	top:277px;
	width:200px;
}

#LayerIP04 {
	left:418px;
	top:276px;
	width:200px;
}

#LayerIP08 {
	left:437px;
	top:292px;
	width:200px;
}

#LayerIP05 {
	left:352px;
	top:309px;
	width:250px;
}

#LayerIP01 {
	left:366px;
	top:322px;
	width:200px;
}

#LayerIP09 {
	left:392px;
	top:362px;
	width:240px;
}

#LayerIP07 {
	left:411px;
	top:357px;
	width:240px;
}

#LayerIP03 {
	left:443px;
	top:426px;
	width:240px;
}

#LayerIP06 {
	left:497px;
	top:409px;
	width:240px;
}

#LayerIP02 {
	left:419px;
	top:438px;
	width:240px;
}



#LayerC01 {
	left:460px;
	top:379px;
	width:240px;
}

#LayerC02 {
	left:367px;
	top:377px;
}

#LayerC03 {
	left:398px;
	top:402px;
}

#LayerC04 {
	left:338px;
	top:420px;
}

#LayerC05 {
	left:552px;
	top:498px;
	width:200px;
}


#LayerP01 {
	left:386px;
	top:376px;
	width:240px;
}
#LayerP02 {
	left:326px;
	top:397px;
	width:240px;
}
#LayerP03 {
	left:404px;
	top:263px;
	width:240px;
}
#LayerP04 {
	left:407px;
	top:381px;
	width:240px;
}
#LayerP05 {
	left:320px;
	top:296px;
	width:240px;
}
#LayerP06 {
	left:378px;
	top:374px;
	width:240px;
}
#LayerP07 {
	left:337px;
	top:338px;
	width:240px;
}
#LayerP08 {
	left:464px;
	top:394px;
	width:240px;
}




/* タブ */
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: 120px;
	left: 5px;
}
ul#tab li#tabCoenew {
	width: 130px;
	left: 135px;
}
ul#tab li#tabIpnew {
	width: 160px;
	left: 280px;
}
ul#tab li#tabPlanetnew {
	width: 120px;
	left: 450px;
}


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;
}

