/* formatting style
-----------------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
}

/* link
-----------------------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* basic layout
-----------------------------------------------------------*/
#home,#wn,#link,#job,#system,#info,#cam,#girls{
	width: 840px;
	margin-left: -420px;
	left: 50%;
	position: relative;
}
#index #main{
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 600px;
}
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
}


#header h1 {
	display: none;
}

#home #main #cover {
	height: 336px;
	width: 840px;
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
}
#home #main #cover .kokuchi {
	height: 80px;
	width: 550px;
	position: relative;
	top: 270px;
	left: 145px;
}


/* menu styles
-----------------------------------------------------------*/

#menu {
	width: 840px;
	background-color: #F12C85;
}
#menu li  {
	display: inline;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 17px;
	font-weight: bolder;
}
#menu li a:hover {
	font-size: 17px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
#menu li a:active {
	position: relative;
	left: +1px;
	top: +1px;
}

/* main styles
-----------------------------------------------------------*/

#main {
	width: 840px;
	background-color: #ffd1d1;
}

#main h1,h2{
	display: none;
}
#main h3 {
	background-color: #FFFFFF;
	width: 380px;
	height: auto;
	font-size: x-small;
	padding-left: 5px;
}
#main .left {
	width: 410px;
	float: left;
	background-color: #ffd1d1;
	height: 240px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
}
#main .left p {
	font-size: 12px;
	font-weight: bold;
}

#main .right {
	width: 410px;
	background-color: #ffd1d1;
	height: 240px;
	display: block;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
#main .right li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 10px;
}
#main .kochira a {
	color: #FF0000;
	text-decoration: none;
}
#main .tel {
	font-size: medium;
}

#main #qr {
	float: left;
	margin-top: -90px;
	margin-left: 280px;
}

/* footer styles
-----------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	color: #FFFFFF;
	height: auto;
	background-color: #ff84c1;
}
#footer p {
	text-align: center;
}


/* what's new styles
-----------------------------------------------------------*/

#wn #main {
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
}
/*
#wn #main h4 {
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 540px;
}
*/

#wn #main dl {
	line-height: normal;
	width: 260px;
	float: left;
	margin-left: 50px;
}
#wn #main dl dt {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	background-position: left;
	padding-left: 15px;
	font-weight: bold;
}

#wn #main dl dd {
	font-weight: bold;
	color: #333333;
	position: relative;
	top: -1.5em;
	left: 115px;
	font-size: 10px;
	line-height: 1.5em;
}
#wn #main iframe {
	float: left;
	margin-left: 10px;
	width: 400px;
}


/* link styles
-----------------------------------------------------------*/

#link #main {

	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#link #main h4 {
	font-weight: bold;
	color: #F12C85;
	font-size: medium;
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}

#link #main dl {
	position: relative;
	left: 200px;
	line-height: normal;
}
#link #main dl dt {
}

#link #main dl dd {
	font-weight: bold;
	color: #333333;
	position: relative;
	top: -20px;
	left: 180px;
	line-height: 1.5em;
	font-size: x-small;
}

/* job styles
-----------------------------------------------------------*/
#job #main {
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#job #main h4 {
	font-weight: bold;
	color: #F12C85;
	font-size: medium;
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}
#job #main .p1 {
	color: #000000;
	text-align: center;
	font-size: small;
}
#job #main .p2 {
	font-weight: bold;
	color: #316AC5;
	text-align: center;
	border-top-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #316AC5;
	width: 340px;
	position: relative;
	left: 50%;
	margin-left: -170px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: medium;
	text-decoration: blink;
}

#job #main .p3 {
	color: #333333;
	text-align: center;
	letter-spacing: 0.5em;
	font-size: small;
	padding-bottom: 20px;
	font-weight: bold;
}
#job #main table {
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-collapse:collapse;
	width: 540px;
	margin-left: 150px;
	font-size: small;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#job #main table th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 7.5px;
	padding-right: 15px;
	padding-bottom: 7.5px;
	padding-left: 35px;
}
#job #main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: 0.15em;
	line-height: 1.4em;
}
#job #main table th.bottom {

	text-align: center;
}
/* system styles
-----------------------------------------------------------*/
#system #main {
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#system #main h4 {
	font-weight: bold;
	color: #F12C85;
	font-size: medium;
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*
#system #main .p3 {
	color: #333333;
	text-align: center;
	letter-spacing: 0.5em;
	font-size: x-small;
	font-weight: bold;
}
*/
#system #main .camhere {
	margin-bottom: 10px;
	height: 50px;
	width: 500px;
	position: relative;
	left: 170px;
}

