@charset "Shift_jis";



/*------＜レイアウトテンプレートの高さ指定＞---------*/

#page {

	height: 610px;
}

#con {
	height:610px;
}

#footer {
	top:550px;
}


/*-------＜コンテンツボックスの陰＞-----------*/

#lineshadow {
	position:absolute;
	left:0px;
	top:1020px;
	width:750px;
	height:10px;
	z-index:21;
	background-image: url(../img/line_shadow.gif);
	background-repeat:repeat-x;
}

#lineshadow2 {
	position:absolute;
	left:0px;
	top:540px;
	width:750px;
	height:10px;
	z-index:21;
	background-image: url(../img/line_shadow.gif);
	background-repeat:repeat-x;
}

/*-------＜コンテンツ内の詳細設定＞------------*/

/*   <index>         */
/*   1.ボックス      */
/*   2.タイトル画像  */
/*   3.詳細設定　　　*/



/*--------＜ショッピングサイト設定＞--------------*/
#message {
	position:absolute;
	left:77px;
	top:207px;
	width:580px;
	height:103px;
	z-index:32;
	text-align: center;
}
#message h2 {
	color: #FF6600;
	line-height: 25px;
}
#message h2 span {
	font-size: 25px;
	line-height: 35px;
}
#Layer2 {
	position:absolute;
	left:206px;
	top:350px;
	width:315px;
	height:165px;
	z-index:33;
	text-align: center;
}
