body,th,td {
	color: #808080;
	font-size: 12px;
	margin: 0px;
	line-height: 150%;
} /* マージン *//* 文字色 */
body { 
  background-image: url(img/bg.gif); 
  background-repeat: repeat; 
  background-color: #eeeedd; 
}	/* 背景色 */
a:link	{ color: #FF66CC; }	/* 普通のリンク色 */
a:visited { color: #FF66CC; } /* すでに見たリンク色 */
a:active { color: #FF66CC; } /* クリックしたときのリンク色 */
a:hover	{ color: #FF66CC; text-decoration: none;}	/* カーソルが乗ったときのリンク色 */

img { border-style: none; } 

table.center {
  background-image: url(img/bg_center.gif); 
  background-repeat: repeat-y;
}

td.center {
  vertical-align: top;
}

dl {
  margin-left: 40px;
}

dt {
  font-weight: bold;
  display: list-item; 
  list-style-image: url(img/news.gif);
}

ul {
  line-height: 2em;
  list-style-image: url(img/news.gif);
}

hr {
  color: #FF99CC;
  background-color: #FF99CC; 
  border-style: none;
  size: 1px;
}

.news {
    background-color: #FFFFFF;
    background-image: none;
    margin: 0px;
}

.menu {
    font-size: 11px;
    background-image: url(img/menu.gif);
    background-repeat: no-repeat;
}

.footer {
    text-align: center;
    font-size: 13px;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #FF66CC;
    vertical-align: top;
    background-color: #FFFFFF;
}

.txt {
    vertical-align: top;
    background-color: #FFFFFF;
}

.comment {
  color: silver;
}

.girl {
	text-align: center;
	padding: 33px 20px 20px 30px;
	background-image: url(img/girls_all.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 185px;
    line-height: 110%;
}

.newsdetail {
    vertical-align: top;
    background-color: #FFFFFF;
}

.newstext {
    margin: 15px 0px 0px 0px;
    border-width: 2px 0px 0px 0px;
    border-color: #CCCCCC;
    border-style: dotted;
    padding: 10px;
}

.newsphoto {
    text-align: center;
}

.profile {
    font-size: 12px;
    vertical-align: top;
}

.girlname {
	font-size: 12px;
	color: #FF66CC;
	font-weight: bold;
	border-width: 0px 0px 2px 0px;
	margin: 0;
	padding: 10px 5px 40px 5px;
	width: 260px;
	text-align: left;
}

.profilecomment {
    margin: 2px 0px 2px 10px;
}

.index {
    background-color: #FFFFFF;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FF66CC;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    color: #0033FF;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #0033FF;
}


.indextext {
    border-color: #CCCCCC;
    border-style: dotted;
    border-width: 2px 0px 2px 0px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}

.calendertitle {
    text-align: center;
    margin: 25px 0px 0px 0px;
    color: #FF66CC;
    font-size: 14px;
    font-weight: bold
}

.day {
    width: 100%;
    border-color: #CCCCCC;
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    margin: 10px 0px 10px 0px;
}

.error { /* error */
  font-size: large;
  font-weight: bold;
  color: red;
} 

.debug { /* error */
  font-size: smaller;
  color: silver;
} 

.qujin {
	margin: 5px;
	padding: 0px;
line-height: 130%;
}
.qujin dt {
	padding: 0.5em;
	width: 90px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(qjin/img/sps.gif);
}
.qujin dd {
	padding: 0.5em 0.5em 0.5em 6em;
	margin: -2.5em 0 0;
	border-bottom: 1px dotted #CCCCCC;

}
.textred {
	font-weight: bold;
	color: #FF0000;
}
.textaria {
	line-height: 150%;
	margin: 0px 10px;
	padding: 0px;
}
.textaria2 {
	line-height: 150%;
	padding: 0 5px;
	background-color: #FAFAFA;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.girl a {
	margin-top: 10px;
}
.pro-img {
	background-image: url(img/pro_back2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.profiletext {
	width: 368px;
	background-color: #FBE9D0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.pro-come {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#event td {
	height: 95px;
}
.event-yasumi {
	font-size: 22px;
	color: #339999;
	background-color: #CEF3F3;
	font-weight: bold;
	background-image: url(img/event_no.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.event-noday {
	font-size: 22px;
	color: #999999;
	background-color: #EBEBEB;
	font-weight: bold;
}
.event-tujyo {
	font-size: 22px;
	color: #333333;
	background-color: #FFFFDA;
	font-weight: bold;
	background-image: url(img/event_tujyo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.event-event1 {
	font-size: 22px;
	color: #FF3300;
	background-color: #FFFF70;
	font-weight: bold;
	background-image: url(img/event1_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.event-event2 {
	font-size: 22px;
	color: #FF3300;
	background-color: #FFFF70;
	font-weight: bold;
	background-image: url(img/event2_icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.event-btn {
	float: right;
}
.event-fontday {
	font-size: 10px;
	color: #0066CC;
}
.event-fonttit {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	margin: 3px 0;
}

/* 新メインページ */
.topnews {
	border: 1px solid #2DB0B0;
	background-color: #D8F5F5;
}
.topivent {
	background-color: #FFE3F1;
	border: 1px solid #FF6699;
}
.topivent td {
	padding: 5px;
}
.topnews td {
	padding: 5px;
}