#system #main table {
	margin-bottom: 15px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-collapse:collapse;
	width: 540px;
	margin-left: 150px;
	font-size: small;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#system #main table th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 30px;
}
#system #main table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	line-height: 1.25em;
}
#system #main .otameshi {
	background-color: #FFC9E3;
}
#system #main table .sys_cam {
	background-color: #FFFFFF;
	color: #FF0000;
}

/* link styles
-----------------------------------------------------------*/

#link #main {

	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#link #main h4 {
	width: 540px;
	left: 150px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#link #main dl {
	position: relative;
	left: 200px;
	line-height: normal;
}
#link #main dl dt {
}

#link #main dl dd {
	font-weight: bold;
	color: #333333;
	position: relative;
	top: -20px;
	left: 180px;
	line-height: 1.5em;
	font-size: x-small;
}

/* info styles
-----------------------------------------------------------*/
#info #main {
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#info #main h4 {
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}
#info #main iframe {
	left: 147px;
	position: relative;
	height: 800px;
	width: 546px;
	margin-bottom: 20px;
}
/* cam styles
-----------------------------------------------------------*/

#cam #main {

	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#cam #main h4 {
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}
#cam #main #campaign {
	margin-top: 20px;
	margin-left: 150px;
	margin-bottom: 20px;
	border: 10px ridge #CCCCCC;
}

/* girls styles
-----------------------------------------------------------*/

#girls #main {
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#girls #main h4 {
	width: 540px;
	left: 150px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F12C85;
	margin-top: 20px;
	margin-bottom: 20px;
}
#girls #main #campanion {
	width: 680px;
	left: 80px;
	position: relative;
	height: 1000px;
}

#main div.girl {
	width: 125px;
	text-align: center;
	color: #316AC5;
	font-size: small;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	height: 175px;
	padding-top: 15px;
	float: left;
	background-color: #fcfcfc;
}
#main div.newgirl {
	width: 125px;
	float: left;
	text-align: center;
	background-color: #fcfcfc;
	color: #316AC5;
	font-size: small;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	height: 175px;
	padding-top: 15px;
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#campanion .size {
	font-size: x-small;
}

#main div.renewgirl {
	width: 125px;
	float: left;
	text-align: center;
	background-color: #fcfcfc;
	color: #316AC5;
	font-size: small;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	height: 175px;
	padding-top: 15px;
	background-image: url(../images/renew.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#main #campanion .girl .mark {
}

/* companion styles
-----------------------------------------------------------*/

#companion {
	background-image: url(../images/companion_bg.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#companion #ph {
	margin-top: 80px;
	margin-left: 50px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: C3AB6A;
}
#companion #th1 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: C3AB6A;
	border-bottom-color: C3AB6A;
	border-left-color: C3AB6A;
	height: 120px;
	width: 80px;
	position: absolute;
	left: 50px;
	top: 450px;
}
#companion #th2 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: C3AB6A;
	border-bottom-color: C3AB6A;
	border-left-color: C3AB6A;
	height: 120px;
	width: 80px;
	position: absolute;
	left: 132px;
	top: 450px;
}
#companion #th3 {
	height: 120px;
	width: 80px;
	left: 214px;
	top: 450px;
	position: absolute;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: C3AB6A;
	border-right-color: C3AB6A;
	border-bottom-color: C3AB6A;
	border-left-color: C3AB6A;
}
#companion #prof {
	position: absolute;
	left: 333px;
	top: 60px;
	width: 375px;
	text-align: left;
	line-height: 1.39em;
}
#companion .name {
	font-size: large;
	color: #316AC5;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 45px;
	left: 48px;
}
#companion .back a {
	font-size: medium;
	font-weight: bold;
	color: #316AC5;
	position: absolute;
	left: 50px;
	top: 580px;
	text-decoration: none;
}
#companion #prof th {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: x-small;
}
#companion #prof th.top {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	width: 375px;
}
#companion #prof th.top a {
	text-decoration: none;
	color: #316AC5;
	font-size: medium;
}
#companion #prof th.top a:hover{
	text-decoration: none;
	color: #C3AB6A;
	font-size: medium;
}

#companion #prof th.bottom {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: none;
	color: #316AC5;
	font-size: x-small;
	padding-top: 2.5px;
}
#companion #prof th.comment {
	color: #333333;
	font-size: x-small;
	font-weight: normal;
	border-bottom-style: none;
	width: 100%;
}
#companion #prof td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: x-small;
	letter-spacing: 0.1em;
}
