@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* 全体 ********************************/
#container{
	width: 750px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size: 100%;
}
/* メニュー ****************************/

#container h4 {
	float: left;
	text-align:center;
}

#container #btn {
	display: block;
	height: 30px;
	width: 750px;
	margin-bottom: 3px;
	line-height: 27px;
}
#container #btn a{
	font-size: 85%;
	display: block;
	height: 30px;
	width: 125px;
	background-image:url(image/btn_bg01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#333333;
}
#container #btn a:hover{
	font-size: 85%;
	display: block;
	height: 30px;
	width: 125px;
	background-image:url(image/btn_bg02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#333333;
}



/***************************************/
#topicpath {
	clear: both;
	padding-left: 10px;
	height: 30px;
	padding-top: 10px;
}

#topicpath p {
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#topicpath a {
	text-decoration: none;
	color: #666666;
}

#topicpath a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
/* サブメニュー *************************/
#content_left {
	clear: both;
	float: left;
	width: 180px;
	text-align:center;
	color: #333333;
	font-size: 80%;
}
#content_left img{
	margin-bottom: 1px;
}

#content_left h3 {
	font-weight: bold;
	color: #333333;
}
#content_left .qr{
	width: 176px;
	height: 195px;
	margin-top: 3px;
	margin-left: 0;
	border: 1px solid #CCCCCC;
}
#content_left .qr h5{
	height: 30px;
	font-size: 95%;
	color: #333333;
	text-align:left;
	background-image:url(image/top_contents_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:10px;
}

