/*********************************************
	作成者		：「胸チラの憩い」管理人
	最終更新日：
	バージョン：
	使用ハック：スターハック
*********************************************/

html,body,div,h1,h2,ul,li,a,img,span,p {
	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;
	}
/* ここまで左カラムメニューバー */

/* ここから右カラムメニューバー */
.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 ul {
	margin: 0 0 0 190px;
	}

.right-column-menu ul li {
	list-style-type: none;
	position: relative;
	top: -18px;
	float: left;
	margin: 0 10px 0 0;
	}

.right-column-menu a {
	position: relative;
	top: -18px;
	/* left: 20px; 各項目で設定 */
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}
/* ここまで右カラムメニューバー */
	
/* ここからサイト紹介 */
#site ul li {
	float: left;
	width: 259px;
	height: 125px;
	margin: 0 5px 0 0;
	list-style-type: none;
	}

#site ul li img {
	float: left;
	border: black solid 1px;
	margin: 0 5px 0 0;
	}

#site ul li span.title {
	padding: 0 0 0 5px;
	font-weight: bold;
	}

#site ul li span.introduction {
	display: block;
	padding: 5px 0 0 0;
	}

#site ul li span.introduction a {
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}


#site ul li span.emphasis {
	color: #f0f;
	}
/* ここまでサイト紹介 */

/* ここからhaman */
#haman {
	overflow: auto;
	}

#haman ul {
	margin: 0 2px 0 0;
	}

#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設定 */
blog:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}

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 {
	height: 20px;
	list-style-type: none;
	border-bottom: 1px #ddd solid;
	}

#blog ul li a {
	display: block;
	width: 500px;
	margin: 0 0 0 1.5em;
	padding: 1px 0 1px 0;
	text-indent: 0em;
	text-decoration: none;
	}

#blog ul li a:hover {
	background: #fdf;
	}

#blog ul li.image {
	margin: 0 0 3px 0;
	height: 17px;
	background: url(../img/image.png) no-repeat;
	}
	
#blog ul li.movie {
	margin: 0 0 3px 0;
	height: 17px;
	background: url(../img/movie.png) no-repeat;
	}
/* ここまでブログ記事 */

/* ここから動画サイト紹介 */
#moviesite {
	overflow: auto;
	}

#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: 17px;
	margin: 0 0 3px 2px;
	background: url(../img/image.png) no-repeat;
	}

.bbs ul li a {
	display: block;
	margin: 0 0 0 1.5em;
	padding: 1px 0 2px 0;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	}

.bbs ul li a:hover {
	background: #fdf;
	}
/* ここまで画ch等bss */

/* ここからDMM */
#dmm ul li {
	list-style-type: none;
	height: 17px;
	margin: 0 0 3px 2px;
	background: url(../img/movie.png) no-repeat;
	}

#dmm ul li a {
	display: block;
	margin: 0 0 0 1.5em;
	padding: 1px 0 2px 0;
	border-bottom: 1px #ddd solid;
	text-decoration: none;
	}

#dmm ul li a:hover {
	background: #fdf;
	}
/* ここまでDMM */

#popup {
	display: none;
	position: absolute;
	width: 430px;
	z-index: 100;
	overflow: hidden;
	padding: 3px;
	background: #fdf;
	}

#popup div {
	height: 180px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #f0f;
	background-color: white;
	}

#popup div h2 {
	margin: 7px 0 0 5px;
	font-weight: bold;
	}

#popup div img {
	float: left;
	width: 110px;
	height: 150px;
	border: 1px solid black;
	margin: 0 10px 5px 0;
	}

#popup div span.introduction {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px;
	}

#popup div span.sample {
	padding: 0 0 0 20px;
	background: url(../img/rightarrow.gif) no-repeat;
	}

#popup div.image {
	height: 150px;
	overflow: scroll;
	}

#popup div.image span {
	display: block;
	margin: 2px 0 5px 5px;
	font-weight: bold;
	}

#popup div.image ul {
	margin: 0 0 0 5px;
	}

#popup div.image li {
	float: left;
	list-style-type: none;
	margin: -2px;
	}

#popup div.image li img {
	width: 120px;
	height: 90px;
	}

/* ここからフッター */
#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;
	border: 1px #faf solid;
	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用 */