/*********************************************
	作成者		：「胸チラの憩い」管理人
	最終更新日：
	バージョン：
	使用ハック：スターハック
*********************************************/
html,body,div,h1,h2,ul,li,a,img,span,p,dl,dt,dd,table,tr,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック" sans-serif;
	}

html {
	overflow-y: scroll;
	}

body {
	width: 820px;
	margin: 0 auto;
	background : #f6f3e8 url(../img/back.gif) repeat-y center;
	}

/* ie センタリング用 CSSハック */
* html body {
	width: 820px;
	background : #f6f3e8 url(../img/back.gif) repeat-y center;
	text-align: center;
	}

* html #wrapper {
	width: 820px;
	text-align: left;
	}

* html #wrapper_1 {
	width: auto;
	text-align: center;
	}

/* ここからヘッダー */
#header {
	width: 820px;
	height: 79px;
	margin: 3px 0 -4px 0;
	background-image: url(../img/logoback.png);
	}

#header #logo {
	float: left;
	width: 191px;
	height: 48px;
	margin: 5px 10px 9px 105px;
	}

#header #counter {
	float: right;
	margin: 5px 5px 0 0;
	}

#header #header_ad {
	margin:0 0 0 10px;
	}

#header #keyword {
	clear:both;
	margin:0 0 0 110px;
	color:white;
	}
/* ここまでヘッダー */

/* ここからカラム設定 */
#left-column {
	float: left;
	width: 280px;
	margin: 0 0 0 0;
	}

#right-column {
	float: left;
	width: 530px;
	margin: 0 0 0 8px;
	}

/* ie marginバグ対応 */
* html #right-column {
	float: left;
	width: 530px;
	margin: 0 0 0 4px;
	}

/* ここまでカラム設定 */

/* ここから左カラムメニューバー */
.left-column-menu {
	width: 270px;
	height: 24px;
	overflow: hidden;
	margin: 7px 0 3px 0;
	border-left:8px #f0f solid ;
	border-bottom:1px solid #f0f;
	}

.left-column-menu h2 {
	font-weight: bold;
	font-size: 16px;
	color: #e0e;
	margin: 4px 0 0 10px;
	}

.left-column-menu a {
	position: relative;
	top: -18px;
	left: 190px;
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}

.left-column-menu h2 a {
	position: static;
	top: 0;
	left: 0;
	margin: 4px 0 0 0;
	padding: 0;
	background: none;
	color: #e0e;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	}
/* ここまで左カラムメニューバー */

/* ここから右カラムメニューバー */
.right-column-menu {
	width: 520px;
	height: 24px;
	overflow: hidden;
	margin: 7px 0 3px 0;
	border-left: 8px #f0f solid;
	border-bottom: 1px #f0f solid;
	}

.right-column-menu h2 {
	font-weight: bold;
	font-size: 16px;
	color: #e0e;
	margin: 4px 0 0 10px;
	}

.right-column-menu a {
	position: relative;
	top: -18px;
	/* left: 20px; 各項目で設定 */
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}
/* ここまで右カラムメニューバー */
	
/* ここからサイト紹介 */
#site-review ul li {
	float: left;
	width: 259px;
	height: 125px;
	margin: 0 5px 0 0;
	list-style-type: none;
	}

#site-review ul li img {
	float: left;
	border: black solid 1px;
	margin: 0 5px 0 0;
	}

#site-review ul li span.title {
	padding: 0 0 0 5px;
	font-weight: bold;
	}

#site-review ul li span.introduction {
	display: block;
	padding: 5px 0 0 0;
	}

#site-review ul li span.introduction a {
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}

#site-review ul li span.emphasis {
	color: #f0f;
	}
/* ここまでサイト紹介 */

/* ここからhaman */
#haman ul li {
	list-style-type: none;
	clear: both;
	}

#haman ul li img {
	float: left;
	width: 70px;
	height: 52px;
	border: black solid 1px;
	margin: 0 5px 5px 0;
	}

#haman ul li span.title {
	padding: 0 0 0 5px;
	font-weight: bold;
	}

#haman ul li span.introduction {
	display: block;
	padding: 5px 0 0 0;
	}

#haman ul li span.introduction a {
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
	background: url(../img/rightarrow.gif) no-repeat;
	}
/* ここまでhaman */

/* ここからブログ記事 */
/* pager設定 */

ul.pager {
	text-align:center;
	padding: 10px 10px 10px 5px;
	}

ul.pager li {
	display:inline;
	}

ul.pager li a {
	color: #f0f;
	font-weight: bold;
	border: 1px solid #f0f;
	margin: 2px 1px 2px 1px;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	}

ul.pager li a.selected {
	background:#faf;
	}
/* pager設定 */

#blog ul {
	width: 520px;
	}
	
#blog ul li {
	list-style-type: none;
	height: 20px;
	margin: 0 0 0 2px;
	}

#blog ul li.image {
	background: url(../img/image.png) no-repeat;
	}
	
#blog ul li.movie {
	background: url(../img/movie.png) no-repeat;
	}

#blog ul li a {
	display: block;
	width: 500px;
	height: 16px;
	margin: 0 0 0 1.5em;
	padding: 2px 0 1px 1px;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	}

* html #blog ul li a {
	height: 20px;
	padding: 2px 0 0 1px;
	}