#content_left .qr img{
	margin-top: 3px;
	margin-bottom: 3px;
}
#content_left #side_btn {
	display: block;
	height: 175px;
	width: 180px;
}
#content_left #side_btn a{
	display: block;
	height: 35px;
	width: 180px;
	background-image:url(image/side_btn01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	vertical-align:bottom;
	color:#333333;
	line-height:27px;
}
#content_left #side_btn a:hover{
	display: block;
	height: 35px;
	width: 180px;
	background-image:url(image/side_btn02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	vertical-align:bottom;
	color:#333333;
	line-height:27px;
}
/* 出勤表 在籍表 アンケート ランキング********************************/
#shift_top, #shift_main , #enquete ,#girls_main{
	float: left;
	margin-bottom: 3px;
	width: 748px;
}
#ranking_01, #ranking_02, #ranking_03, #ranking_04, #ranking_05, #ranking_06, #ranking_07{
	float: left;
	margin-bottom: 3px;
	width: 750px;
	height: 160px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
}
#shift_top {
	overflow:auto;
	height: 200px;
	background-image:url(image/shift_top_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:inherit;*/
	border: 1px solid #CCCCCC;
}
/* アンケート ********************************/
#main #enquete {
	background-color:#FFFFFF;
	text-align:center;
}
#main #enquete table{
	width: 650px;
	border:none;
	font-size: 80%;
}
#main #enquete table td{
	border:none;
	text-align:left;
	line-height:25px;
}
#main #enquete .dot{
	border-bottom:1px dotted #CCCCCC;
}
#main #enquete p{
	color: #FF0000;
}
/* ブログ********************************/
#shift_main {
}
#d_blog h3{
padding: 5px 0 0 15px;
	font-size: 95%;
	background-image:url(image/shift_top_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 32px;

}
/* 出勤表********************************/
#shift_main {
}
#shift_top h3{
padding: 5px 0 0 15px;
	font-size: 95%;
	background-image:url(image/shift_top_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 32px;

}
#shift_top ul li p,#shift_main ul li p,#girls_main ul li p{
	color: #333333;
	line-height:normal;
}
#shift_top ul, #shift_main ul, #ranking ul{
}
#shift_top ul li, #shift_main ul li, #girls_main ul li{
	float: left;
	text-align:center;
	font-size: 80%;
}
#shift_top ul li a, #shift_main ul li a, #girls_main ul li a{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
#shift_top ul li a:hover, #shift_main ul li a:hover, #girls_main ul li a:hover{
	color: #CC33FF;
	text-decoration:underline;
	font-weight:bold;
}
#shift_top ul li, #shift_main ul li{
	width: 124px;
	height: 155px;
	line-height: 160%;
	background-position:left top;
	background-repeat:no-repeat;
}
.girl{
	background-image:url(image/shift_g_bg.jpg);
}
.new{
	background-image:url(image/shift_n_bg.gif);
}
#girls_main ul li{
	width: 124px;
	height: 160px;
	background-position:left top;
	background-repeat:no-repeat;
	line-height:21px;
}
.grl{
	background-image:url(image/shift_g_bg.jpg);
}
.grl_new{
	background-image:url(image/shift_n_bg.gif);
}
#shift_top ul li{
	margin:7px;
}
#shift_main ul li{
	margin:9px;
}
#girls_main ul li{
	margin:9px;
}
#shift_top img, #shift_main img{
	margin: 12px 22px 3px 22px;
	vertical-align:bottom;
}
#girls_main img{
	margin: 12px 22px 3px 22px;
	vertical-align:bottom;
}
/* ランキング********************************/
#ranking_01{
	background-image:url(image/rank_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_02{
	background-image:url(image/rank_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_03{
	background-image:url(image/rank_03.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_04{
	background-image:url(image/rank_04.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_05{
	background-image:url(image/rank_05.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_06{
	background-image:url(image/rank_06.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_07{
	background-image:url(image/rank_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit;
}
#ranking_01 p, #ranking_02 p, #ranking_03 p, #ranking_04 p, #ranking_05 p, #ranking_06 p, #ranking_07 p{
	color: #333333;
	padding-top: 5px;
	padding-left: 15px;
}
#ranking_01 ul, #ranking_02 ul, #ranking_03 ul, #ranking_04 ul, #ranking_05 ul, #ranking_06 ul, #ranking_07 ul{
	margin-left:70px;
}
#ranking_01 ul li, #ranking_02 ul li, #ranking_03 ul li, #ranking_04 ul li, #ranking_05 ul li, #ranking_06 ul li, #ranking_07 ul li{
	float: left;
	color: #999999;
	font-size: 80%;
	text-align:center;
	width: 100px;
	height: 120px;
	background-position:left top;
	background-repeat:no-repeat;
	line-height:28px;
	margin-top:35px;
	margin-right:35px;
}
.rank_01{
	background-image:url(image/ranking_01.jpg);
}
.rank_02{
	background-image:url(image/ranking_02.jpg);
}
#ranking_01 ul li a, #ranking_02 ul li a, #ranking_03 ul li a, #ranking_04 ul li a, #ranking_05 ul li a, #ranking_06 ul li a, #ranking_07 ul li a{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
#ranking_01 ul li a:hover, #ranking_02 ul li a:hover, #ranking_03 ul li a:hover, #ranking_04 ul li a:hover, #ranking_05 ul li a:hover, #ranking_06 ul li a:hover, #ranking_07 ul li a:hover{
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}
#ranking_01 img, #ranking_02 img, #ranking_03 img, #ranking_04 img, #ranking_05 img, #ranking_06 img, #ranking_07 img{
	margin-top: 8px;
	vertical-align:bottom;
}
/* メイン********************************/
#content_right {
	float: right;
	width: 560px;
}
#contents01{
	margin-top:5px;
	width: 182px;
	height: 370px;
	border:1px solid #CCCCCC;
	float: left;
	padding-top:3px;
	overflow:auto;
	background-image:url(image/top_contents_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#contents02, #contents03{
	margin-top:5px;
	width: 182px;
	height: 370px;
	border:1px solid #CCCCCC;
	background-image:url(image/contents_0203.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:inherit;
	float: left;
	padding-top:3px;
}
#contents01 h5{
	width: 90%;
}
#contents02 h5, #contents03 h5{
	width: 100%;
}
#contents01 h5, #contents02 h5, #contents03 h5{
	padding-top:3px;
	height: 30px;
	font-size: 90%;
	color: #333333;
	text-align:left;
	background-image:url(image/top_contents_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#contents01 p{
	width: 87%;
	color: #333333;
	font-size: 80%;
	margin-left: 5px;
	line-height:18px;
}
#contents01 hr{
	width: 100%;
	border-top: 1px dotted #666666;
	border-bottom: 1px solid #FFFFFF;
}
#contents01 p img{
	float: left;
	margin-right: 4px;
}
#contents02{
	margin-left:4px;
}
#contents03{
	margin-left:4px;
}
#contents02 p{
	color: #333333;
	font-size: 100%;
	text-align:center;
	line-height:20px;
}
#contents03 p{
	color: #333333;
	font-size: 80%;
	text-align:center;
	line-height:20px;
}

