/* ==========================================================================*/
/*【トップページ】*/
/* ==========================================================================*/

/*FALSHエリア*/
#flash_area {
	width:auto;
	height:auto;
	margin-bottom: 15px;
	margin-top: 10px;
}


/*インフォメーションエリア*/
#info_header {
	height: 30px;
	width: 545px;
	background-image: url(../user/info_header.jpg);
}

#info_middle {
	height: auto;
	width: 525px;
	background-image: url(../user/info_middle.jpg);
	background-repeat: repeat-y;
	display: block;
	padding: 10px;
}

.info_date {
	font-size: 10px;
	font-weight: bold;
	color: #448aca;
	width: 80px;
	float: left;
	display: block;
}

.info_detail {
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 440px;
	display: block;
	float: left;
}

.info_clear {
	clear: both;
	height: 10px;
}

#info_footer {
	height: 10px;
	width: 545px;
	background-image: url(../user/info_footer.jpg);
	margin-bottom: 20px;
}

/*トップページバナーエリア*/
top_banner {
	height: auto;
	width: auto;
}

/*最新発売作品ヘッダ*/
#newrelease {
	background-image: url(../user/newrelease.jpg);
	height: 30px;
	width: 545px;
	clear: both;
	margin-bottom: 10px;
}
.newitem {
	width: 265px;
	height: 180px;
	float: left;
	order: 1px solid #dcdcdc;
	border: 1px solid #cadadf;
	margin-right: 5px;
}

/*アイテムエリア*/
.newitem_left {
	width: 265px;
	height: 180px;
	margin-right: 10px;
	float: left;
	order: 1px solid #dcdcdc;
	border: 1px solid #cadadf;
}

.newitem_right {
	width: 265px;
	height: 180px;
	float: left;
	order: 1px solid #dcdcdc;
	border: 1px solid #cadadf;
}

.item_clear {
	clear: both;
	height: 5px;
	width: 500px;
}

/*アイテムエリア中*/
.area_img {
	float: left;
	height: auto;
	width: 70px;
	padding-top: 10px;
}

a img {
border:none
}

#area_detail{
	width: 190px;
	float: left;
}

.area_data{
	text-align: right;
	font-size: 10px;
	color: #CC0000;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
	font-weight: bold;
}

.area_title {
	font-size: 12px;
	font-weight: bold;
	color: #448aca;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #448aca;
	margin-right: 5px;
	padding-bottom: 5px;
}

.area_title a {
	color: #448aca;
}


.area_clear {
	clear: both;
}

.area_catch {
	font-size: 10px;
	color: #333333;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
	line-height: 1.2em;
}

/*カート*/
.area_cart {
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: right;
	font-size: 12px;
}

form {
	margin: 0px;
}

.submit {
	vertical-align: middle;
}



/* -----------------------------------------------------------------*/
/* ▼リンクぺージ▼*/
/* -----------------------------------------------------------------*/

#link_Group{
}

#link_Group LI{
	font-size: 12px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.link_title{
	background-color:#F4F6F8;
	border:2px solid #448ACA;
	clear:both;
	color:#448ACA;
	font-size:10pt;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


