@charset "UTF-8";
/* ==============================
	top.css
	インポート用CSS
	angelbell　トップ
============================== */


@import "angelbell_common.css";



/* ヘッダー部分 */	

.head {
	margin: 0 ;
	padding: 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	width: 780px;
	border-top: 3px solid #C6318C;
}



	
/* ヘッダー部分終了 */	

	




	
/* 真ん中部分*/



/* ------------------------------
news
------------------------------ */
.news {
	margin-bottom: 15px;
	padding: 5px;
	width:auto;
	height:auto;
	overflow: hidden;
	clear:both;
	text-align:left;
	color:#333333;
	}

.news ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;
}


.news ul li {
	text-align: left;
	background:url(../images/common/icon5.gif) no-repeat 5px 12px;
	padding: 6px 0px 6px 20px;
	border-bottom: #999999 dotted 1px;
}



.news ul li a {
	color:#333333;
	/*text-decoration: none;*/
	}

	
.news ul li a:hover {
color: #C6318C;
	}

.newsdate {
margin-left: 5px;
color: #C6318C;
font-weight: bold;
}


/* ------------------------------
new Released Recommendation （中ページのnew Released Recommendation)
------------------------------ */
.item {
	margin-bottom: 15px;
	width:auto;
	height:auto;
	overflow: hidden;
	clear:both;
	text-align:left;
	color:#FFFFFF;
	}

.item a {
color:#A2FF44;
}

.item a:hover {
color:#FFFFFF;
	}

.morelink {
margin: 5px 5px 10px 0;
text-align:right;
}
