@charset "UTF-8";

/*
************************************************************

 Copyright (C) media kraft fuzoku aaa.

************************************************************
*/

/*////////////////////////////////////////////

image
		890
	160@500@210
	

	@^񒆘g

////////////////////////////////////////////*/

/************************************************
 @^񒆘g 
*************************/
div#newsMain {
	float: left;
	display: inline;
	width: 505px;
	margin-right: 10px;
}

#newsMaintitle {
	margin-bottom: -10px;
}



/*********** タブ基本 ************

参考URL
http://weboook.blog22.fc2.com/blog-entry-38.html
http://e0166.blog89.fc2.com/blog-entry-326.html

************/


div#newsMain #tabContent {
	margin : 0 -5px 0px 0;
	padding : 18px 0px 0px 0px;
	width : 500px;
border-top: 1px #ccc solid;
}

div#newsMain #tabIndex {
	margin-left : 0px;
}

/* タブ切り替え部分 */

div#newsMain #tabIndex LI {
	float:left;
	width: 100px;
	height: 27px;
	margin-top : auto;
	margin-right: 0;
	margin-bottom : 0px;
	margin-left : auto;
	padding : 3px auto 2px;
	list-style-type: none;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 2.0;
}

div#newsMain #tabIndex .close {
	height: 24px;
	background: #fff url("/image/top/tab/taboff.jpg") top left no-repeat;
	text-decoration : none;
}

div#newsMain #tabIndex .open {
	height: 24px;
	text-decoration: none;
	background: #ccc url("/image/top/tab/tabon.jpg") top left no-repeat;
	font-weight : normal;
}

/************
 タブ中身の大枠 */

div#newsMain #tabBoxIndex {
	margin-top: 1px;
	clear: both;
	margin : -2px 0px 0px 0px;
	padding : 5px 0 10px 0;
	border-right : 1px #999 solid ;
	border-bottom : 1px #999 solid ;
	border-left : 1px #999 solid ;
	*font-size: 12px;
	line-height: 150%;
	background-color : #ffffff;
}
div#newsMain #tabIndex .open A{
	font-weight: bold;
	text-decoration : none;
	color : #000;
}
div#newsMain #tabIndex .close A{
	font-weight : normal;
	text-decoration : none;
	color : #0000ff;
}

/*********** タブ基本ここまで ************/

/* タブに色付け */
.girlntab,.eventntab,.shopntab,.sitentab {
	padding-left: 5px;
}
.girlntab {
	border-left: 5px #ff003c solid;
}
.eventntab {
	border-left: 5px #1f7c09 solid;
}
.shopntab {
	border-left: 5px #eba731 solid;
}
.sitentab {
	border-left: 5px #007 solid;
}





/*********** タブここまで ************/


.newsDate {
	list-style-type: none;
	list-style-image: none;
	margin-top: 15px;
	font-weight: bold;
	border-bottom: 2px #000 solid;
}

/* ニュース中ボックス */
ul#newsMainlist {
	width: 485px;
	height: auto;
	margin-left: 5px;
}

ul#newsMainlist li,div.tabBox ul.newslist li {
	margin-bottom: 5px;
}


/* 各ニュース中ボックス */
div.tabBox ul.newslist {
	width: 485px;
	height: auto;
	margin-left: 5px;
/*border: 1px red dashed;*/
	overflow: hidden;
}


/****** 各リスト *******/
/* 祖ほほか */

.nmlist {
	list-style-type: disc;
	margin-left: 20px;
}

/* 全てのニュース */
.alllNews {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	border-bottom: 1px #00f solid;
	font-weight: bold;
	color: #000;
}


/* 女の子 */
.galNews {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	border-bottom: 1px #f00 solid;
	font-weight: bold;
	color: #f00;
}
li.galNewslist {
	list-style-image:  url("/image/base/list_square_pink.gif");
}

/*  */
.eventNews {
	list-style-type: none;
	list-style-image: none;
	margin-top: 15px;
	border-bottom: 1px #1f7c09 solid;
	font-weight: bold;
	color: #1f7c09;
}
li.eventNewslist {
	list-style-image:  url("/image/base/list_square_green.gif");
}


/*  */
.shopNews {
	list-style-type: none;
	list-style-image: none;
	margin-top: 15px;
	border-bottom: 1px #eba731 solid;
	font-weight: bold;
	color: #eba731;
}
li.shopNewslist {
	list-style-image:  url("/image/base/list_square_yellow.gif");
}

/*  */
.siteNews {
	list-style-type: none;
	list-style-image: none;
	margin-top: 15px;
	border-bottom: 1px #007 solid;
	font-weight: bold;
	color: #007;
}
li.siteNewslist {
	list-style-image:  url("/image/base/list_square_navy.gif");
}

div.tabBox ul li {
	margin: 2px 0 2px 25px;
	text-align: left;
}

/************************************************
 右カラム 
/************************/

#newsRight {
	float: left;
	display: inline;
	width: 209px;
	height: 100%;
	text-align: left;
	border-left: 1px #007 dotted;
}

ul#newShops {
	margin-left: 10px;
}

#newShopstitle {
	border-bottom: 1px #f00 solid;
	font-size: large;
	color: #f00;
	font-weight: bold;
}

#newShops li {
	border-bottom: 1px #999 solid;
	padding: 5px;
	
}


/************************
  下に伸びるのを消す。܂
************************************************************************/
.tabBox {
top:0;
}
.closeBox{
	height: 0;
	overflow: hidden;
}
.openBox{
	height: auto;
	overflow: auto;
}


