/* index.html用 CSSファイル */

#area_main {
	margin-left: 10px;
	float: left;
	width: 585px;
}

#area_main_flash {
	float: left;
	width: 585px;
	height: 200px;
	margin-bottom: 10px;
	background:url('../images/area_main_bg_flash.png') no-repeat;
}

#area_main_1colum {
	float: left;
	width: 585px;
	height: 140px;
	background:url('../images/area_main_bg_585x140.png') no-repeat;
	margin-bottom: 10px;
}


/* 全体 */
h4, p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
}

h4 {
	color: #C0C0C0;
}

p {
	color: #A0A0A0;
}


img {
 outline:none;
}

#products {
	width: 550px;
	position: relative;
	margin: 7px 17px;
	padding: 0px;
	background-color: #181818;
}

/* マスク用ブロック */
.item {
	float: left;
	width: 502px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 25px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

/* スライドボタン */
.leftBtn, .rightBtn {
	width: 25px;
	height: 125px;
	top: 0px;
}

.leftBtn {
float: left;
	left: 0px;
	background: url("leftBtn.gif") no-repeat right top;
}

.leftBtn img, .rightBtn img {
	width: 24px;
	height: 125px;
	border: 0px;
}

.rightBtn {
float: right;
	left: 550px;
	background: url("rightBtn.gif") no-repeat left top;
}

/* 内容 */
.item ul {
	width: 1500px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;

}

/* アイテム */
.item li {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 125px;
	height: 125px;
	list-style: none;
	background: url("slider_bg.gif") repeat-x left top;
}

.item img {
	width: 100px;
	height: 70px;
	border: 0px;
}

.area_main_3_left {
	float: left;
	width: 190px;
	height: 150px;
	margin-right: 5px;
	margin-bottom: 10px;
	background:url('../images/area_main_bg_190x150.png') no-repeat;
}

.area_main_3_left img {
	width: 190px;
	height: 150px;
	border: 0px;
}

.area_main_3_center {
	float: left;
	width: 195px;
	height: 150px;
	margin-right: 5px;
	background:url('../images/area_main_bg_195x150.png') no-repeat;
}

.area_main_3_center img {
	width: 195px;
	height: 150px;
	border: 0px;
}

.area_main_3_right {
	float: left;
	width: 190px;
	height: 150px;
	background:url('../images/area_main_bg_190x150.png') no-repeat;
}

.area_main_3_right img {
	width: 190px;
	height: 150px;
	border: 0px;
}

#area_main_press {
	float: left;
	width: 585px;
}

#area_main_press_top {
	width: 575px;
	height: 24px;
	padding: 6px 0px 0px 10px;
	background:url('../images/area_main_press_top.png') no-repeat;
}

.area_main_press_top_title {
	float: left;
	color: #E0E0E0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.area_main_press_top_link {
	float: right;
	padding: 0px 10px 0px 0px;
	color: #E0E0E0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 10px;
	line-height: 10px;
}

.area_main_press_top_link a {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 11px;
	line-height: 15px;
	color: #C0C0C0;
	text-decoration: none;
}

.area_main_press_top_link a:hover {
	color: #FF8800;
}

#area_main_press_contents {
	width: 563px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #181818;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

.area_main_press_date {
	width: 543px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 18px;
	color: #DD6600;
}

.area_main_press_title {
	width: 543px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 18px;
	color: #C0C0C0;
}

.area_main_press_title a {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #C0C0C0;
}

.area_main_press_title a:hover {
	color: #FF8800;
}

#area_main_press_bottom {
	width: 585px;
	height: 8px;
	background:url('../images/area_main_press_bottom.png') no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}