#blog ul li a:hover {
	background: #fdf;
	}
/* ここまでブログ記事 */

/* ここから動画サイト紹介 */
#moviesite ul {
	float: left;
	width: 259px;
	margin: 0 6px 0 0;
	}

#moviesite ul li {
	list-style-type: none;
	height: 6.5em;
	padding: 4px 0 4px 0;
	border-bottom: 1px #ddd solid;
	}

#moviesite ul li img {
	float: left;
	width: 40px;
	height: 40px;
	border: black solid 1px;
	margin: 0 5px 0 0;
	}

#moviesite ul li img.new {
	float: none;
	width: 30px;
	height: 6px;
	border: none;
	}

#moviesite ul li span.sitename {
	font-weight: bold;
	}

#moviesite ul li span.title {
	display: block;
	color: red;
	margin: 3px 0 0 0;
	}

#moviesite ul li span.day {
	color: black;
	}

#moviesite ul li span.introduction {
	display: block;
	clear: both;
	}
/* ここまで動画サイト紹介 */

/* ここから画ch等bss */
.bbs ul li {
	list-style-type: none;
	height: 20px;
	margin: 0 0 0 2px;
	background: url(../img/image.png) no-repeat;
	}

.bbs ul li a {
	display: block;
	height: 16px;
	margin: 0 0 0 1.5em;
	padding: 1px 0 2px 1px;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	}

* html .bbs ul li a {
	height: 20px;
	padding: 2px 0 0 1px;
	}

.bbs ul li a:hover {
	background: #fdf;
	}
/* ここまで画ch等bss */

/* ここからppv紹介用 */
#video_ad ul li {
	list-style-type: none;
	height: 20px;
	margin: 0 0 0 2px;
	background: url(../img/movie.png) no-repeat;
	}

#video_ad ul li a {
	display: block;
	width: 258px;
	height: 16px;
	margin: 0 0 0 1.5em;
	padding: 1px 0 2px 1px;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	}

* html #video_ad ul li a {
	height: 20px;
	padding: 2px 0 0 1px;
	}

#video_ad ul li a:hover {
	padding: 0 0 2px 1px;
	border-top: 1px #f0f solid;
	border-bottom: 1px #f0f solid;
	background: #fdf;
	}

* html #video_ad ul li a:hover {
	padding: 1px 0 2px 1px;
	}

#video_ad_popup {
	display: none;
	position: absolute;
	width: 540px;
	z-index: 100;
	overflow: hidden;
	padding: 3px;
	border: 1px #f0f solid;
	background: #fdf;
	}

#video_ad_popup h2 {
	margin: 3px;
	font-weight: bold;
	}

#video_ad_popup ul.tab li {
	list-style-type: none;
	float: left;
	width: 65px;
	height: 25px;
	margin: 0 2px 0 0;
	background: white;
}

* html #video_ad_popup ul.tab li {
	margin: 0 2px -3px 0;
}

#video_ad_popup ul.tab li a{
	outline: none;
	display: block;
	color: blue;
	line-height: 25px;
	border: 1px #aaa solid;
	border-bottom: none;
	text-align: center;
	}

#video_ad_popup ul.tab li a.selected {
	text-decoration: none;
	color: #333;
	border: 1px #f0f solid;
	border-bottom: none;
	cursor: default;
	font-weight: bold;
	}

#video_ad_popup ul.panel {
	clear:both;
	border:1px solid #f0f;
	padding:3px;
	background: white;
	}

#video_ad_popup ul.panel div {
	float: left;
	}

#video_ad_popup dl {
	float: right;
	width: 243px;
	border: 1px solid #999;
	border-top: none;
	background: #f1f1f1;
	}

#video_ad_popup dt {
	float: left;
	width: 4em;
	border-top: 1px solid #999;
	padding:4px 0 0 4px;
	}

#video_ad_popup dd {
	margin-left: 4em;
	padding: 4px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #ffefff;
	}

/* ここまでppv紹介用 */

/* ここからフッター */
#footer {
	clear: both;
	width: 820px;
	border-top: 1px #faf solid;
	text-align: center;
	}

#footer p {
	margin: 5px 0;
	}
/* ここまでフッター */

/* index.htm用 */
/* ここから広告欄 */
.ad {
	width: 640px;
	margin: 10px auto 30px auto;
	}

.ad p {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px #faf solid;
	border-bottom: 1px #faf solid;
	text-align: center;
	}

* html .ad {
	width: auto;
	margin: 10px 0 30px 0;
	text-align: center;
	}

* html .ad p {
	width: 640px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px #faf solid;
	border-bottom: 1px #faf solid;
	text-align: center;
	}
/* ここまで広告欄 */

/* ここからenter欄 */
#enter {
	width: 400px;
	margin: 0 auto 20px auto;
	padding: 5px;
	border: 1px #faf solid;
	background: #fef;
	text-align: center;
	}

#enter p {
	margin: 0 0 10px 0;
	}
/* ここまでenter欄 */
/* index.htm用 */

/* form.htm用 */
/* ここからform欄 */
#blog_form {
	width: 360px;
	margin: 20px auto 20px auto;
	border: 1px #faf solid;
	text-align: center;
	}

#blog_form p {
	margin: 0 0 10px 0;
	}
/* ここまでform欄 */
/* form.htm用 */

/* ここからclearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
/* ここまでclearfix */
