@charset "utf-8";
/* トップページ用css */

.img_top{
	position:relative;
	margin-bottom:5px;
	width:860px;
	height:550px;
	background:url('../img/img_top_bg.png') no-repeat left top;
}

.img_top p,
.img_top ul{
	position:absolute;
	font-weight:bold;
}

#img_top{
	position:relative;
	top:180px;
	left:25px;
}

.toptext01{
	top:10px;
	left:20px;
	font-size:123.1%;	/* 16px */
	color:#666666;
}

.toptext02{
	top:30px;
	left:20px;
	font-size:197%;	/* 26px */
	color:#666666;
}

.toptext03{
	top:45px;
	right:350px;
	font-size:153.9%;	/* 20px */
	color:#666666;
}

.toptext04{
	top:75px;
	left:25px;
	font-size:108%;	/* 14px */
	color:#990000;
	line-height:2;
}

.toptext05{
	width:220px;
	text-align:center;
	top:130px;
	right:40px;
	font-size:182%;	/* 24px */
	color:#2c3c60;
}

.toptext06{
	width:220px;
	text-align:center;
	top:165px;
	right:40px;
	font-size:123.1%;	/* 16px */
	color:#2c3c60;
}

.topbtn{
	top:203px;
	left:630px;
	overflow:auto;
}

.topbtn li{
	display:block;
	text-indent:-9999px;
	margin-bottom:55px;
	width:180px;
	height:59px;
	overflow:hidden;
}

.topbtn a{	
	display:block;
	width:180px;
	height:59px;
	background:url(../img/btn_topimg.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}

#topbtn_onlinedemo{background-position:0 0;}
#topbtn_onlinedemo:hover,#topbtn_onlinedemo.hover{background-position:0 -60px;}

#topbtn_30trial{background-position:-180px 0;}
#topbtn_30trial:hover,#topbtn_30trial.hover{background-position:-180px -60px;}

#topbtn_regist{background-position:-360px 0;}
#topbtn_regist:hover,#topbtn_regist.hover{background-position:-360px -60px;}

.topics{
	margin:15px 0 0 0;
	float:left;
	width:490px;
}

.topics h3{
	background:url(../img/dotline_gray.gif) repeat-x left bottom;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
}

.topicslist li{
	background:url(../img/arrow.gif) no-repeat left center;
	padding-left:10px;
	line-height:1.8;
}

.banner{
	margin:15px 0 0 0;
	float:right;
	width:240px;
}
