@charset "utf-8";
/* ===================================================================
CSS information

 file name  :feature.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* メイン
----------------------------------------------------------- */
#feature {
}

#featurelayout {
	clear:both;
	width:100%;
	margin:30px 0 0 0;
	background:url(../feature/images/bgGra.gif);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:100%;
}
#featurelayout p {
	text-indent:1em;
	width:340px;
	padding:0 0 0 30px;
}
#featurelayout p.top {
	padding:20px 0 0 30px;
}
#featurelayout p.top2 {
	padding:20px 0 0 30px;
	width:260px;
}
#featurelayout .featureL {
	float:left;
}
#featurelayout .featureR {
	float:right;
}
#featurelayout .indbt {
	padding:20px 0 0 30px;
}


/* グループウェアとは？ */
#feature .groupText p {
	text-indent:1em;
	padding:0 15px 0 15px;
}
#feature .groupMain {
	background:url(../feature/images/groupware/groupwareMain.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:740px;
	height:419px;
	margin:20px 0 0 0;
	position:relative;
}
#feature .groupMain a {
	color:#e16f00;
	font-size:12px;
}
#feature .groupMain .link01 {
	position:absolute;
	top:77px;
	left:294px;
}
#feature .groupMain .link02 {
	position:absolute;
	top:191px;
	left:137px;
}
#feature .groupMain .link03 {
	position:absolute;
	top:162px;
	left:536px;
}
#feature .groupMain .link04 {
	position:absolute;
	top:372px;
	left:200px;
}
#feature .groupMain .link05 {
	position:absolute;
	top:358px;
	left:408px;
}



/* 導入後も安心サポート */

#feature #con_support p{
	padding: 5px 0 15px 15px;
}
#feature #con_support p.img_sup{
	margin-bottom: 45px;
}
#feature #con_support p span{
	font-weight: bold;
}
#feature #con_support h4{
	color: #000e63;
	font-size: 120%;
	margin-bottom: 10px;
}
#feature #con_support #sup_contact{
	background:url(../feature/images/support/bg_contact.gif) no-repeat top left;
	width: 603px;
	padding: 82px 0 0 122px;
	min-height: 29px;
}


/* ASPとは？ */
#feature .txt_asp{
	margin-top: 10px;
}

#feature .txt_asp p{
	padding-left: 15px;
	margin-bottom: 25px;
}
#feature #melit h3{
	margin: 30px 0 15px;
}
#feature #melit dl{
	margin-left: 15px;
}
#feature #melit dt{
	background:url(../feature/images/asp/ic_check.gif) no-repeat center left;
	padding: 3px 0 3px 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
	color: #000e63;
	font-size: 110%;
	font-weight: bold;
}
#feature #melit dd{
	margin-bottom: 20px;
}

/* カスタマイズ */

#feature .txt_customize p{
	padding: 15px 0 0 15px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #feature #sup_contact{
	height: 111px;
}

