﻿/* ===== Flash Area ===== */

#flashArea {
	width: 900px;
	height: 300px;
}



/* ===== Navi Button Area ===== */

#naviButtonArea {
	width: 705px;
	height: 220px;
}
#naviButtonArea #naviButtonArea-space {
	width: 705px;
	height: 220px;
}
#naviButtonArea #naviButtonArea-space:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#naviButtonArea .leftArea {
	float: left;
	width: 233px;
	display: inline;
}
#naviButtonArea .rightArea {
	float: left;
	width: 239px;
	display: inline;
}



/* ===== News Area ===== */

#newsArea {
	width: 705px;
	background: url(../image/common/window_705_back.gif) left top repeat-y;
}
#newsArea #newsArea-back {
	width: 705px;
	padding-bottom: 40px;
	background: url(../image/common/window_705_back_bottom.gif) left bottom no-repeat;
}
#newsArea #newsArea-space {
	width: 670px;
	padding-left: 20px;
	padding-right: 15px;
}
#newsArea ul {
	list-style-type: none;
}
#newsArea ul li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: #ccc dashed 1px;
	color: #444;
	font-size: 75%;
	line-height: 140%;
}
#newsArea ul li span {
	color: #ff9900;
}
#newsArea ul li a:link,
#newsArea ul li a:visited {
	color: #444;
}
#newsArea ul li a:active,
#newsArea ul li a:hover {
	color: #444;
	text-decoration: underline;
}


/* ===== New Item Area ===== */

#newItemArea {
	width: 705px;
	background: url(../image/common/window_705_back.gif) left top repeat-y;
}
#newItemArea:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#newItemArea #newItemArea-back {
	width: 705px;
	padding-bottom: 40px;
	background: url(../image/common/window_705_back_bottom.gif) left bottom no-repeat;
}
#newItemArea #newItemArea-space {
	width: 660px;
	padding-left: 20px;
	padding-right: 25px;
}
#newItemArea .itemArea {
	width: 660px;
	margin-top: 10px;
}
#newItemArea .itemArea:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#newItemArea .itemArea .imageArea {
	float: left;
	width: 150px;
	margin-right: 10px;
	display: inline;
}
#newItemArea .itemArea .textArea {
	float: left;
	width: 495px;
	display: inline;
}
#newItemArea h4 img {
	margin-top: 5px;
}
#newItemArea p {
	margin-top: 8px;
	color: #444;
	font-size: 75%;
	line-height: 150%;
}
#newItemArea img.img-button {
	margin-top: 8px;
	float: right;
}



/* ===== Banner Area ===== */

#bannerArea {
	width: 195px;
}
#bannerArea #bannerCampaignArea {
	width: 195px;
}
#bannerArea #bannerReadyArea {
	width: 195px;
}
#bannerArea #bannerReadyArea:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#bannerArea .banner-ml {
	float: left;
	width: 100px;
	display: inline;
}
#bannerArea .banner-jk {
	float: left;
	width: 95px;
	display: inline;
}
#bannerArea #bannerOtherArea {
	width: 195px;
	text-align: center;
}
#bannerArea #bannerOtherArea img {
	margin-top: 10px;
}
