@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 12px;
	font-weight: normal;
}

h2 a {
	font-weight: bold;
	font-size: 13px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 0.5em;
}

a img {
	border: none;
}

a:visited, a:active {
	color: #999;
}

a:link, a:hover {
	color: #039;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 5px 30px;
	background: #FFFFFF;
}

#header {
	width: 800px;
}

#main {
	width: 800px;
}

#footer {
	width: 800px;
	margin-top: 15px;
}

.title {
	height: 18px;
	padding-left: 15px;
}

.search-bar {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 10px 0;
	text-align: center;
	background-image: url("../images/search-bar.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.search-bar form {
	height: 40px;
}

.search-text {
	width: 280px;
	margin-top: 10px;
	padding-bottom: 1px;
	line-height: 13px;
	font-size: 13px;
}

.search-button {
	width: 50px;
	height: 20px;
	margin-top: 11px;
	border: 1px solid #888;
	padding-bottom: 1px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}


/* Header */

#header #navi {
	text-align: right;
}

#header #navi ul {
	float: right;
	height: 20px;
	margin: 7px 0 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#header #navi li {
	margin-right: 5px;
	color: #999;
	float: left;
}

#header #navi #add-bookmark {
	float: right;
	width: 110px;
	margin: 5px 2px 0 30px;
	border: solid 1px;
	text-align: center;
	background: #FFFF00;
	color: #999;
}

#header #headline {
	clear: both;
	width: 800px;
}

#header #headline #logo {
	float: left;
	max-width: 800px;
	margin-bottom: 10px;
}

#header #headline #catchcopy {
	float: left;
	margin: 40px 20px 0;
}

#adsense-bar {
	clear: both;
	width: 800px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin: 15px 0;
}


/* Main */

#videos {
	float: left;
	width: 554px;
}

#sidebar {
	float: right;
	width: 230px;
}


/* Videos */

.video-box {
	height: auto;
	padding: 5px;
}

.description {
	margin: 10px 5px;
}

.video-block {
	float: left;
	margin: 4px;
	overflow: hidden;
}

.video-border {
	width: 120px;
	height: 90px;
	border: 1px solid #999;
	padding: 1px;
}

.video-border img {
	width: 120px;
	height: 90px;
}

.video-text {
	margin: 0 2px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

#pickup1 {
	width: 550px;
	margin-bottom: 15px;
}

#pickup1 .video-block {
	width: 124px;
	height: 150px;
}

#pickup1 .video-text {
	width: 120px;
}

#pickup2 {
	width: 550px;
	margin-bottom: 15px;
}

#pickup2 .video-block {
	width: 256px;
	height: 110px;
}

#pickup2 .video-border {
	float: left;
}

#pickup2 .video-text {
	float: right;
	width: 124px;
	padding: 2px 2px 0;
}

#search-result {
	width: 550px;
	margin-bottom: 15px;
}

#search-result .video-block {
	width: 540px;
	height: auto;
	margin-bottom: 10px;
}

#search-result .video-border {
	float: left;
}

#search-result .video-text {
	float: right;
	width: 390px;
	margin: 2px 15px 2px 10px;
	height: 90px;
	line-height: 1.4em;
	text-align: left;
}

#search-result .video-text p {
	margin: 4px;
}

#search-result .aff {
	width: auto;
	margin: 5px 0;
}

#search-result .aff a {
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

#search-result .aff a:hover {
	color: #999999;
}

#search-result .notfound {
	margin: 50px 5px;
	font-weight: bold;
}


/* Sidebar */

#embedded {
	width: 220px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
}

#embedded .video-text {
	width: 210px;
	margin: 5px;
}

#embedded .video-text h2 {
	margin: 5px 0;
}

#adsense {
	width: 230px;
	margin-bottom: 15px;
}

#links {
	width: 226px;
	margin-bottom: 30px;
}

.link-box {
	padding: 5px 10px;
}

.link-box p {
	margin: 5px;
}

#banners {
	width: 220px;
	margin-bottom: 15px;
	text-align: center;
}

#banners img {
	max-width: 216px;
	margin-bottom: 10px;
}


/* Pagination */

#pagination {
	clear: both;
	width: 800px;
	margin-top: 15px;
	text-align: center;
}

#pagination .pagenumbers {
	padding: 0 15px 0 10px;
}

#pagination .pagenumbers span {
	padding: 2px;
	font-size: 14px;
}


/* Footer */

#back-to-top {
	margin-top: 20px;
	text-align: center;
}

#copyright {
	margin: 30px 0 20px;
	text-align: center;
}

/* Admodoki */

.aff .ad_title{
	font-size: 14px;
	color:blue;
	font-weight: bold;
	text-decoration: underline;
}
.aff .ad_text {
	font-size: 10px;
	color:bkack;
}