#main {
	width: 750px;
}
/* タイトル********************************/
#title{
	width: 100%;
	height: 50px;
	border:2px solid #FF0000;
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#title_price{
	width: 100%;
	height: 50px;
	background-image:url(image/price_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_shift{
	width: 100%;
	height: 50px;
	background-image:url(image/shift_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_girls{
	width: 100%;
	height: 50px;
	background-image:url(image/girls_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_rec{
	width: 100%;
	height: 50px;
	background-image:url(image/rec_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_event{
	width: 100%;
	height: 50px;
	background-image:url(image/event_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_rec2{
	width: 100%;
	height: 20px;
	background-image:url(image/rec_form01.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_guide{
	width: 100%;
	height: 50px;
	background-image:url(image/guide_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_enquete{
	width: 100%;
	height: 50px;
	background-image:url(image/enquete_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_place{
	width: 100%;
	height: 50px;
	background-image:url(image/place_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_faq{
	width: 100%;
	height: 50px;
	background-image:url(image/faq_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_link{
	width: 100%;
	height: 50px;
	background-image:url(image/link_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#fuu_tag{
	width: 100%;
	height: 30px;
	background-image:url(image/fuu_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#reco_tag{
	width: 100%;
	height: 30px;
	background-image:url(image/reco_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#kyu_tag{
	width: 100%;
	height: 30px;
	background-image:url(image/kyu_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#banner_tag{
	width: 100%;
	height: 30px;
	background-image:url(image/banner_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#banner_tag .sub{
	margin-top: 2px;
	margin-right: 5px;
	font-size: 80%;
	text-align:right;
}
#title_ranking{
	width: 100%;
	height: 50px;
	background-image:url(image/ranking_tag.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}
#title_ranking .sub{
	margin-top: 30px;
	margin-right: 5px;
	font-size: 90%;
	text-align:right;
}
#title_girls .sub{
	margin-top: 30px;
	margin-right: 5px;
	font-size: 80%;
	text-align:right;
}
#title_shift .sub{
	margin-top: 30px;
	margin-right: 20px;
	font-size: 90%;
	text-align:right;
}
#main h2{
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 140%;
}
#main h3{
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 100%;
}
#main .kihon{
	margin-left:30px;
	width: 686px;
	height: 50px;
	background-image:url(image/h3_kihon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#main .kihon h3{
	color: #333333;
	padding-top: 10px;
	padding-left: 20px;
}
#main h5{
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
}
#main h3 span{
	color: #333333;
	padding-top: 45px;
	padding-left: 150px;
	font-size: 85%;
}
#main .text_l{
	width: 90%;
	line-height:20px;
	font-size: 80%;
	margin-left:30px;
	margin-bottom:15px;
}
#main .text_l2{
	width: 90%;
	line-height:20px;
	font-size: 70%;
	margin-left:30px;
	margin-bottom:15px;
}
#main .text_l p{
	color: #FF0000;
}
#main .box{
	float: left;
	width: 97%;
	margin-bottom:15px;
	margin-left:5px;
}
#main table{
	width: 100%;
	border:none;
}
.service{
	width: 684px;
	margin-left:30px;
	margin-bottom:15px;
	border:1px solid #999999;
	text-align:center;
	line-height:20px;
	font-size: 80%;
}
.clr_td{
	border:1px solid #999999;
}



#main #link {
	text-align:center;
}
#main #link h5{
	color: #333333;
	font-size: 95%;
	text-align:left;
}
#main #link span{
	color: #333333;
	font-size: 80%;
}
#main #link table{
	width: 450px;
	border:none;
	margin-bottom:15px;
	margin: 0 auto;
}
#main #link table td{
	width: 20%;
	border:none;
	text-align:left;
}
#main #link .ttalbe{
	width: 550px;
	border:none;
	margin-bottom:15px;
	margin-left:60px;
}
#main #link .ttalbe td{
	border:none;
	text-align:left;
}
#main .faq{
	width: 600px;
	border:none;
	margin-bottom:15px;
	margin-left:80px;
	font-size: 95%;
}
#main .faq td{
	border:none;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #666666;
	padding:3px;
}

#main #event{
	width: 746px;
	text-align:center;
}
#main #event img{
	margin-bottom:5px;
}

/* 日記(TOP)********************************/
#diary_top {
	margin-bottom: 1px;
	width: 100%;
	overflow:auto;
	height: 230px;
	border:1px solid #CCCCCC;
	background-image:url(image/diary_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:inherit;
}
#diary_top h3{
	width: 94%;
	height: 37px;
	color: #333333;
	padding-top: 10px;
	padding-left: 15px;
	background-image:url(image/diary_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 95%;
}
/*#diary_top p{
	width: 95%;
	color: #333333;
	font-size: 90%;
	height: 160px;
	margin-left:10px;
}
#diary_top p img{
	float: left;
	margin-right: 8px;
}
#diary_top hr{
	width: 100%;
	border-top: 1px dotted #666666;
	border-bottom: 1px solid #FFFFFF;
}
#diary_top .title{
	color: #FF6699;
	font-size: 90%;
	font-weight:bold;
	margin-left:10px;
}*/
/* プロフィール********************************/
#profile{
	width: 800px;
	height: 850px;
	font-size: 85%;
	color: #333333;
}
#profile .image{
	width: 320px;
	float:left;
	margin-top:10px;
	margin-left:30px;
	height: 760px;
}
#profile .vote{
	width: 300px;
	height: 25px;
	text-align:right;
	float:right;
	margin-top:0px;
}
.vote_btn{
	width:80px;
	height:25px;
}
#profile .pro_img{
	width: 320px;
	height: 420px;
	background-image:url(image/320x420.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#profile .pro_img img{
	margin-top:10px;
	margin-left:10px;
}
#profile .com01{
	width: 300px;
	height: 85px;
	background-image:url(image/300x85.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:10px;
}
#profile .com02{
	width: 300px;
	height: 200px;
	background-image:url(image/300x200.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:10px;
}
#profile .com01 p, #profile .com02 p{
	margin-top:5px;
	margin-left:5px;
	width: 290px;
}

