/* $Id: base-weblog.css 30948 2006-06-13 08:59:18Z jallen $ */

/* basic elements */

html {
		margin: 0;
		/* setting border: 0 hoses ie6 win window inner well border */
		padding: 0;
}

body {
		margin: 0;
		/* setting border: 0 hoses ie5 win window inner well border */
		padding: 0;
		font-size: 12px;
		line-height: 130%;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1{
margin:0 0 10px;
}
h2, h3, h4, h5, h6, p, ol, ul, dl, pre, blockquote {
		margin-top: 10px;
		margin-bottom: 10px;
}


/* standard helper classes */

.clr {		clear: both;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: 0 -1px -1px 0;
		border: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
		position: relative;
		margin: 0 auto; /* center on everything else */
		width: 800px;
		text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: left; }
#banner-inner { position: static; }

#pagebody {
	position: relative;
	width: 100%;
}
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
		display: inline; /* ie win bugfix */
		position: relative;
		float: left;
		min-height: 1px;
}

#delta { float: left; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
		position: static;
}


/* banner user/photo */

.banner-user {
		float: left;
		overflow: hidden;
		width: 64px;
		margin: 0 15px 0 0;
		border: 0;
		padding: 0;
		text-align: left;
}

.banner-user-photo {
		display: block;
		margin: 0 0 2px 0;
		border: 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		text-decoration: none !important;
}

.banner-user-photo img {
		width: 64px;
		height: auto;
		margin: 0;
		border: 0;
		padding: 0;
}


/* content */

.content-nav {
		text-align: center;
}

.date-header,
.entry-content {
		position: static;
}

.entry-content {
	background-image: url(images/pagebody-bak.gif);
	background-color: #FFFFFF;
}
.entry,
.trackbacks,
.comments,
.archive {
		position: static;
		overflow: hidden;
		clear: both;
		width: 100%;
		margin-bottom: 10px;
}
.entry-content img {
	border: 1px solid;
	border-color: #DDD #AAA #333 #666;
}
.entry-content a:link, .entry-content a:visited {
	color: #4788c9;
	background-color: #FFF;
}
.entry-content a:hover {
	color: #FFF;
	background-color: #FFB1B2;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
		clear: both;
		margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
		clear: both;
}
.entry-body {
	border: 1px solid #DDD;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 10px;
}
.entry-body p img{
float:left;
margin-right:10px;
margin-bottom:10px;
}
.entry-footer {
	border: 1px solid #DDD;
	border-top: none;
	padding: 0 10px 10px;
	margin: 0;
	clear: both;
}
.entry-footer p{
	margin: 0 0 10px 0;
}
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
		clear: both;
		margin: 5px 10px 5px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
		width: 240px;
}

#comment-bake-cookie {
		margin-left: 0;
		vertical-align: middle;
}

#comment-post {
		font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
		float: left;
		width: 115px;
		margin: 0 10px 10px 0;
}

.image-thumbnail img {
		width: 115px;
		height: 115px;
		margin: 0 0 2px 0;
}


/* modules */

.clear{
	clear: both;
}
.module {
		position: relative;
		overflow: hidden;
		width: 100%;
}

.module-content {
		position: relative;
		margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
		margin: 0;
		padding: 0;
		list-style: none;
}
.latest{
	margin: 0px 5px 5px 0px;
	float: left;
}
#latest{
	font-size: 10px;
}
#latest dt, #latest dd{
	margin: 0;
	padding: 0;
	clear:both;
}
#latest img{
	margin: 0px 5px 5px 0px;
	float: left;
}
.module-list-item {
		margin-top: 5px;
		margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
		border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
		width: 14%;
		text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
		display: block;
		clear: both;
		margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
		float: left;
		min-width: 60px;
		width: 60px;
		/* no ie mac \*/width: auto;/* */
		margin: 0 5px 0 0;
		text-align: center;
		vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
		margin: 0;
		padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
		margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
		display: block;
		height: 1%;
		margin: 0;
		border: 0;
		padding: 0;
		list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
		display: block;
		float: left;
		/* ie win fix \*/ height: 1%; /**/
		margin: 0;
		border: 0;
}

.module-recent-photos .module-list-item a {
		display: block;
		margin: 0;
		border: 0;
		padding: 0;
}

.module-recent-photos .module-list-item img {
		width: 60px;
		height: 60px;
		margin: 0;
		padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
		width: 14%;
		height: 75px;
		text-align: left;
		vertical-align: top;
}

.day-photo {
		width: 54px;
		height: 54px;
}

.day-photo a {
		display: block;
}

.day-photo a img {
		width: 50px;
		height: 50px;
}
/*
name: Subtle
designer: Lilia Ahner
designer_url: http://www.lilia.com
developer: Nick O'Neill
developer_url: http://authenticgeek.net
*/
/* basic page elements */

body
{
	font-size: 11px;
}

