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


@import "maozi_common.css";



/* ヘッダー部分 */	

.head {
	margin: 0 ;
	padding: 10px 0 10px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	width: 800px;
	background-color: #F5EFDE;
	/*background-image: url(../images/top/headbg.gif);
	background-position:left top;
	background-repeat: repeat;*/
}


.headdownline {
	background-image: url(../images/top/headdownline.gif);
	background-position:left top;
	background-repeat: repeat-x;
	height: 15px;
}



.headmenu {
	height: 30px;
	clear: both;
	text-align:left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


.headmenu ul {
list-style: none;
margin: 0;
padding: 0;

}

.headmenu ul li {
float: left; 
	margin: 0;
	padding: 0;
}



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

	




	
/* 真ん中部分*/


.komokubg {
	background-image: url(../images/top/komokutbg.gif);
	background-position:left top;
	background-repeat: no-repeat;
	height: 19px;
	font-weight: bold;
	padding: 3px 0 0 10px;
		text-align: left;
}
	
/* ------------------------------
news
------------------------------ */


/*.news {
	margin-bottom: 10px;
	width:auto;
	height:auto;
	overflow: hidden;
	clear:both;
	text-align:left;
	background-color: #FBFBF1;
	}
	
.news_titile {
border-bottom:1px solid #000000;
}

	
.news_cont {
padding: 0 10px 0 10px;
margin-bottom: 10px;
clear: both;
overflow: hidden;
height: auto;
	}



.news_l {
float: left;
margin-right: 10px;
background-image:url(images/top/gameback.gif);
}

.news_l1 {
float: left;
margin-right: 5px;
}


.news_l2 {
float: left;
width: 200px;
}


.news_date {
text-align: left;
padding: 3px;

}

.news_details {
text-align: left;
padding: 3px 3px 0 3px;
}

.news_r {
float: left;
background-image:url(images/top/gameback.gif);
}*/

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

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


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



.news li a {
	color: #00FF00;
	text-decoration: none;
	}

	
.news li a:hover {
	color:#ffffff;
	}



/* ------------------------------
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;
}

/* ------------------------------
シーズンハット
------------------------------ */

.item h5 {
background-color: #F18C41; /*夏#52A9DE*/
padding: 5px 0 5px 10px;
border-top: 1px solid ;　 /*夏#2892D0*/
border-bottom: 1px solid #B33804;/*夏#2892D0*/
border-right: 1px solid #B33804;/*夏#2892D0*/
border-left: 10px solid #571806;/*夏#0000FF*/
color: #571806;/*夏#0000FF*/
}