#profile .detail{
	width: 300px;
	float:left;
	margin-top:10px;
	margin-left:40px;
	font-size: 100%;
}
#profile .detail b{
	font-size: 120%;
}
#profile .pro{
	width: 300px;
	border:none;
	margin-bottom:10px;
	text-align:left;
}
#profile .pro td{
	border-bottom:1px solid #FF0000;
	padding:2px;
	height:25px;
}
#profile .play{
	font-size: 84%;
	border:1px solid #666666;
	margin-bottom:10px;
	text-align:center;
}
#profile .play td{
	border:none;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #666666;
	padding:2px;
	height:25px;
}
#profile hr{
	width: 100%;
	border-top: 2px solid #FF0000;
	border-bottom: 1px solid #FFFFFF;
}
#profile h4{
	color: #333333;
	font-size: 85%;
	text-align:left;
	margin-top: 5px;
}
#profile .shift{
	width: 800px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
#profile .shift table{
	float:left;
	margin-left:50px;
	width: 600px;
	border:1px solid #666666;
	text-align:center;
}
#profile .shift td{
	border:none;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #666666;
	padding:2px;
}

/* サイトマップ****************************/
#sitemap {
	clear: both;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align:center;
	color: #333333;
	font-size: 90%;
	border-bottom:5px solid #CCCCCC;
}


