@charset "utf-8";

/* CSS Document */
/**********************************************************
	isilon.css
***********************************************************/

#pagettlWap #pagettl {
	background-image: url(../img/page_ttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents .index {
	background-image: url(../img/pic_img_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*-- IsilonのOS「OneFS」と従来のファイル システムは全く違います！ --*/
#contents .boxArea01 {
	width:900px;
	background-color:#eaf4fc;
	padding:30px;
	margin-bottom:40px;
}
#contents .boxArea01 h4 {
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:15px;
}
#contents .boxArea01 h4 span {
	font-size:22px;
	color:#0066cc;
}
#contents .boxArea01 .inner {
	width:900px;
	overflow:hidden;
}
#contents .boxArea01 .inner .textArea {
	float:left;
	width:450px;
}
#contents .boxArea01 .inner .photoArea {
	float:right;
	width:360px;
}

/******************************************************************************
	タブメニュー【新着情報】
*******************************************************************************/

#menu1 {
	width:960px;
	margin:0px auto;
}
/*-- タブ --*/
#menu1 ul.tab {
	width:960px;
	height:172px;
	list-style:none;
	margin-bottom:15px;
}
#menu1 ul.tab li {
	width:158px;
	float:left;
	margin-right:1px;
}
#menu1 ul.tab li img {
	vertical-align:bottom;
}
/*-- パネル --*/
#menu1 ul.panel {
	clear:both;
	width:960px;
	margin-bottom:50px;
	list-style:none;
}
#menu1 ul.panel li {
	width:960px;
}