@charset "shift_jis";

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

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


/* ==========================================================================
 3.デザイン-汎用
========================================================================== */
@import url("common/design.css");	/* デザイン-汎用 */
@import url("../../css/common/gen_class.css");			/* 汎用クラス */
@import url("../../css/common/list1.css");	/* リスト用デザイン */
@import url("../../css/common/box.css");				/* ボックス */
@import url("../../css/common/box_easy.css");	/* table用 簡易ボックス */
@import url("../../css/common/dl_movie.css");	/* ムービーDL */


/* ==========================================================================
 3.デザイン-専用 【汎用】
========================================================================== */
@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 {
	margin:25px 0 15px;
	height : 20px;
	border-left : 4px solid #333;
	border-bottom : 1px solid #333;
	padding : 0;
	text-align : left;
	text-indent : 5px;
}

h2 span.main ,
h2 div {
	float : left;
	display:block;
	padding : 0;
	line-height : 15pt;
	font-weight : bold;
	font-size : 12pt;
}

h2 span.update {
	float : right;
	margin : 3px 5px auto auto;
	text-align : right;
	font-weight : normal;
	font-size : 9pt;
}

h3 {
	margin : 0 0 5px;
	padding : 2px 2px 2px 22px;
	background : #ccc url(h3.gif) no-repeat 4px 4px;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
}

/* 自社製品-取扱店 */
.shop {
	width: 550px;
	margin: 20px auto;
	padding: 3px;
	border: 1px dotted gray;
	background: #eee;
}


/* [EOF] */