@charset "UTF-8";
/*----------slider----------*/

.slider_container{
	width:940px;
	margin-left	:auto;
	margin-right:auto;
}



.pack_top_slider_container{
	margin-left	:auto;
	margin-right:auto;
}

.nita_container_3{
	margin	:0 auto;
	width	:1060px;
	font-family	:"���C���I",Meiryo,helvetica, arial, freesans, clean, sans-serif;
	text-align:center;
}

/*----------actresses.php----------*/

#page_title {
	width:940px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: solid 1px #e5e5e5;
	font-size: 20px;
	line-height:40px;
}


#actress_menu {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#menu_recommend {
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
	width: 85.4px;
	height: 40px;
	border: solid 1px #ccc;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	list-style-type:none;
	text-align:center;
	cursor:pointer;
	color:#000;
}
#menu_recommend a {
	color:#000;
	text-decoration:none;
}

#tab_menu li {
	position: relative;
	float: left;
	margin: 0;
	padding:0px;
	width: 85.4px;
	height: 40px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	list-style-type:none;
	text-align:center;
}
#tab_menu li:hover {
	color: #fff;
	background: #333;
}
#tab_menu li ul {
	display: none;
	position: absolute;
	top: 39px;
	left: -1px;
	padding: 5px;
	width: 85.4px;
	background: #eee;
	border: solid 1px #ccc;
}
#tab_menu li ul li {
	margin: -5px 0px 0px -5px;
	padding: 0;
	width: 85.4px;
	border: none;
}
#tab_menu li ul li a {
	display: inline-block;
	width: 85.4px;
	height: 40px;
	color:#000;
}
#tab_menu li ul li a:hover {
	background: #999;
	color: #fff;
	padding:0px;
}

#title_2 {
	width:940px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: solid 1px #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	line-height:30px;
	color:#b70505;
}

.actress_img {
	width:100px;
}

.actress_img:hover {
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.actress_name {
	width:100px;
	height:40px;
	color:#000;
	font-size:13px;
	text-align:center;
}

.actress_name a {
	color:#333;
	text-decoration:none;
}

.actress_name a:hover {
	text-decoration: underline;
}

#actress_list {
	width:940px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	vertial-align:top;
}

/*----------makers.php----------*/

#maker_menu {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.maker_img {
	width:260px;
}

.maker_img:hover {
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.maker_name {
	padding:10px;
	width:210px;
	height:40px;
	color:#000;
	font-size:17px;
	font-weight:700;
	text-align:left;
}

.maker_name a {
	color:#333;
	text-decoration:none;
}

.maker_name a:hover {
	text-decoration:underline;
}

#maker_list {
	width:940px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	vertial-align:top;
}

/*----------item_new.php----------*/

.item_list_title a:hover {
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