a { color: #69c; font-weight: normal; }
a:visited { color: #666; }
a:hover { color: #4788c9; }

#banner a { color: #8ea2b0; text-decoration: none; }
#banner a:visited { color: #8ea2b0; }
#banner a:hover { color: #4788c9; }

.entry-header a, .entry-header a:visited{
	color: #96D;
	font-weight: bold;
}
.entry-header a:hover{
	color: #FFF;
}

.module-content a { color: #69c; }
.module-content a:visited { color: #69c; }
.module-content a:hover { color: #4788c9; }
h1{ font-size: 14px; }
h1, h2, h3, h4, h5, h6
{
	padding: 5px;
	margin: 0px;
	font-family: 'georgia', helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 

	width: 100%;
	w\idth: auto;
	 
	margin: 0;
	border-top: 1px dotted #c2c2c2;
	border-bottom: 1px dotted #c2c2c2;
	padding: 5px 10px 5px 5px;
	color: #9ab0bf;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
}
.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #9ab0bf;
	font-weight: bold;
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #9ab0bf;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #9ab0bf;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}


/* page layout */

body
{
	color: #666;
	/*background-image: url(/images/body-bg.gif);
	background-attachment: fixed;
	*/
	background:#fff;
}

#container { width: 802px; }
#container-inner { margin: 20px 0 0 0; }

#banner
{
	width: 800px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

#banner-inner
{
	height: 170px;
	margin: 1px;
	border: 1px solid #ccc;
	padding-left: 180px;
	text-align: left;
	background-image: url(/images/manko_chan.gif);
}

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	padding: 45px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin: 0;
	padding: 5px 15px 20px 5px;
	color: #666;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	line-height: 1.125;
}

.entry-header{
	margin: 0;
	padding: 0;
	text-indent: 25px;
	color: #96D;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/entry-title.gif) no-repeat #FFB1B2;
}
#entry-header{
	margin: 0;
	padding: 10px 0;
	text-indent: 25px;
	color: #96D;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/entry-title.gif) no-repeat #FFB1B2;
}
.entry-last{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	background: url(/images/entry-foot.gif) no-repeat bottom #FFB1B2;
}
h2#archive-title {
	margin: 0;
	padding: 8px 0 0 0;
	text-indent: 50px;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/arc-title.gif) no-repeat;
}

#archive-title a:link, .entry-header a:link, #archive-title a:visited, .entry-header a:visited {
	padding: 10px 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}


#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 5px 0;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
	padding: 0;
}

#alpha {
	width: 530px;
	margin-right: 5px;
}

#beta {
	float: right;
	width: 265px;
}
#delta-inner {
	margin: 0 5px;
	text-align: center;
}
#gamma{ width: 200px; }

.date-header {
	margin: 0 0 5px 0;
	padding: 7px 20px 5px 10px;
	color: #666;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 10px;
	background: url(/images/pt01.gif) no-repeat left;
}

.entry-content { margin: 0; }
.entry-content h2{
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	background-color: #FFFFFF;
}
.entry-content blockquote{
	background-color: #EFEFEF;


	border: 1px dotted #666;
	padding: 10px;
	font-size: 10px;
}
.entry-content blockquote img{
	margin: 0 10px 10px 0px;
}

.entry-more-link {
	font-weight: bold;
	margin-bottom: 20px;
	clear:both;
}
.entry-more-unmore{
clear:both;
}
.content-nav {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 10px;
}
.content-nav a, .content-nav a:visited{
	text-decoration: none;
	padding: 2px;
	color: #FF3399;
}
.content-nav a:hover{
	background-color: #FFB1B2;
	border: 1px solid #FFF;
	color: #FFF;
}
.toku01{
	width: 790px;
	height: 145px;
	margin-bottom: 10px;
}
.toku01 a:link, .toku01 a:visited{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/images/bnr/dbbs.jpg");
}
.toku02 {
	width: 158px;
	float: left;
}
.toku02 h2 {
	text-align: center;
	padding: 7px 20px 5px 10px;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 10px;
	background: url(/images/pt01.gif) no-repeat center;
	font-weight: bold;
}
.toku02 h2 a:link, .toku02 h2 a:visited {
	width: 100%;
	display: block;
	color: #DD6666;
	font-weight: bold;
	text-decoration: none;
}
.toku02 h2 a:hover {
	color: #FFF;
}

/* modules */

.module { color: #666; }

.module-content { font-size: 11px; }

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }
.module-categories .module-list-item{
	padding-left: 5px;
	font-size: 10px;
}
.module-powered
{
	 margin: 0;
	 padding: 0;
}

.module-powered .module-content
{
	 margin: 0;
	 padding: 10px;
	 border: 1px solid #ccc;
	 background: url(/images/stripe-bg.gif) left top repeat;
}

