/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #678C98;
	text-decoration: none;
	overflow: hidden;
}
a:hover{
	color: #A0B7BE;
	text-decoration: none;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper h1{
	font-size: 10px;
	margin: 0px;
	padding: 10px 6px 0px 0px;
	text-align: right;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}
#header .content {
}
#header .box {
	float: left;
	margin-right: 4px;
}
#header .content img {

}

/*--------------------------------------------------
	header_archive
--------------------------------------------------*/
#header_archive {
	width: 880px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*--------------------------------------------------
	header_cast
--------------------------------------------------*/
#header_cast {
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*--------------------------------------------------
	top_image
--------------------------------------------------*/
#top_image {
	padding-top: 6px;
	padding-bottom: 6px;
}

/*--------------------------------------------------
	navigation
--------------------------------------------------*/

#navigation {
	height: 58px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#navigation {
	list-style: none;
}
#navigation li {
	text-indent:-9999px;
	float: left;
}
#navigation a {
	text-decoration:none;
	background:url(images/navigation.jpg) no-repeat scroll left top;
	overflow: hidden;
}
#navi_home a{background-position:0px 0px}
#navi_system a{background-position:-98px 0px}
#navi_girls a{background-position:-196px 0px}
#navi_schedule a{background-position:-294px 0px}
#navi_event a{background-position:-392px 0px}
#navi_access a{background-position:-490px 0px}
#navi_recruit a{background-position:-588px 0px}
#navi_link a{background-position:-686px 0px}
#navi_mail a{background-position:-784px 0px}

#navi_home a:hover{background-position:0px -58px}
#navi_system a:hover{background-position:-98px -58px}
#navi_girls a:hover{background-position:-196px -58px}
#navi_schedule a:hover{background-position:-294px -58px}
#navi_event a:hover{background-position:-392px -58px}
#navi_access a:hover{background-position:-490px -58px}
#navi_recruit a:hover{background-position:-588px -58px}
#navi_link a:hover{background-position:-686px -58px}
#navi_mail a:hover{background-position:-784px -58px}


#navi_home li,#navi_home a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_system li,#navi_system a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_girls li,#navi_girls a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_schedule li,#navi_schedule a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_event li,#navi_event a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_recruit02 li,#navi_access a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_recruit li,#navi_recruit a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_link li,#navi_link a {
	width: 98px;
	height: 58px;
	display: block;
}
#navi_mail li,#navi_mail a {
	width: 96px;
	height: 58px;
	display: block;
}



/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	float: left;
	width: 540px;
	margin-left: 6px;
	margin-bottom: 10px;
}

#main_middle {
	height: auto;
	width: 538px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #E0E0E0;
}






/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer {
	padding: 10px 10px 20px;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #678C98;
	text-decoration: none;
}
#footer a:hover {
	color: #A0B7BE;
	text-decoration: none;
}

#footer img {
	vertical-align: middle;
}
/*--------------------------------------------------
	single
--------------------------------------------------*/
#single {
	line-height: 26px;
	font-size: 10px;
	padding: 10px;
}
#single .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}


/*--------------------------------------------------
	diary
--------------------------------------------------*/
#diary {
	line-height: 26px;
	font-size: 12px;
	padding: 10px;
	width: 518px;
}
#diary .time {
	float: left;
	font-size: 10px;
}
#diary .title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}
#diary .border {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
#diary .pagenav {
	text-align: right;
	font-size: 12px;
}
#diary .pages {
	padding-right: 10px;
}
#diary .current {
	padding-right: 4px;
	padding-left: 4px;
}







#diary .col {
min-width: 100px; max-width: 500px;
}

 * html #diary .col {
width:expression(document.body.clientWidth < 100? “100px” :
document.body.clientWidth > 500? “500px” : “auto”);
}


#diary .post a{
	font-size: 12px;
	font-weight: bold;
}
#diary .information {
	font-size: 10px;
	background-color: #D9EFFF;
	padding: 4px;
}
#diary .information span {
	padding: 4px;
	border: 1px solid #678C98;
	font-size: 12px;
	font-weight: bold;
}

#diary .commentlist li {
	padding: 5px;
	border: 1px dotted #3EADFF;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: decimal;
}
#diary h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#diary #comment-form {
	background-color: #E6F4FF;
	padding: 10px;
}
#diary #respond {

}
#diary #commentform p {
	margin-bottom: 8px;
}
/*--------------------------------------------------
	girls_name
--------------------------------------------------*/
#girls_name {
}
#girls_name .content {
	padding: 10px;
}
#girls_name h2 {
	background-image: url(images/title_photo_diary.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 130px;
	text-indent: -9999px;
	float: left;
}
#girls_name .rss a {
	float: right;
	background-image: url(images/icon_rss2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 12px;
	width: 31px;
}
#girls_name .col {
	padding-top: 10px;
	padding-bottom: 10px;
}
#girls_name .time {
	float: left;
}
#girls_name .title {
	float: left;
	width: 246px;
	margin-left: 6px;
}
#girls_name .border {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
#girls_name .under {
	padding-top: 6px;
}
#girls_name .under li {
	background-color: #E6F4FF;
	height: 10px;
	margin-bottom: 4px;
	padding: 3px;
	font-size: 12px;
}
#girls_name h3 {
	padding-top: 4px;
	padding-bottom: 2px;
}
/*--------------------------------------------------
	month
--------------------------------------------------*/
#month {
}
#month .content {
	padding: 4px 10px;
}
#month h2 {
	background-image: url(images/title_photo_diary.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 130px;
	text-indent: -9999px;
	float: left;
}
#month .rss a {
	float: right;
	background-image: url(images/icon_rss2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 12px;
	width: 31px;
}
#month .col {
	padding-top: 10px;
	padding-bottom: 10px;
}
#month .time {
	float: left;
}
#month .title {
	float: left;
	width: 246px;
	margin-left: 6px;
}
#month .border {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
#month .under {
	padding-top: 6px;
}
#month .under li {
	background-color: #E6F4FF;
	height: 10px;
	margin-bottom: 4px;
	padding: 3px;
	font-size: 12px;
}
#month h3 {
	padding-top: 4px;
	padding-bottom: 2px;
}
/*--------------------------------------------------
	side
--------------------------------------------------*/
#side {
	width: 334px;
	margin-bottom: 6px;
}

#side_single {
	width: 334px;
	margin-bottom: 6px;
	float: left;
}


#side_middle {
	height: auto;
	width: 332px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #E0E0E0;
}


