/* movielist.css */

/* movielist */
div#movielist {
	height: auto;
	width: 706px;
	margin-top: 4px;
}

/* 見出し */
h2{
	height: 36px;
	width: 706px;
	text-indent: -9999px;
}

/* ポイント */
.mpt {
	color:red;
	font-size: 11px;
	margin-left: 10px;
}

div#movielist h2#h2-gravure {
	background: url("/img/movielist_gra_bar.gif") no-repeat left top;
}

div#movielist h2#h2-taiken {
	background: url("/img/movielist_taiken_bar.gif") no-repeat left top;
}

div#movielist h2#h2-new {
	background: url("/img/movielist_new_bar.gif") no-repeat left top;
}

div#movielist h2#h2-adult {
	background: url("/img/adult_itiran_bar.gif") no-repeat left top;
}

div#movielist h2#h2-fuzoku {
	background: url("/img/fuzoku_itiran_bar.gif") no-repeat left top;
}

div#movielist h2#h2-popular {
	background: url("/img/popular_bar.gif") no-repeat left top;
}

div#movielist h2#h2-search {
	background: url("/img/contents_bar.gif") no-repeat left top;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 36px;
}

/* サイト名 */
div.common-center li.site {
	height: 15px;
	width: 148px;
	line-height: 15px;
	text-align: center;
	margin-top: 8px;
}

/* ピックアップバー */
div.pickup h2#pickup1 {
	background: url("/img/fuzoku_movie_bar.png") no-repeat left top;
}

div.pickup h2#pickup2 {
	background: url("/img/adult_movie_bar.png") no-repeat left top;
}

div.pickup h2#pickup3 {
	background: url("/img/fuzoku_update_bar.gif") no-repeat left top;
}

div.pickup h2#pickup4 {
	background: url("/img/adult_update_bar.gif") no-repeat left top;
}

/* 動画検索ボタン1 */
div#search {
	width: 880px;
	height: 140px;
	background: url("/img/navi2_bg.gif") no-repeat left top;
	margin: 4px 3px 0 0;
}
div#search h2{
	width: 260px;
	height: 140px;
	text-indent: -9999px;
	float: left;
}

div#search ul {
	width: 600px;
	height: 76px;
	background: url("/img/list_btn.jpg") no-repeat 0 -76px;
	margin: 12px 0 0 0;
	float: left;
}

div#search ul li {
	width: 146px;
	height: 36px;
	text-indent: -9999px;
	margin: 0 4px 4px 0;
	float: left;
}

div#search ul li a {
  display: block;
  width: 146px;
  height: 36px;
  background: url("/img/list_btn.jpg") no-repeat;
}

div#search ul li.menu1 a { background-position: 0 0; }
div#search ul li.menu2 a { background-position: -150px 0; }
div#search ul li.menu3 a { background-position: -300px 0; }
div#search ul li.menu4 a { background-position: -450px 0; }
div#search ul li.menu5 a { background-position: 0 -40px; }
div#search ul li.menu6 a { background-position: -150px -40px; }
div#search ul li.menu7 a { background-position: -300px -40px; }
div#search ul li.menu8 a { background-position: -450px -40px; }

div#search ul li a:hover {
	background-image: none;
}

/* 動画検索ボタン2 */

div#search form{
	margin-top: 4px;
}

div#search form input#keyword {
	width: 438px;
	height: 24px;
	border: 1px solid #666666;
	font-size: 18px;
	line-height: 24px;
	padding: 3px 0;
}

div#search form input{
	margin-top: 4px !important;
	margin-top: 0;
	vertical-align: baseline;
}

div#search form input.sub{
	text-indent: -9999px;
	width: 146px;
	height: 36px;
	margin-left: 6px;
	background: url("/img/search_btn.jpg") no-repeat left top;
	border: 0;
}

div#search form input.sub:hover {
	background-position: 0px -36px;
}


