@charset "UTF-8";

/* ヘッダーのスタイル */
#header_top  {
	text-align: left;
	position: relative;
	height: 78px;
}
#header_top  #h1_top  {
	position: absolute;
	left: 50px;
	top: 15px;
}
#header_top #header_top_menu {
	width: 520px;
	position: absolute;
	top: 0px;
	left: 480px;
}
#header_top_menu #header_top_menu_box li {
	float: right;
	padding-bottom: 4px;
}
#header_top_menu #header_top_menu_box .none {
	margin: 0px;
	padding: 0px;
}

/* フラッシュのスタイル */
#flash {
	position: relative;
	z-index: 999;
}
#flash #flash_read {
	position: absolute;
	top: 43px;
	right: 0px;
}
#flash #flash_news {
	position: absolute;
	top: 383px;
	right: 365px;
	background-image: url(../images/flash_news.png);
	height: 34px;
	width: 578px;
	text-align: left;
}
#flash #flash_mm {
	position: absolute;
	top: 383px;
	right: 60px;
}

/* フラッシュ下のコンテンツメニューのスタイル */
#contents_menu {
	position: relative;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	height: 310px;
	margin-top: 478px;
}
.con_menu_title    {
	margin-top: 58px;
	margin-bottom: 10px;
}
#contents_menu #contents_menu_left {
	width: 277px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: -40px;
}
#contents_menu #contents_menu_left #left_base {
	background-image: url(../images/contents_pro_base.png);
	background-repeat: no-repeat;
	height: 230px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
#contents_menu #contents_menu_center {
	width: 277px;
	text-align: left;
	position: absolute;
	left: 303px;
	top: -40px;
}
#contents_menu #contents_menu_center #center_base {
	background-image: url(../images/contents_ori_base.png);
	background-repeat: no-repeat;
	height: 230px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
#contents_menu #contents_menu_right {
	width: 277px;
	text-align: left;
	position: absolute;
	left: 607px;
	top: -40px;
}
#contents_menu #contents_menu_right #right_base {
	background-image: url(../images/contents_sale_base.png);
	background-repeat: no-repeat;
	height: 230px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}

/* ニュース以下のスタイルベース */
#contents_top {
	width: 886px;
	margin-right: auto;
	margin-left: auto;
}

/* ニュースのスタイル */
#left_con_news {
	position: relative;
	margin-bottom: 30px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	width: 430px;
	text-align: left;
	float: left;
}
#right_con_news {
	position: relative;
	margin-bottom: 30px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	width: 430px;
	text-align: left;
	float: left;
	margin-left: 25px;
}
#news_box {
	width: 340px;
	float: left;
	margin-left: 25px;
}
.news_box_left {
	float: left;
}
.news_title {
	float: left;
}
#news_box .none {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.news {
	clear: both;
	margin-bottom: 10px;
}
.date {
	font-size: 80%;
	line-height: 1em;
	margin-right: 7px;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.entry {
	font-size: 80%;
	line-height: 1em;
}
.products {
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrapper .flash_back {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 78px;
}
#wrapper #flash #flash_news a {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 11px;
	line-height: 1.1em;
	margin-top: 12px;
	display: block;
	margin-left: 160px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#wrapper #flash #flash_news a:hover {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 11px;
	line-height: 1.1em;
	margin-top: 12px;
	display: block;
	margin-left: 160px;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
.news_box_title {
	margin-bottom: 15px;
}
