@charset "utf-8";

/* AQUAPLUS Shopping 【ドキュメントページ】
---------------------------------------
(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.デザイン-専用【ドキュメントページ】
========================================================================== */
/* 大枠 */
#doc-body ,
#doc-top ,
#doc-btm {
	width:708px;
}

#doc-body {
	margin:0 auto 0 23px;
	background:#fff url(doc/body.gif) repeat-y;
}

#doc-top {
/*	padding:9px;*/
	background:url(doc/top.gif) no-repeat;
	text-align:center;
}


#doc-top * {
	text-align:left;
}

#doc-btm {
	position:relative;
	height:19px;
	background:url(doc/btm.gif) no-repeat;
}

#doc-btm img {
	position:absolute;
	left:19px;
	top:1px;
}


/* h2要素 */
h2 {
	width:680px;
	height:20px;
	margin:20px auto 10px;
	background:#56b9fd;
	border-left:6px solid #335;
	padding-top:3px;
	font-weight:bold;
	font-size:12pt;
	text-indent:5px;
	color:#335;
}

/* table要素 */
table {
	width:680px;
	margin: 0 auto;
}

table table {
	width:580px !important;
}

th {
	background:#f1f3f8;
	text-align:left;
}

th ,
td {
	padding:10px 0 10px 6px;
	border-top:1px solid #d4dae6;
}

.noBdr {
	border:none;
}


/* リンク */
.link-ap ,
.link-am ,
.link-as {
	display:block;
	height:20px;
	margin-right:5px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
}
.link-ap { width:184px; background:url(css/doc/btn_ap.gif);}
.link-am { width:229px; background:url(css/doc/btn_am.gif);}
.link-as { width:184px; background:url(css/doc/btn_as.gif);}


/* 強調 */
.strong {
	font-size:11pt;
	font-weight:bold;
	color:#4ccd3f;
}

.strong2 {
	font-weight: bold;
	color:#000;
}

h3 {
	width: 560px;
	margin: 20px auto 5px;
	padding: 2px;
	background: #f1f3f8;
	text-align:left;
	font-weight: bold;
	border-top: 1px solid #d4dae6;
	border-bottom: 1px solid #d4dae6;
}


.areaText {
	width: 520px;
	margin:0 auto;
}

.areaText img {
	margin: 0 5px 5px 0;
}

.areaFloatLeft {
	float:left;
	width: 260px;
}



/* --------------------------------------------------------------------------
 『ムービーダウンロード』ボタン */

a.dl_movie {text-decoration:none;}

.dl_movie {
	position:relative;
	display:block;
	width:200px;
	height:50px;
	margin:0 auto;
	background:transparent url(../../css/common/dl_movie.gif) no-repeat;
}

.dl_movie span {
	display:block;
	position:absolute;
	right:6px;
	top:31px;
	margin:0;
	text-align:right;
	color:#fff;
}

.dl_movie:hover {
	background:transparent url(../../css/common/dl_movie.gif) no-repeat;
}



/* [EOF] */