@import url("global.css");
/*再定義*/
h1 {
	position:absolute;
	top:-200px;
}
#container {
	height:auto;
}
.contents-bottom {
	background:url(../images/line1.png) repeat-x;
	height:11px;
	margin:0px;
	font-size:0px;/*border-top:3px solid black;*//*border:1px solid black;*/
}
#contents {
	margin:25px 0 0 25px;
}
#footer-etc {
	margin:55px 0 0 0px;
}
/*-----共通項定義------*/
#whatsnew-inner, #newface-inner {
	height:463px;
	width:100%;
	overflow: auto;
	overflow-y: scroll;
}
/*--------------------*/
/*---カバーガール-----*/
/*--------------------*/
#covergirl-area, #newface-area, #whatsnew, #schedule, #recent-diary {
	border:1px solid #ba6b6b;
}
#covergirl-area {
	width:483px;
	border:1px solid #ba6b6b;
}
#covergirl-area .profile-btn {
	position:absolute;
	top:250px;
	left:20px;
}
/*------------------*/
/*-----新人さん-----*/
/*------------------*/
#newface-area {
	border:1px solid #ba6b6b;
	background:white;
	margin-top:10px;
	width:483px;
	height:500px;
}
#newface-inner {
	/*border:1px solid black;*/
	width:100%;
}
#newface li {
	border:1px solid black;
	margin:10px 0 10px 10px;
	clear:both;
	height:350px;/*border-bottom:1px solid black;*/
}
.newface-photo {
	float:left;
	width:210px;
	height:280px;
	margin:10px 0 0 10px;
	/*border:1px solid blue;*/
	background:url(../top/images/newface-shadow.png) no-repeat
}
.newface-profile-area {
	margin:18px 0 0 0;
	/*border:1px solid red;*/
	float:left;
	width:220px;
}
.newface-photo img {
	margin:10px 0 0 7px;
}
.newface-profile {
	float:left;
	font-size:0.8em;
	color:#603813;
	line-height:1.1;
}
.newface-shopcomment {
	font-size:0.8em;
	line-height:1.5;
	color:#603813;
	margin:5px 0 0 0;
}
.newface-date {
	color:#EA4772;
	font-size:1.1em;
	font-weight:bold;
}
.newface-aname {
	font-size:0.8em;
	font-weight:bold;
	color:#A54C5B;
	line-height:1.1;
}
.newface-name {
	font-weight:bold;
}
/*------------------*/
/*----トピックス----*/
/*------------------*/
#topics {
	background:url(../top/images/topics_middle.png) repeat-y;
	width:273px;
	height:290px;
	position:absolute;
	top:0px;
	left:490px;
}
#topics h2 {
	margin:0px;
	/*border:1px solid black;*/
	height:15px;
	font-size:0.5em;
}
#topics-inner {
	width: 240px;
	height: 270px;
	overflow: auto;
	overflow-y: scroll;
	margin-left:15px;
}
#topics dl {
}
#topics dt {
	background:url(../images/arrow1.png) no-repeat left center;
	text-indent:18px;
	font-size:0.9em;
	font-weight:bold;
	color:#A33A46;
	margin:0 0 5px 0;
}
#topics dt a {
	color:#A33A46;
}
#topics dt a:hover {
	color:#ff6c82;
}
#topics dd {
	line-height:1.5;
	font-size:0.6em;
	color:#42210B;
	margin:5px 0 5px 5px;
}
/*----------------*/
/*----新着情報----*/
/*----------------*/
#whatsnew {
	width:252px;
	height:500px;
	position:absolute;
	top:313px;
	left:500px;
}
#whatsnew-inner {
}
#whatsnew dl {
	font-size:0.8em;
	line-height:1.5;
	margin:0px;
}
#whatsnew dt {
	text-indent:10px;
	line-height:2.0;
	color:#68450E;
	font-weight:bold;
	margin:0 0 0 0;
	background-position:5px 7px;
}
#whatsnew dd {
	color:#42210B;
	margin:0px;
	padding:0px 0 5px 10px;
	border-bottom:1px dotted black;
	text-indent:5px;
	line-height:1.3em;
}
#whatsnew a.moreinfo {
	color:#FF3333;
	font-size:1.0em;
}
dt.line1 {
	background:#efefef url(../images/gold1.png) no-repeat;
}
dt.line2 {
	background:white url(../images/gold1.png) no-repeat;
}
.line1 {
	background:#efefef;
}
/*----------------*/
/*----出勤----*/
/*----------------*/
#schedule {
	position:relative;
	top:35px;
	/*margin-top:50px;*/
	width:753px;
}
#schedule-btn-area {
	margin-top:10px;
	width:100%;/*border:1px solid black;*/
}
#schedule-btn-area a {
	color:#644914;
	font-weight:bold;
	font-size:0.7em;
	line-height:2.7;
	text-align:center;
	display:block;
	background:url(../images/btn1.png) no-repeat;
	width:76px;
	height:28px;
	text-decoration:none;
	float:left;
}
#schedule-btn-area a:hover {
	color:white;
	background-position:0px -28px;
}
#schedule-nowdate {
	color:#644914;
	font-weight:bold;
	float:left;
	width:170px;
	margin:3px 0 0 10px;
}
#schedule ul {
	margin:25px 0 0 15px;
}
#schedule li {
	/*border:1px solid black;*/
	width:136px;
	height:300px;
	text-align:center;
	float:left;
	background-repeat:no-repeat;
	margin:0 10px 0 0;
}
#schedule li.shop {
	background:url(../schedule/images/ficon_shop.png) no-repeat;
}
#schedule li.hotel {
	background:url(../schedule/images/ficon_hotel.png) no-repeat;
}
#schedule .thumb-area {
	margin:12px 0 0 0;
}
#schedule .thumb-area img {
	border:1px solid #aaa;
	line-height:0;
}
.schedule-name-area {
	font-size:0.9em;
	font-weight:bold;
	color:#f65d66;
}
.schedule-tsize {
	font-size:0.7em;
}
#schedule .name-area {
	font-size:0.7em;
	text-align:right;
	height:12px;
	width:88%;
	margin:0 auto;/*border:1px solid black*/
}
#schedule .tsize {
	font-size:0.6em;
	height:15px;
	width:92%;
	color:#D4145A;
	text-align:right;/*border:1px solid black;*/
}
#schedule .icon-area {
	font-size:0.5em;
	height:18px;
	width:90%;
	margin:0 auto;
	line-height:1.0;
	text-align:left;/*border:1px solid black;*/
}
#schedule .time-area {
	font-size:0.9em;
	font-weight:bold;
	text-align:center;/*border:1px solid black;*/
}
/*-------------------------*/
/*---最近更新された日記----*/
/*-------------------------*/
#recent-diary {
	position:relative;
	top:25px;
	/*margin-top:50px;*/
	width:753px;
}
#recent-diary ul {
	margin:0 auto 0 5px;
}
#recent-diary li {
	width:245px;
	/*border:1px solid black;*/
	float:left;
}
#recent-diary table {
	width:95%;
}
#recent-diary .tsize {
	font-size:0.7em;
}
#recent-diary a {
	color:#EA4772;
	font-weight:bold;
}
.diary-date {
	font-size:0.7em;
	font-weight:bold;
	color:#EA4772;
	margin:0 0 10px 0;
}
p.diary-subject {
	font-weight:bold;
	color:#EA4772;
	font-size:1.1em;
	margin-bottom:5px;
}
td.diary-profile {
	vertical-align:top;
	width:105px;
}
td.diary-content {
	font-size:0.8em;
	color:#603813;
}
a.btn-continue {
	background:url(../top/images/btn_continue.png) no-repeat;
	display:block;
	width:110px;
	height:28px;/*border:1px solid black;*/
}
a:hover.btn-continue {
	background-position:0px -28px;
}
/*-------------------------*/
/*---アクセス----*/
/*-------------------------*/

.raking-span {
	color:#FF3366;
	font-size:0.9em;
	font-weight:bold;
	margin:10px 0 15px 20px;
}