.module-photo { border: 0; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.module-list-item,
.archive-list-item
{	
	font-size: 10px;
	padding: 1px 0 1px 0;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border: 1px solid #e5e4e0;
	padding: 0;
	background: url(/images/stripe-bg.gif) left top repeat;
}

.typelist-thumbnail { background: #e2ecf3; }

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 0 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin: 0 0 0 15px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #4788c9;
	background: #e7e2c6;
}


/* calendar tweaks */
	
.module-mmt-calendar { width: 445px; margin: 0; }
 
 .layout-calendar #gamma { width: 190px; }
 .layout-calendar #delta { width: 190px; }
	
.module-mmt-calendar .module-header,
.layout-timeline .module-recent-photos .module-header
{
	margin: 0;
	padding: 5px 15px;
	color: #9ab0bf;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.module-mmt-calendar .module-content { margin: 15px; }

.module-mmt-calendar table
{
	width: 415px;
}
	
.module-mmt-calendar th
{
	border-top: 1px dotted #c2c2c2;
	border-right: 1px dotted #c2c2c2;
	border-bottom: 1px dotted #c2c2c2;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}

.module-mmt-calendar td
{
	border-top: 1px solid #fff;
	border-right: 1px solid #e7e7ec;
	border-bottom: 1px solid #bbb;
	padding: 2px;
	text-align: right;
	font-weight: normal;
	background: url(/images/stripe-bg.gif) left top repeat;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
{
	border-right: none;
}

.day-photo a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.day-photo a:hover
{
	border-color: #235961;
	background: #e7e2c6;
}

.entry-content .line {
	border: none;
	width: 100%;
	height: 50px;
    margin: 0;
	padding: 0;
	background-image: url("images/entry-line.gif");
	font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#foot {
	padding-bottom: 10px;
	text-align: center;
	line-height: 200%;
	font-size: 10px;
}
#foot a:link, .foot a:visited {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#foot a:hover {
	background-color: #0066FF;
	color: #FFF;
}

/* items */
.fl_left{
	float: left;
}

/* NomasaControl */
br.clear{
clear:both;
}
#hTwoDivision{
width:800px;
margin:0 auto;
padding:0;
}
#hTwoDivision #hTwoLeft{
float:left;
width:398px;
height:298px;
margin:0 8px 0 0;
padding:0;
border:1px solid #ccc;
overflow-y:scroll;
overflow-x:none;
scrollbar-base-color:#ccc;
scrollbar-face-color:#ffdddb;
scrollbar-arrow-color:#ff3300;
scrollbar-shadow-color:#111;
scrollbar-darkshadow-color:#eee;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#ff0000;
scrollbar-track-color:#f2f2f2;
text-align:center;
}
#hTwoDivision #hTwoLeft h2{
width:378px;
font-size:14px;
font-weight:bold;
height:21px;
line-height:21px;
margin:0 auto 10px;
padding:0 0 3px;
border-bottom:1px solid #000;
}
#hTwoDivision #hTwoLeft dl{
width:378px;
margin:0 auto;
padding:0;
text-align:center;
}
#hTwoDivision #hTwoLeft dt{
float:left;
width:258px;
margin:0 0 10px;
padding:0;
text-align:left;
}
#hTwoDivision #hTwoLeft dd{
float:left;
width:120px;
margin:0 0 10px;
padding:0;
text-align:left;
}
#hTwoDivision #hTwoRight{
float:left;
margin:0;
padding:0;
}
#hTwoDivision #hTwoRight p{
float:left;
margin:0;
padding:0;
}
#hTwoDivision > #hTwoRight p{
margin:0 0 0 1px;
}
#hTwoDivision #hTwoRight h2{
float:left;
width:220px;
height:31px;
margin:0 0 5px 0;
padding:25px 60px 0 0;;
text-align:right;
font-size:large;
}
#hTwoDivision #hTwoRight h2.hone{
background:url(http://adult-value.com/t_ria.jpg) no-repeat;
}
#hTwoDivision #hTwoRight h2.htwo{
background:url(http://adult-value.com/t_hoshino.jpg) no-repeat;
}
#hTwoDivision #hTwoRight h2.hthree{
background:url(http://adult-value.com/t_takigawa.jpg) no-repeat;
}
#hTwoDivision #hTwoRight h2.hfour{
background:url(http://adult-value.com/t_moe.jpg) no-repeat;
}
#hTwoDivision #hTwoRight h2.hfive{
background:url(http://adult-value.com/t_chakuero.jpg) no-repeat;
margin-bottom:0;
}
#NukiNuki{
width:510px;
margin:10px 0 20px;
padding:9px;
border:1px solid #333;
background:#fff;
}
#NukiNuki dl{
margin:0;
padding:0;
}
#NukiNuki dt{
float:left;
margin:0 10px 10px 0;
padding:0;
}
#NukiNuki dd{
float:left;
margin:0;
padding:0;
line-height:140%;
}
.OutLinks{
height:auto;
display:block;
margin:0 0 10px;
padding:0;
}
.OutLinks p{
width:230px;
height:auto;
display:block;
line-height:140%;
margin:0 0 5px 5px;
padding:5px;
border:1px solid #FF9EF9;
float:left;
}

/* 追加 */
.entry .entry-content .entry-body .entry-more .agesage{
clear:both;
position:relative;
top:-70px;
margin:0 0 -60px;
padding:0;
}
.entry .entry-content .entry-body .entry-more .agesage p{
position:relative;
top:357px;
}
.dcus{
width:372px;
margin:0 auto;
padding:0;
}
.dcus ul{
list-style:none;
margin:0;
padding:0;
}
.dcus li{
list-style:none;
width:120px;
margin:0 2px 10px;
padding:0;
float:left;
}