@charset "utf-8";

/* スティックポスター 【トップ】
---------------------------------------
(c)AQUAPLUS All Rights Reserved.
	http://aquaplus.jp/
*/

/* ==========================================================================
 1.基本設定
========================================================================== */
@import url("common/init.css");	/* 初期設定 */


/* ==========================================================================
 3.デザイン-汎用
========================================================================== */
@import url("common/design.css");	/* デザイン-汎用 */
@import url("../../css/common/list1.css");	/* リスト用デザイン */


/* ==========================================================================
 3.デザイン-専用 【TOP】
========================================================================== */
@import url("../../css/common/table_design.css");		/* テーブル用デザイン */
table.table_list {		margin : 3px 0 20px; }	/* ＋形状 */
table.table_list td {	border-bottom : 1px solid #eee; }


/* エリア Flash */
#flash {
	width : 700px;
	height : 250px;
	margin-top:18px;
}


h2 {
	height:24px;
	line-height : 15pt;
	text-indent:-9999px;
	text-decoration:none;
}

/*h2左フロート*/
h2 span {
	display:block;
	float:left;
}

/*h2右フロート*/
h2 a {
	margin:2px 16px auto auto;
	float:right;
	text-align : right;
	font-weight : normal;
	font-size : 8pt;
	text-indent:0;
	text-decoration:underline;
	color:#6c6c6c!important;
}



.btm {
	clear:both;
	height:10px;
	overflow:hidden;
}

#areaWhatsnew , 
#areaPRap {
	margin-bottom:10px;
}

/* エリア [更新履歴]左*/
#areaWhatsnew{
	float:left;
	width:300px;
	background:url(top/bg_wn.gif) repeat-y;
	text-align : left;		/* IE:左寄せ */
}

#areaWhatsnew h2 {
	width:300px;
	background:url(top/h2_wn.gif) no-repeat;
}

#areaWhatsnew2 {
	margin-left:5px;
	width:280px;
	height:145px;
	overflow-y:scroll;
}

#areaWhatsnew .btm {
	background:url(top/btm_wn.gif) no-repeat;
}


#areaWhatsnew table {
	margin:0;
}

#areaWhatsnew td {
	padding:0;
}


/* エリア [自社製品]右*/
#areaPRap {
	float:right;
	width : 400px;
	text-align : left;		/* IE:左寄せ */
	background:url(top/bg_pr_ap.gif) repeat-y;
}

#areaPRap h2 {
	background:url(top/h2_pr_ap.gif) no-repeat;
}
#areaPRap .btm {
	background:url(top/btm_pr_ap.gif) no-repeat;
}



/* エリア [他社製品]*/
#areaPRother {
	width:700px;
	background:url(top/bg_pr_oth.gif) repeat-y;
}

#areaPRother h2 {
	background:url(top/h2_pr_oth.gif) no-repeat;
}

#areaPRother .btm {
	background:url(top/btm_pr_oth.gif) no-repeat;
}

/* 製品PR */
#PRap,
#PRother {
	margin:0;
}

#PRap li ,
#PRother li {
	padding:0;
	background:none;
	display:inline;
}

#PRap a ,
#PRother a {
	display:block;
	float:left;
	width:100px;
	height:145px;
	text-align:center;
	font-size:8pt;
	line-height:10px;
	color:#444;
}

#PRap img ,
#PRother img {
	margin-bottom:3px;
}

#PRap .rDay ,
#PRother .rDay {
	font-size:8pt;
	line-height:12px;
}

/* [EOF] */