/* CSS Document */
@charset "UTF-8";

/* sb design template -Summer Breeze- Copyright 2005 Toshihiro Abe. All rights reserved. */
/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
	
	
	
	
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}



/* [Global Settings] */
body {
	color: #666;
	background: #fff;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-dlight-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;


}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #9D9E81;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #CCCC33;
}
table {
	border: 0;
	font-size: 10pt;
}
ul {
	list-style: none;
}
strong {
	color: #9D9E81;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}








/* [Layout] */
div#wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background: #FFFFFF url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/back1.jpg);

}


div#header {
	margin: 0px;
	padding: 0px;
	height: 251px;
	float: none;
	clear: both;
	background: #FFFFFF url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/title1.jpg);
	
}
div#all {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0px;
	height: auto;


	
}

div#left {
	width: 169px;
	padding: 10 5 5 10;
	float: left;
	text-align: left;
	margin: 0px;



}

div#contents {
	width: 510px;
	padding: 20px 0px 10px 20px;
	float: left;
	text-align: left;
	margin: 0px;






}


div#pagenavi {
	text-align: center;
	color: #999999;
	font-size: 10pt;
	vertical-align: middle;
	margin: 0px;
	font-weight: bold;

?	padding: 20px 0px;

}

div#navigation {
	width: 190px;
	float: right;
	margin: 0px;
	padding: 10px 20px 10px 5px;
	text-align: left;


}


div#footer {
	background: transparent url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/foot.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 120px;
	
	float: none;
	clear: both;
	
}



/* [Header] */
}
div#search {
	float: left;
	vertical-align: middle;
	padding: 0px;
	font-size: 10pt;
	color: #666666;





}
div#search input.form {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	vertical-align: middle;

}
div#search input.button {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}






/* [Entry] */
div.entry {
	margin: 0px;
	padding: 0px 5px 15px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;


}
div.entry h2 {
	font-size: 14px;
	padding: 10px 0px 0px 50px;
	background-image: url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	margin: 0px;
	height: 45px;






}
div.entry h2 a {
	color: #999999;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #F30;
}
div.entry_author {
	color: #999999;
	text-align: right;
	margin-bottom: 10px;
}
div.entry_body {
	margin-bottom: 18px;
}
div.entry_more {
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	color: #999999;
	text-align: right;
}
div.entry img.pict {
	text-align: left;
	border: 1px solid #666666;
	margin: 5px;
}
div.entry img.pict2 {
	text-align: left;
	margin: 5px;
}
div.entry img.thumb {
	border: 1px solid #666666;
	text-align: left;
	margin: 5px;
}
div.entry img.thumb2 {
	text-align: left;
	margin: 5px;
}
div.entry blockquote {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #EEE;
}
div.entry ul{
	list-style-type: disc;
	?padding-left: 20px;
	margin-bottom: 30px;
}
div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #DDD;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 18px;
}
div.entry dl dt {
	color: #F90;
	font-weight: bold;

	padding-bottom: 10px;
}
div.entry dl dd {
	padding: 0 0 10px 20px;
}








/* [Comment] */
div#comments {
	padding-bottom: 30px;
	margin-top: 30px;
	width: 500px;


}
div#comments h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}
div#comments dl.comment_body {
	padding-bottom: 30px;
	margin-bottom: 50px;

}
div#comments dl.comment_body dt {
	color: #999999;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
}
div#comments h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 5px 10px;
	margin: 10px 10px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px solid #666666;
	background: url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/title2.jpg) repeat;


}

dd#commentlist {
	overflow: auto;
	height: 200px;
	width: 150px;

}

dl#comment_form {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFF;
	padding: 10px 20px;
	margin: 0px 10px 10px;


}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	background-?color: #FFFFFF;
	border-top: 1px none #CCC;
	border-right: 1px none #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;

}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #666666;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #CCC;


}





/* [Trackback] */
div#trackback {
	padding-bottom: 50px;
	padding-top: 50px;

}
div#trackback h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}
p.tb_link {
	color: #9D9E81;
	background-color: #FAFAFA;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #666666;
	text-align: center;
	font-weight: bold;

}
div#trackback dl.tb_body {
	padding-bottom: 30px;
}
div#trackback dl.tb_body dt {
	color: #999999;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
}







/* [Profile] */
div#profile {
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	padding: 0 0 6px 30px;
	background: transparent url(http://www.poipoi.com/yakko/cgi-bin/sb/template/sb_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}







/* [Navigation] */
div#navigation dl {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px;
	text-align: center;
	border: 1px solid #666666;





}
div#navigation dt {
	padding: 5px 0px 0px;
	border-bottom: 1px dotted #666666;
	background: url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/title3.jpg) repeat;
	margin: 0px;
	height: 23px;




}
div#navigation dd {
	margin: 0px;
	padding: 3px 3px 3px 5px;
	text-align: left;



}

div#navigation ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://www.poipoi.com/yakko/cgi-bin/sb/template/img2/icon.jpg);
}




/* for IE5Mac */
/*\*//*/
d?iv#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 1px;
	padding-top: 3px;

}




/* ++++ Calendar ++++ */
dl#calendar table {
}
dl#calendar table th,
dl#calendar table td {
	font-size: 75%;
	line-height: 1em;
	text-align: center;
	padding: 2px 3px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #F90;
}
dl#calendar table td span.today a {
	color: #F90;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #F30;
}



/* ++++ Extra ++++ */
dl#extra {
	padding: 10px;
	border: 1px solid #CCC;
	background: transparent url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/sb_extra_bg.jpg) no-repeat bottom;
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	margin: 0px;
	padding: 20px 0px 0px 10px;

}



/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
}



/* [Typography] */


/* ----- 基本構造 -------------------------------------- */





/* ----- メニュー -------------------------------------- */

div#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 28px;
	background: url(http://www.poipoi.com/yakko/cgi-bin/sb2/template/img/menu.jpg);
	float: none;
	clear: both;
	text-align: left;
}

div#menu ul {
	margin: 0px;
	padding: 7px 20px 3px;
}
div#menu li {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;

	display: inline;
}



div#header form p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;


}
div#header form {
	margin: 0px;
	padding: 220px 0px 0px 20px;
	text-align: left;



}
.f {
	background: #FFFFFF;


}
/* 少女漫画家NAVIリンク */
a.syoujyo:link {
	color: #666666;
	text-decoration: underline;
	font-size: 8pt;

}
a.syoujyo:visited {
	color: #666666;
	text-decoration: underline;
	?font-size: 8pt;
}
a.syoujyo:active {
	color: #666666;
	text-decoration: underline;
	font-size: 8pt;
}
a.syoujyo:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 8pt;
}
/* メニューのリンク */
div#menu a:link {
	color: #9D9E81;
	font-weight: bold;
	text-decoration: underline;
}
div#menu a:visited {
	color: #9D9E81;
	font-weight: bold;
	text-decoration: underline;
}
div#menu a:active {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: underline;
}
div#menu a:hover {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: underline;
}

.access {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: bottom;




}
.access2 {
	margin: 0px;
	padding: 12px 0px 0px 10px;
	vertical-align: bottom;



}


.nn4 {
	color: #666666;
	display: none;
}
dd#tblist {
	overflow: auto;
	height: 200px;
	width: 150px;
}
dd#newentrylist {
	overflow: auto;
	height: 200px;
	width: 150px;
}
dd#linklist {
	overflow: auto;
	height: 200px;
	width: 150px;
}
