@charset "utf-8";

/* フルオーダートップページ[full_order/index.html]を記述しています */

#main {
	display: block;
	width: 960px;
	height: 620px;
	background-image: url(../img/full_order_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
}

/* タイトル・リード文を定義 */

#main #full_order_top_ttl {
	display: block;
	width: 385px;
	height: 16px;
	background-image: url(../img/full_order_top_ttl.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	top: 101px;
	left: 251px;
	position: absolute;
}

#main #full_order_top_read {
	display: block;
	width: 515px;
	height: 159px;
	background-image: url(../img/full_order_top_read.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	top: 140px;
	left: 251px;
	position: absolute;
}

#main #full_order_top_txt {
	display: block;
	width: 383px;
	height: 16px;
	padding: 1px 1px;
	top: 323px;
	left: 251px;
	position: absolute;
	color: #990000;
	font-size:11px;
}

#main #full_order_top_txt a {
	color: #990000;
}

#main #full_order_top_txt a:hover {
	color: #990000;
}

/* 画像レイアウトを定義 */

#main p#full_order_image {
	display: block;
	width: 372px;
	height: 266px;
	top: 354px;
	left: 534px;
	position: absolute;
	z-index: 1;
}

