/*
Theme Name: Vicross
Theme URI: http://www.vicross.net/
Version: 0.1
Author: yubird
Author URI: http://yubird.com/
*/
@charset 'UTF-8';

html {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* 全体の囲み */
#container {
  margin: 0;
  padding: 0;
}

/*
最上部の告知領域
使わない時はdisplayのコメントアウトを取る
*/
#infomation {
  width: 100%;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  border-style: none none solid none;
  border-color: #c2c2c2;
  border-width: 1px;
  text-align: center;
  font-size: 10pt;
  /* 
  display: none;
  */
}

/* トップのロゴ画像 */
#container #top-img {
  width: 480px;
  height: 100px;
  margin: 120px auto 50px auto;
  padding: 0;
  border-style: none;
}

/* コンテンツの囲み */
#contents {
  width: 820px;
  margin: 20px auto 0 auto;
  padding: 0;
	position: relative;
	z-index: 0;
}

/* トップのサーチフォーム囲み */
#searchbox {
	width: 600px;
  margin: 0 auto 80px auto;
  padding: 0;
  text-align: center;
	position: relative;
}

/* サーチフォーム */
#searchbox form {
  display: inline;
  margin: 0;
  padding: 0;
}

/* トップの検索テキストボックス */
#s {
  width: 314px;
  height: 24px;
  line-height: 24px;
  font-size: 12pt;
  margin: 0 10px 0 0;
  padding: 0 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  background-color: #f8f8f8;
}

/* 検索ボタン */
#search-submit {
  line-height: 20px;
}

/* suggestの囲み(トップ用) */
#searchbox #for_suggest {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	left: 108px;
	background-color: #ffffff;
}

/* suggestの囲み(それ意外用) */
#search-header-inner #for_suggest {
	margin: -8px 0 0 0;
	padding: 0;
	position: absolute;
	left: 210px;
	z-index: 10;
	background-color: #ffffff;
}

#searchsuggest {
	width: 320px;
	line-height: 20px;
	margin: -1px 0 0 0;
	padding: 0;
	overflow: hidden;
	font-size: 10pt;
	text-align: left;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #dddddd;
	-webkit-box-shadow: 0 3px 5px #f1f1f1;
	-moz-box-shadow: 0 3px 5px #f1f1f1;
	-uu-box-shadow: 0 3px 5px #f1f1f1;
}

#searchsuggest div {
	margin: 0 0 -1px 0;
	padding: 0 3px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #dddddd;
	cursor: pointer;
}

#searchsuggest div.select {
	color: #ffffff;
	background-color: #218af4;
}

#searchsuggest div.over {
	background-color: #cce5ff;
}

/* フッタ */
hr.clear {
  margin: 0;
  border-style: solid none none none;
  border-width: 1px;
  border-color: #ffffff;
  clear: both;
}

#footer {
  height: 40px;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
	font-size: 11pt;
  clear: both;
}

/* 検索結果ページ用ヘッダ */
#search-header {
  width: 100%;
  margin: 10px 0 0 0;
  padding 0;
}

#search-header-inner {
  width: 820px;
  margin: 0 auto;
  padding: 0;
	position: relative;
}

#search-header img {
  margin: 0 10px 0 0;
  display: block;
  float: left;
  border: none;
}

#search-header form {
  line-height: 42px;
  display: block;
  margin: 0;
  padding: 0;
}

/* ページナビゲーション */
#pagenavi {
  width: 560px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
}

#pagenavi a, #pagenavi a:link, #pagenavi a:visited {
	color: #0000ff;
	text-decoration: none;
}

#pagenavi a:hover, #pagenavi a:active {
	#0000ff;
	text-decoration: underline;
}

#pagenavi span {
  margin: 0 3px;
	padding: 3px 5px;
	font-family:"Osaka-等幅", "Osaka-Mono", "ＭＳ Ｐゴシック", monospace;
  font-size: 12pt;
  background-color: #efefef;
  background-image: url(images/navi-bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -uu-border-radius: 3px;
  cursor: pointer;
}

#pagenavi span.current-page {
  padding: 3px 5px;
	cursor: default;
}

/* 検索結果 */
#search-result {
  width: 610px;
  height: 800px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: block;
}

#search-result h2 {
	margin: 100px auto 0 auto;
	text-align: center;
	font-weight: 500;
}

/* 検索結果要素 */
#search-result div.search-item {
  display: block;
  width: 128px;
  margin: 0 16px 20px 0;
  float: left;
  background-color: #ffffff;
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
}

#search-result div.search-item:hover {
	outline: solid 2px #a7c5ff;
}

#search-result div.title {
  height: 32px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 2px;
}

div.thumbnail img {
	border: none;
	margin: 0 auto;
	display: block;
}

div.title a {
  text-decoration: none;
}

/* サイドバー */
#sidebar {
  width: 210px;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

#sidebar #side-ad {
	width: 160px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #dddddd;
}

/* シングルのコンテナ */
#single-content {
  width: 610px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: block;
}

#single-content #movieinfo {
	width: 480px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2;
}

#single-content #playerbox {
	width: 480px;
	height: 400px;
	margin: 10px auto;
	padding: 0;
}

#single-content #like-more {
	width: 480px;
	height: 46px;
	line-height: 23px;
	margin: 10px auto;
	padding: 0;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2;
	overflow: hidden;
}

#like-more span {
	padding: 2px;
	margin: 0 2px;
}

#like-more a {
	padding: 2px;
	margin: 0 2px;
}

#like-more a:hover {
	background-color: #e2f2ff;
}

#single-content #bottom-ad {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-color: #dddddd;
}

#single-content #title {
	padding: 2px 4px 0 4px;
	font-size: 12pt;
	overflow: hidden;
}

#single-content #date {
	padding: 0 4px 2px 4px;
	font-size: 10pt;
}
