@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-color:#B8E6F3;
	color:#000;
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:14px;
}

h1{
font-size:18px;
font:"Times New Roman", Times, serif;
}

h2, h3
{color:#000;
text-align:center;
padding-left:5px;
padding-top:5px;}

a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:active{color:#0066CC;text-decoration:none;}
a:hover{color:#0066CC;text-decoration:none;}

div.center{
	width:1000px;
	margin:0px auto;
		background-image:url(/images/tokyopornpics-4.jpg);
background-repeat:repeat-y;
	}



div.header{
width:1000;
height:177px;
position:relative;
}

.header_text {
	width:450px;
	height:110px;
	position:absolute;
	top:9px;
	left:413px;
	color:#000;
	font:"Times New Roman", Times, serif;
}
.content{
width:1000px;
}



div.bgleft{
float:left;
width:169px;
font-size:16px;
text-align:left;
}
.bgleft li{
padding-left:10px;
list-style-type:none;}

.bgleft_banners{
margin:0px auto;
border:0;
}

.bgleft_banners a{
font-weight:bold;
font-size:12px;
}

.bgright{
	display: inline;
	position: relative;
	width:831px;
	float: right;
	background-color:#DBC65E;
	}

.top_hat a{
margin:4px;
font-weight:bold;
}

/*top20*/
ul.spisok {
list-style-type: none;
font-size:16px;


}
ul.spisok li {
padding-bottom:3px;
padding-top:1px;
}
/*top32*/
ul.spisok_2{
list-style-type: none;
text-align:left;
margin-left:50px;}

div.column
{float:left;
margin:15px;
width:150px;}

/*banners*/
div.banners img{
margin:3px;
width:125px;
height:125px;
display:inline;
}

.proton{width:808;
height:170px;}

ul.text_a{
list-style-type: none;
text-align:left;
}

div.text_li{
float:left;
margin:5px;
width:400px;
font-size:12px;
}

.categories{
 text-align:center;
 font-size:16px;
 clear:left;
}

ul.cat{
list-style-type: none;
text-align:left;
color:#000;
padding-left:15px;
}

.footer{
	clear:both;
	background-color:#B8E6F3;
	overflow: hidden;
	width:1000px;
	height:155px;
	font-size:12px;
}
	
/*for pictures.html*/
.pictures{
width:150px;
height:200px;
display:inline;
}

.pictures img{
border:0; margin:2px;}

.clear { clear: both; background: none; }
