@charset "utf-8";

/* ===========================================
 * デコラ
 * -------------------------------------------
 * Home
 * -------------------------------------------
 * 
=========================================== */


/* Flash
=========================================== */

#flash_main {
	border-bottom: 1px solid #FFF;
	background: url(/decora/img/flash_bg_x.png) repeat-x;
}

#flash_main .wrap {
	margin: 0 auto;
	padding-bottom: 1px;
	width: 950px;
	height: 380px;
	background: #000 url(/decora/img/flash_bg_b.png) no-repeat left bottom;
}


/* Content
=========================================== */

#content {
	position: relative;
}

#content ul {
	position: absolute;
	top: 21px;
	left: -8px;
	width: 960px;
}
#content ul li {
	display: inline;
	float: left;
	padding-left: 8px;
	font-size: 0;
	line-height: 0;
}

/* ---------------------------------------- */

#info {
	padding: 114px 0 25px;
}

#info h2 {
	float: left;
	padding: 6px 10px 0 0;
}

#info table {
	float: left;
	width: 395px;
}
#info table th, #info table td {
	padding: 5px 0 6px;
	background: url(/decora/common/img/line_double.gif) repeat-x left bottom;
	line-height: 1.5;
}

#info table th {
	padding-left: 3px;
	padding-right: 13px;
	width: 10%;
}
#info table th span {
	padding-left: 15px;
	background: url(/decora/common/img/icn_arrow.gif) no-repeat 0 0.1em;
}
#info table td {
	padding-right: 10px;
	width: 90%;
}


