@charset "utf-8";

/* indexページ　ソフト概要部分 */
#index-unit {
	margin:0;
	padding:0 18px;
}

#index-unit p#news {
	margin:0 0 15px 0;
	padding:3px 0;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	font-size:14px;
	line-height:16px;
	color:#c00;
}

.left-unit {
	margin:0;
	padding:0;
	width:405px;
	float:left;
}

.left-unit h2 {
	height:15px;
}

#unit-design { background:no-repeat url('../img/ttl_unit_design.gif'); }

#feature { background:no-repeat url('../img/ttl_feature.gif'); }

.left-unit p {
	margin:0;
	padding:0 0 15px 0;
	font-size:12px;
	line-height:16px;
	color:#000;
	background-color:#fff;
}

#container #container-inner #index-unit .left-unit h3 {
	text-indent: 0;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}


.right-unit {
	margin:0;
	padding:0;
	background-color:#fff;
	float:right;
}

.right-unit img {
	margin:0 0 15px 0;
}

/* ダウンロードボタン */
ul#download {
	margin:0 0 10px 0;
	padding:0;
}

#download li ,#download a {
	margin:0;
	padding:0;
	display:block;
	width:410px;
	height:106px;
}

#download a { background:url('../img/download.jpg') no-repeat; }

#download li {
	text-indent:-9999px;
	list-style-type: none;
}

#dl-ud a       { background-position:0px    0px; }
#dl-ud a:hover { background-position:0px -106px; }

/* お得な情報 */
#profit {
	margin:0 0 10px 0;
	padding:0;
	position:relative;
}

#profit h2 {
	height:23px;
	background:url('../img/ttl_profit.gif') no-repeat;
	display:block;
}

#profit h2 a {
	margin:0;
	padding:0 ;
	text-indent:-9999px;
	background:url('../img/ttl_profit.gif') no-repeat;
	width:410px;
	height:23px;
	display:block;
}

#profit p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	color:#000;
	background-color:#fff;
}

#profit img {
	position:absolute;
	left:366px;
	top:0px;
}

/* アプリケーションID受付 */
ul#id-accept {
	margin:0;
	padding:0;
}

#id-accept li ,#id-accept a {
	margin:0;
	padding:0;
	display:block;
	width:410px;
	height:46px;
}

#id-accept a { background:url('../img/id.gif') no-repeat; }

#id-accept li {
	text-indent:-9999px;
	list-style-type: none;

}

#get-id a       { background-position:0px    0px; }
#get-id a:hover { background-position:0px -46px; }

