@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
}
span {
	padding: 10px;
}

img {
border: none;
}

#commentbox span {
	padding: 0px;
}

h2 {
	margin: 0px 10px 0 10px;
	padding: 3px 0 0 10px;
	font-size: 16px;
}

#container {
	background-image: url(img/body_bg.jpg) repeat-x;
	background-color: #D9F7FF;
	width: 900px;
	padding: 0 0 25px 0;
	overflow:hidden;
}
#header {
	background-image: url(img/header_bg.jpg);
	color: #ffffff;
	width: 900px;
	height: 113px;
	margin: 0px 0px 0px 0px;
}

#ticker {
color: black;
font-size: 18px;
padding: 5px;
text-decoration: none;
list-style: none;
position: relative;
top: 46px;
left: 224px;
}

li {
	background-image: url(img/ticker_bg.jpg);
	width:641px;
	height:37px;
	padding: 10px 12px 0 12px;
}
#leftbox {
	width: 415px;
	margin: 25px 0px 20px 25px;
	float: left;
}

#photobox {
	background-color: #ffffff;
	width: 415px;
	height: 512px;
	margin: 0 0 20px 0;
}

#pzones {
	margin: 10px 10px 0px 0px;
	width: 90px;
	float: right;
}

#rightbox {
	width: 415px;
	float: right;
	margin: 25px 25px 20px 0px;
}

#profbox {
	background-color: #ffffff;
	width: 415px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}

#name {
	border-bottom: 1px solid #ccc;
	margin: 10px 15px 0 18px;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 24px;
}

#name span{
padding: 0 3px 0;
}


#link {
	padding: 0 0 10px 10px;
}

#link a{
	margin: 0 10px 5px 0;
}

#schebox {
	background-color: #ffffff;
	width: 415px;
	padding: 10px 0 10px 0;
}
#commentbox {
	background-color: #ffffff;
	width: 415px;
	padding: 10px 0 10px 0;
}
#optionbox {
	background-color: #ffffff;
	width: 850px;
	margin: 0px 0px 0 25px;
	padding: 10px 0 10px 0;
	clear: both;
}
.prof {
	border-bottom: 1px dashed #ccc;
	margin: 15px;
}

.hurigana{
	font-size: 16px;
}

.comment {
	margin: 15px;
}
.age {
	font-size: 16px;
}
.close {
	display: block;
	width: 37px;
	height: 40px;
	float: right;
	background: url("img/close_btn.jpg") ;
	position: relative;
    top: 7px;
    right: 7px;
    text-indent: -99999px;
    overflow: hidden;
}
a.list{
	color: #FFFFFF;
	float: right;
	display: block;
	width: 146px;
	height: 40px;
	text-indent: -99999px;
    overflow: hidden;
	background: url("img/girllist_btn.jpg") no-repeat 0px 0px;
	position: relative;
    top: 7px;
    right: 7px;
}
a:hover.list{
	background: url("img/girllist_btn.jpg") no-repeat 0px -40px;
}
.searchform{
margin: 0 0 0 616px;
position: relative;
float: right;
top: 16px;
right: 9px;
}


.shadow {
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}


.type {
margin:0px 0 0 0;
	padding: 3px 0 0 9px;
}


.main {
	margin: 10px 0px 5px 10px;
}

.imgs {
	width: 90px;
	height: 90px;

}

.boxname {
	width: 390px;
	padding: 3px 10px 3px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
		/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555');
}

.boxnameop {
	width: 810px;
	padding: 3px 10px 3px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
		/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#555555');
}

.large.boxname {
	font-size: 16px;
	padding: 4px 0px 0px 5px;
}
.boxname_bg {
    background: url("img/boxname_bg.jpg");
}
.green.boxname {
	background-color: #91bd09;
}
.blue.boxname {
	background-color: #2daebf;
}
.red.boxname {
	background-color: #e33100;
}
.magenta.boxname {
	background-color: #a9014b;
}
.orange.boxname {
	background-color: #ff873c;
}
.orange.boxnameop {
	background-color: #ff873c;
}
.yellow.boxname {
	background-color: #ffb515;
}

.button, .button:visited {
	background: #222;
	display: inline-block;
	padding: 5px 15px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px; padding: ; }
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.button, .large.button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						{ background-color: #749a02; }
	.blue.button, .blue.button:visited		{ background-color: #2daebf; }
	.blue.button:hover							{ background-color: #007d9a; }
	.red.button, .red.button:visited			{ background-color: #e33100; }
	.red.button:hover							{ background-color: #872300; }
	.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
	.magenta.button:hover							{ background-color: #630030; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover							{ background-color: #d45500; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover							{ background-color: #fc9200; }

.modal_link, .modal_link:visited{
	display: inline-block;
	padding: 5px 15px 6px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #ffb515;
}
.modal_link:hover{
	background-color: #fc9200;
}
.schecomment{
	padding: 0px;
}