/* CSS 基本テンプレート 作成：2008-02-08 安達太良 与一/まっくすうえる/Emanon */

/* 豆知識 */
/* (タグ).index とかで定義するとそのタグ専用で反映する。書き方は class="index" */
/* ちなみに - (ハイフン) は使えないみたい。 */
/* URLを記載する場合はCSSがあるホルダーを基準に指定しないと反映されないYO! */

/* - Body タグ内基本設定 --------------------------------------------------- */
body
{
	color : #000000 ; /* 文字の色 */
	background-color : #FFFFFF ; /* 背景色： */
	margin: 0;
	padding: 0;
	line-height:1.4;
	font-size:0.9em;
	/* background-image : url(img/test.jpg);  背景画像 */

	scrollbar-base-color : #ffc0cb ;
	scrollbar-face-color : #ffc0cb ;
	scrollbar-arrow-color : #FFFFFF ;
	scrollbar-highlight-color : #FFFFFF ;
	scrollbar-3dlight-color : #FFDC9A ;
	scrollbar-shadow-color : #ffb6c1 ;
	scrollbar-darkshadow-color : #ffa07a ;

} 
/* - テーブル内基本設定 ---------------------------------------------------- */
table
{
	color : #000000 ; /* 文字の色 */
	margin : 0px ; /* オブジェクト配置場所：上下左右=0px */
	font-size : 12px ; /* 文字サイズ：ピクセル */
}
/* - リンクテキスト基本設定 ------------------------------------------------ */
a {text-decoration : none ;} /* リンク文字の下の線を消す */ }
a:link {color: #EF696C ;} /* リンク文字：表示色 */ }
a:visited {color: #EF696C ;} /* リンク文字：訪問歴あり*/ }
a:active {color: #FF0000 ;} /* リンク文字：選択状態表示 #FF0000は赤 */ }
a:hover {color: #FF0000 ;} /* リンク文字：マウスを乗せた時の色 #FF0000は赤 */ }

/* - メインページスペック欄設定 -------------------------------------------- */

	.hr_line{
	color	: #ffe4c4;
	width	: 535px;
	background-position	: center;
	height	: 2px;
	border	: dashed;
	border-color	: #d8bfd8;
	}

	.product_spec{
	font: normal 12px/12px 'Arial','MS UI Gothic',sans-serif;
	padding	: 0px 0px 0px 10px;}

	.product_speL{
	width	: 80px;
	text-align	: right;
	text-valign	: top;
	/*-- background-color	: #ffffff; --*/
	line-height: 15px;
	margin	: 2px 0px 0px 0px;
	padding	: 2px 0px 0px 0px;
	/*-- border-bottom	: solid 1px #EF696C; --*/ }

	.product_speR{
	width	: 210px;
	/*-- background-color	: #ffffff; --*/
	text-align	: left;
	text-valign	: top;
	line-height: 15px;
	margin	: 2px 0px 0px 0px ;
	padding	: 2px 0px 0px 0px ;
	/*-- border-bottom	: solid 1px #EF696C; --*/ }

.box {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width: 512px;
}

.thumb {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 0px;


/* - 各ページ共用 Body タグ ---------------------------------------------- */
body.p_base
{
	background-color : #ffe4c4 ; /* 背景色 */
	margin : 0px ; /* オブジェクト配置 左から→0px */
	font-size : 12px ; /* 文字サイズ：12ピクセル */
	background-image : url(img/bg02.gif); /* 背景画像 */
	background-position : 0px 0px ; /* 背景画像配置： 左から→0px、上から↓0px */
	background-repeat : repeat; /* 背景画像タイル指定 Y軸に繰り返し：repeat-y 繰返なし：no-repeat とかもあり */

}

body.p2_base
{
	background-color : #FFFFFF ; /* 背景色 */
	margin : 0px ; /* オブジェクト配置 左から→0px */
	font-size : 12px ; /* 文字サイズ：12ピクセル */
	background-image : url(img/bg02.gif); /* 背景画像 */
	background-position : 0px 0px ; /* 背景画像配置： 左から→0px、上から↓0px */
	background-repeat : repeat; /* 背景画像タイル指定 Y軸に繰り返し：repeat-y 繰返なし：no-repeat とかもあり */
}

.header {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-color: #e75d73;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	width: 600px;
}
