/*==============================================
  茉莉子さん家の性事情 〜伯母さんは僕のモノ〜
================================================*/

/*基本設定（入口と兼用）----------------------------------*/

BODY{
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat;
	margin: 0px;
	scrollbar-face-color:		#ffffff;
	scrollbar-track-color:		#483269;
	scrollbar-3dlight-color:	#875EA1;
	scrollbar-darkshadow-color:	#875EA1;
	scrollbar-highlight-color:	#483269;
	scrollbar-arrow-color:		#875EA1;
	scrollbar-shadow-color:		#483269;
}

.none{display: none;}

/*基本設定-----------------------------------------------*/

#body{
	text-align: center;
}

#mady{
	width: 800px;
	margin: 0px auto 0px auto;
}

#head{
	background-image: url(../img/bg_head.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	height: 63px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#foot{
	text-align: center;
	width: 800px;
	margin-bottom: 20px;
	/*height: 120px;*/
}

/*コンテンツ・レイアウト---------------------------------*/

#rogo{
	float: left;
	width: 119px;
	height: 63px;
	margin: 0px;
	padding: 0px;
}

#fimg{margin: 20px auto 0px auto;}

#fimg FONT{
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

/*コンテンツ画像-----------------------------------------*/
/*メニュー*/
#menu{
	position: relative;
	float: right;
	width: 651px;
	height: 63px;
	margin: 0px 2px 0px 0px;
}

#menu UL{
	width: 651px;
	height: 43px;
	margin: 19px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	list-style-type: none;
}

#menu LI{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#menu LI a,p{
	display: block;
	width: 93px;
	height: 43px;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
}


/*通常*/
#cot_top	a,p { background : url(../img/menu.jpg)	   0px 0px;}
#cot_sty	a,p { background : url(../img/menu.jpg)	 -93px 0px;}
#cot_cha	a,p { background : url(../img/menu.jpg)	-186px 0px;}
#cot_sam	a,p { background : url(../img/menu.jpg)	-279px 0px;}
#cot_spc	a,p { background : url(../img/menu.jpg)	-372px 0px;}
#cot_dow	a,p { background : url(../img/menu.jpg)	-465px 0px;}
#cot_spe	a,p { background : url(../img/menu.jpg)	-558px 0px;}

/*オーバー*/
#cot_top	a:hover { background-position :    0px -43px;}
#cot_sty	a:hover { background-position :  -93px -43px;}
#cot_cha	a:hover { background-position : -186px -43px;}
#cot_sam	a:hover { background-position : -279px -43px;}
#cot_spc	a:hover { background-position : -372px -43px;}
#cot_dow	a:hover { background-position : -465px -43px;}
#cot_spe	a:hover { background-position : -558px -43px;}

/*現ページ*/
#cot_top	.on { background-position :	   0px -86px;}
#cot_sty	.on { background-position :	 -93px -86px;}
#cot_cha	.on { background-position :	-186px -86px;}
#cot_sam	.on { background-position :	-279px -86px;}
#cot_spc	.on { background-position :	-372px -86px;}
#cot_dow	.on { background-position :	-465px -86px;}
#cot_spe	.on { background-position :	-558px -86px;}

/*未開通*/
#cot_top	.off { background-position :      0px -129px;}
#cot_sty	.off { background-position :    -93px -129px;}
#cot_cha	.off { background-position :   -186px -129px;}
#cot_sam	.off { background-position :   -279px -129px;}
#cot_spc	.off { background-position :   -372px -129px;}
#cot_dow	.off { background-position :   -465px -129px;}
#cot_spe	.off { background-position :   -558px -129px;}

/*NEW*/
#new{
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	z-index: 10;
	position: absolute;
	width: 32px;
	height: 12px;
	top: 32px;
}

.new1{left: 60px;}
.new2{left: 153px;}
.new3{left: 246px;}
.new4{left: 339px;}
.new5{left: 432px;}
.new6{left: 525px;}
.new7{left: 618px;}
