/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {      
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFE1A4;
	font-size: 12px;
	background-color: #F9F9F9;
	background-image: url(images/bg_dist.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #A87200;
	overflow: hidden;
}
a:hover{
	color: #644300;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#allwrapper {
	position: relative;
	overflow: hidden;
}

#wrapper {
	text-align: left;
	width: 920px;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.wrap_left {
	background-image: url(images/wrap_left.jpg);
	background-repeat: repeat-y;
	width: 20px;
	position: absolute;
	left: 0px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.wrap_right {
	background-image: url(images/wrap_right.jpg);
	background-repeat: repeat-y;
	width: 20px;
	position: absolute;
	right: 0px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
/*--------------------------------------------------
	container
--------------------------------------------------*/
#container {
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#container_page {
	background-image: url(images/bg_container_page.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#container02 {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container h1 {
	padding-top: 8px;
	padding-left: 8px;
	height: 21px;
}
#container_page h1 {
	padding-top: 8px;
	padding-left: 8px;
	height: 21px;
}

/*--------------------------------------------------
	flash
--------------------------------------------------*/
#flash {
	background-image: url(images/flash.png);
	background-repeat: no-repeat;
	height: 279px;
	width: 860px;
	text-indent: -9999px;
}
#flash_page {
	height: 279px;
	width: 860px;
}
/*--------------------------------------------------
	navigation
--------------------------------------------------*/
#bg_navigation {
	padding: 2px;
	height: 42px;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_navigation.jpg);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
#navigation {
	height: 42px;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	list-style: none;
}
#navigation li {
	text-indent:-9999px;
	float: left;
}
#navigation a {
	text-decoration:none;
	background:url(images/navigation.jpg) no-repeat scroll left top;
	overflow: hidden;
}
#navi_top a{background-position:0px 0px}
#navi_system a{background-position:-93px 0px}
#navi_event a{background-position:-187px 0px}
#navi_cast a{background-position:-277px 0px}
#navi_schedule a{background-position:-365px 0px}
#navi_movie a{background-position:-476px 0px}
#navi_recruit a{background-position:-565px 0px}
#navi_mail_magazine a{background-position:-666px 0px}

#navi_top a:hover{background-position:0px -42px}
#navi_system a:hover{background-position:-93px -42px}
#navi_event a:hover{background-position:-187px -42px}
#navi_cast a:hover{background-position:-277px -42px}
#navi_schedule a:hover{background-position:-365px -42px}
#navi_movie a:hover{background-position:-476px -42px}
#navi_recruit a:hover{background-position:-565px -42px}
#navi_mail_magazine a:hover{background-position:-666px -42px}



#navi_top li,#navi_top a {
	width: 93px;
	height: 42px;
	display: block;
}
#navi_system li,#navi_system a {
	width: 94px;
	height: 42px;
	display: block;
}
#navi_event li,#navi_event a {
	width: 90px;
	height: 42px;
	display: block;
}
#navi_cast li,#navi_cast a {
	width: 88px;
	height: 42px;
	display: block;
}
#navi_schedule li,#navi_schedule a {
	width: 111px;
	height: 42px;
	display: block;
}

#navi_movie li,#navi_movie a {
	width: 89px;
	height: 42px;
	display: block;
}
#navi_recruit li,#navi_recruit a {
	width: 101px;
	height: 42px;
	display: block;
}
#navi_mail_magazine li,#navi_mail_magazine a {
	width: 152px;
	height: 42px;
	display: block;
}

/*--------------------------------------------------
	main_contents
--------------------------------------------------*/
/*#main_contents {
	background-image: url(images/bg_main_contents.jpg);
	background-repeat: repeat-y;
	height: 514px;
	width: 852px;
	padding: 4px;
}*/
#main_contents {
	background-image: url(images/bg_main_contents.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 852px;
	padding: 4px;
}
#main_contents_page {
	background-image: url(images/bg_main_contents.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 852px;
	padding: 4px;
}


/*--------------------------------------------------
	sidebar
--------------------------------------------------*/
#sidebar {
	float: left;
}
#sidebar .banner {

}
#sidebar li {
	background-image: url(images/bg_banner.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 54px;
	width: 250px;
	margin-bottom: 2px;
}

#sidebar .cast a {
	background-image: url(images/banner_cast.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
	text-indent: -9999px;
	display: block;
}
#sidebar .cast a:hover {
	background-image: url(images/banner_cast.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#sidebar .schedule a {
	background-image: url(images/banner_schedule.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
	text-indent: -9999px;
	display: block;
}
#sidebar .schedule a:hover {
	background-image: url(images/banner_schedule.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#sidebar .system a {
	background-image: url(images/banner_system.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
	text-indent: -9999px;
	display: block;
}
#sidebar .system a:hover {
	background-image: url(images/banner_system.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#sidebar .event a {
	background-image: url(images/banner_event.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
	text-indent: -9999px;
	display: block;
}
#sidebar .event a:hover {
	background-image: url(images/banner_event.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}

#sidebar .mobile {
	background-image: url(images/bg_mobile.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 260px;
}
#sidebar .mobile form {
	padding-top: 176px;
	padding-left: 24px;
}
#sidebar .mail_address {
	vertical-align: middle;
	margin-bottom: 6px;
	width: 186px;
}
#sidebar .domain {
	vertical-align: middle;
	width: 146px;
}
#sidebar .mobile img {
	vertical-align: middle;
}



#sidebar .twitter a {
	background-image: url(images/banner_twitter.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 260px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 2px;
}
#sidebar .twitter a:hover {
	background-image: url(images/banner_twitter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}


/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	float: right;
	width: 588px;
}

#main .scroll {
	background-image: url(images/scroll.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 568px;
	padding: 10px;
}

#main_blog {
	float: right;
	width: 628px;
}

/*--------------------------------------------------
	info
--------------------------------------------------*/
#info {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
}
#info strong {
	font-size: 14px;
	color: #FF0000;
}
#info .contents {
	background-image: url(images/bg_live_news.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 580px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#info .column {
	height: auto;
	overflow: auto;
	padding: 8px;
	width: auto;
	line-height: 16px;
}
#info .time {
	text-align: right;
	font-size: 11px;
}
#info .detail {
	position: absolute;
	top: 2px;
	right: 4px;
}
#info .content p {
	margin-bottom: 10px;
}

/*--------------------------------------------------
	live_news
--------------------------------------------------*/
#live_news {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
}
#live_news .contents {
	background-image: url(images/bg_live_news.jpg);
	background-repeat: no-repeat;
	height: 268px;
	width: 580px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#live_news .column {
	height: 249px;
	overflow: auto;
	padding: 8px;
	width: auto;
	line-height: 16px;
}
#live_news .time {
	text-align: right;
	font-size: 11px;
}
#live_news .detail {
	position: absolute;
	top: 2px;
	right: 4px;
}
#live_news .content p {
	margin-bottom: 10px;
}


/*--------------------------------------------------
	top_banner
--------------------------------------------------*/
#top_banner {
	margin-top: 5px;
}
#top_banner ul {
	margin-right: -4px;
}
#top_banner li {
	background-image: url(images/bg_banner02.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 60px;
	width: 418px;
	float: left;
	margin-right: 4px;
}

#top_banner .photo_diary a {
	background-image: url(images/banner_photo_diary.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 418px;
	text-indent: -9999px;
	display: block;
}
#top_banner .photo_diary a:hover {
	background-image: url(images/banner_photo_diary.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}

#top_banner .new_cast a {
	background-image: url(images/banner_new_face.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 418px;
	text-indent: -9999px;
	display: block;
}
#top_banner .new_cast a:hover {
	background-image: url(images/banner_new_face.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}




/*--------------------------------------------------
	footer_wrap
--------------------------------------------------*/
#footer_wrap {
	position: relative;
	background-color: #000000;
	width: 880px;
	padding-top: 16px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#footer_wrap .banner_blog a{
	position: absolute;
	top: 16px;
	right: 20px;
	text-indent: -9999px;
	display: block;
	background-image: url(images/banner_blog.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 250px;
}
#footer_wrap .banner_blog a:hover {
	background-image: url(images/banner_blog.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
	height: 54px;
	width: 250px;
}

/*--------------------------------------------------
	footnavi
--------------------------------------------------*/
#footnavi {
	background-image: url(images/bg_footnavi.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;

}
#footnavi ul {
	padding-top: 9px;
	padding-left: 10px;
}
#footnavi li {
	margin-right: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFE1A4;
	float: left;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	width: 830px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}
#footer address {
	margin-top: 6px;
	font-size: 11px;
}
/*--------------------------------------------------
	footer02
--------------------------------------------------*/
#footer02 {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
#footer02 .back_top {
	text-align: right;
	margin-right: 10px;
}


/*--------------------------------------------------
	system
--------------------------------------------------*/
#system {
	height: auto;
	width: 852px;
	margin-top: 3px;
	position: relative;

	line-height: 18px;
}
#system .contents_wrap {
	background-color: #310000;
	float: left;
}
#system .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
	width: 564px;

}
#system .system_right {
	float: right;
	width: 260px;
}
#system .block {
	margin-bottom: 6px;
}
#system .block02 {
	margin-bottom: 10px;
}
#system .title {
	margin-bottom: 3px;
}
#system .transportation p {
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 10px;
}

#system table {
	border-top: 1px solid #634E0C;
	border-left: 1px solid #634E0C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 564px;
	background-color: #000000;
}
html>body table {border-collapse: separate}


#system th {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px;
	font-weight: normal;
	background-color: #310000;
	text-align: center;
	width: 80px;
}

#system td {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px 4px 4px 6px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}

#system .credit p {
	padding-left: 4px;
	padding-bottom: 8px;
}
#system .card {
	padding-left: 4px;
}

/*--------------------------------------------------
	recruit
--------------------------------------------------*/
#recruit {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#recruit .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
}
#recruit table {
	border-top: 1px solid #634E0C;
	border-left: 1px solid #634E0C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 564px;
	background-color: #000000;
}
html>body table {border-collapse: separate}


#recruit th {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px;
	font-weight: normal;
	background-color: #310000;
	text-align: center;
	width: 80px;
}

#recruit td {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px 4px 4px 6px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}

#recruit h3{
	margin-top: 10px;
	font-size: 0px;
	line-height: 0px;
}
#recruit .treatment {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 4px;
	height: auto;
	width: 550px;
}
#recruit .comment {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 4px;
	height: auto;
	width: 550px;
}
#recruit .job {
	background: url(images/job.jpg) no-repeat;
	height: 243px;
	width: 564px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
/*--------------------------------------------------
	news
--------------------------------------------------*/
#news {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#news .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
}
#news .monthly {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 4px;
	height: auto;
	width: 550px;
}
#news .monthly li {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #634E0C;
}
#news .column {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 6px;
	height: auto;
	width: 550px;
}
#news .time {
	text-align: right;
	font-size: 11px;
}
#news .content {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #634E0C;
}
#news .content p {
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------*/
div.wp-pagenavi {
	margin: 20px 0px 20px 30px;
	color: #555;
	font-size: 85%;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 0.5em 1em;
	margin: 0.25em;
	text-decoration: none;
	border: 1px solid #A87200;
	color: #A87200;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
	border: 1px solid #A87200;
	color: #644300;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5em 1em;
    margin: 0.25em;
    border: 1px solid #634E0C;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/*--------------------------------------------------
	link
--------------------------------------------------*/
#link {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}

#link .banner table {
	border-top: 1px solid #634E0C;
	border-left: 1px solid #634E0C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 564px;
	background-color: #000000;
}
html>body table {border-collapse: separate}


#link .banner th {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px;
	font-weight: normal;
	background-color: #310000;
	text-align: center;
	width: 80px;
}

#link .banner td {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px 4px 4px 6px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}






#link .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
}

#link .link_list {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 8px;
	height: auto;
	width: 550px;
}

#link .link_list dl {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #634E0C;
}
#link .link_list dt {
	float: left;
	margin-right: 6px;
}
#link .link_list dd {
	float: left;
	width: 440px;
}

/*--------------------------------------------------
	top_schedule
--------------------------------------------------*/
#top_schedule {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
}
#top_schedule .weekly {
	position: absolute;
	top: 2px;
	right: 4px;
}
#top_schedule .contents {
	background-color: #310000;
	padding: 4px;
}
#top_schedule #all {
	background-color: #000000;
	padding-left: 23px;
	padding-top: 10px;
}

#top_schedule .photo_frame {
	background-image: url(images/bg_top_schedule_frame.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 180px;
	width: 120px;
	margin-bottom: 3px;
}
#top_schedule .photo_frame img {
	height: 180px;
	width: 120px;
}
#top_schedule .all_one {
	float: left;
	height: 300px;
	width: 150px;
	margin-right: 14px;
	position: relative;
}
#top_schedule .cast_name {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#top_schedule .cast_time {
	text-align: center;
	line-height: 16px;
}
#top_schedule .icon {

}
#top_schedule .icon img {
	margin-right: 1px;
	float: left;
}


/*--------------------------------------------------
	cast
--------------------------------------------------*/
#cast {
	height: auto;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #310000;
	line-height: 18px;
}
#cast .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
}
#cast #all {
	background-color: #000000;
	padding-left: 10px;
	padding-top: 10px;
}
#cast .photo_frame {
	background-image: url(images/bg_cast_frame.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 195px;
	width: 130px;
	margin-bottom: 3px;
}
#cast .photo_frame img {

}
#cast .allone {
	float: left;
	height: 350px;
	width: 160px;
	margin-right: 6px;
}
#cast .cast_name {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}
#cast .entering {
	color: #D90000;
}
#cast .cast_time {
	text-align: center;
	line-height: 16px;
}
#cast .cast_size {
	text-align: center;
	line-height: 16px;
}
#cast .icon {
	background-image: url(images/bg_icon.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
	padding-left: 5px;
	padding-top: 5px;
}
#cast .icon img {
	margin-right: 1px;
	float: left;
}
#cast .sch_active {
	margin-left: 5px;
	height: 20px;
	width: 149px;
	background-image: url(img/sch_active_list_off.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------------------
	profile
--------------------------------------------------*/
#profile {
	height: auto;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#profile .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
}
#profile #all {
	background-color: #000000;
	padding: 10px;
}
#profile #left {
	float: left;
	width: 330px;
}
#profile #right {
	float: right;
	width: 484px;
}
#profile .photo_frame {
	background-image: url(images/bg_profile_frame.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	height: 420px;
	width: 280px;
	margin-bottom: 3px;
}
#profile .photo_frame img {

}
#profile .photo_diary {
	text-align: center;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#profile #girl_name_box {
	background-image: url(images/bg_girl_name_box.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 484px;
	padding-top: 9px;
	position: relative;
	margin-bottom: 8px;
}
#profile #girl_name_box .name {
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}

#profile #girl_name_box .icon {
	position: absolute;
	top: 10px;
	right: 6px;
}

#profile #thumbnails {
	margin-right: -3px;
	margin-bottom: 8px;
} 
#profile #thumbnails .thumbnail {
	margin-right: 3px;
} 
#profile #thumbnails img {
	padding: 1px;
	border: 1px solid #604E0E;
} 



#prof_box table {
	border-top: 1px solid #634E0C;
	border-left: 1px solid #634E0C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 484px;
	background-color: #000000;
}
html>body table {border-collapse: separate}


#prof_box th {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px;
	font-weight: normal;
	background-color: #310000;
	text-align: center;
	width: 100px;
}

#prof_box td {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px 4px 4px 6px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}
#profile #weektime {
	margin-top: 10px;
}
#profile #weektime h3{
	margin-bottom: 3px;
}

/*-----------------------------------------------
オプション
-----------------------------------------------*/
/* オプション表示領域 */
#option {
	width: 330px;
	padding: 0px;
	margin-top: 10px;
	font-size: 12px;
	background-color: #000000;
}
#option h3 {
	margin-bottom: 3px;
}
/* オプション1つ分の表示領域 */
#option .option_one {
	float: left;
	padding: 0px;
	width: 159px;
	margin: 1px;
	background-color: #181203;
	border: 1px solid #634E0C;

}
#option .option_one .option_left1 {/* ◎ */
	float: left;
	background-color: #413007;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_left2 {/* ○ */
	float: left;
	background-color: #413007;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_left3 {/* △ */
	float: left;
	background-color: #413007;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_left4 {/* × */
	float: left;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_left {/* 未記入 */
	float: left;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_left0 {/* 未記入 */
	float: left;
	padding: 2px;
	display: block;
	width: 122px;
	text-align: center;
}
#option .option_one .option_right {
	float: right;
	text-align: center;
	width: 26px;
	padding: 2px;
}

/*--------------------------------------------------
	schedule
--------------------------------------------------*/
#schedule {
	height: auto;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #310000;
	line-height: 18px;
	position: relative;
}
#schedule .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
}

#schedule #all {
	background-color: #000000;
	padding-left: 20px;
	padding-top: 10px;
}

#schedule .photo_frame {
	background-image: url(images/bg_top_schedule_frame.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 180px;
	width: 120px;
	margin-bottom: 3px;
}
#schedule .photo_frame img {
	height: 180px;
	width: 120px;
}
#schedule .all_one {
	float: left;
	height: 310px;
	width: 150px;
	margin-right: 14px;
	position: relative;
}
#schedule .cast_name {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#schedule .cast_time {
	text-align: center;
	line-height: 16px;
}
#schedule .icon {

}
#schedule .icon img {
	margin-right: 1px;
	float: left;
}


#schedule .change a {
	position: absolute;
	top: 44px;
	right: 20px;
}
#schedule .choice {
	vertical-align: middle;
}
#schedule #select {
	vertical-align: middle;
}
#schedule #select2 {
	vertical-align: middle;
}

/*-----------------------------------------------
出勤表カレンダー部分　
----------------------------------------------*/
#schedule .all_week {
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#schedule .all_week strong {
	padding-right: 6px;
}
#schedule .sat a.week:link{
	background-color: #003555;
}
#schedule .sun a.week:link {
	background-color: #79003D;
}
/* 週間カレンダー */
#schedule .week {
	text-decoration: none;
	display: block;
	padding: 2px 3px;
	width: 70px;
	text-align: center;
	background-color: #000000;
	margin: 0px;
	border: 1px solid #634E0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* 週間カレンダー(平日) */
#schedule a.week:link {
	color: #FFE1A4;
	display: block;
	background-color: #310000;
	text-align: center;
	border: 1px solid #634E0C;
	margin-left: 1px;
}
#schedule a.week:link {
	_border: 1px solid #634E0C; /* IE6用ハック */
	
}
#schedule a.week:hover {
	color: #FFE1A4;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #634E0C;
}

/*-----------------------------------------------

出勤表(週間別)　　schedule_l.php

----------------------------------------------*/

#schedule_l {
	height: auto;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #310000;
	line-height: 18px;
	position: relative;
}
#schedule_l .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
}

/* 上下左右余白 */
#schedule_l #all {
	padding: 10px;
}
#schedule_l .change a {
	position: absolute;
	top: 42px;
	right: 20px;
}
/* 出勤カレンダー */
#schedule_l .sch_week {
	padding: 1px;
	background-color: #634E0C;
	margin-bottom: 20px;
}
#schedule_l td {
	background-color: #181203;
	text-align: center;
	height: 20px;
}
#schedule_l .list_up {
	margin-bottom: 10px;
}
#schedule_l .number {
	padding: 4px;
}


/* 名前・3サイズ */
#schedule_l .sch_week .glay {
	background-color: #000000;
	width: 850px;
	text-align: left;
	text-indent: 20px;
}

/* 日付 */
#schedule_l th {
	font-weight: normal;
	text-align: center;
	padding: 0px;
	background-color: #310000;
}
#schedule_l  .sch_thumb img {

}
#schedule_l .pagenavi {
	padding-bottom: 20px;
}
#schedule_l .next {
}
#schedule_l .shift_-- {
	font-weight: bold;
}


/*--------------------------------------------------
	event
--------------------------------------------------*/
#event {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#event .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
}

#event .content {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #634E0C;
}
#event .content p {
	margin-bottom: 10px;
}

/*--------------------------------------------------
	mail_magazine
--------------------------------------------------*/
#mail_magazine {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#mail_magazine .contents {
	background-color: #000000;
	margin: 4px;
	height: 478px;
	background-image: url(images/bg_mail_magazine.jpg);
	background-repeat: no-repeat;
	width: 580px;
}
#mail_magazine iframe {
	margin-top: 110px;
	margin-left: 13px;
}

/*--------------------------------------------------
	movie
--------------------------------------------------*/
#movie {
	height: auto;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#movie .contents {
	background-color: #000000;
	margin: 4px;
	height: 462px;
	padding: 8px;
}
#movie .video {
	width: 498px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #604E0E;
	padding: 1px;
}

/*--------------------------------------------------
	blog
--------------------------------------------------*/
#blog {
	height: auto;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	position: relative;
	background-color: #310000;
	line-height: 18px;
}
#blog .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
	padding: 8px;
}

#blog .column {
	border: 1px solid #634E0C;
	padding: 6px;
	margin-top: 6px;
	height: auto;
	width: 590px;
}
#blog .time {
	text-align: right;
	font-size: 11px;
}
#blog .content {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #634E0C;
}
#blog .content p {
	margin-bottom: 10px;
}
#blog .content img {
	border: 1px solid #392D06;
	padding: 1px;
}


#blog .comment {
	padding-bottom: 4px;
	text-align: right;
}
#blog .comment span {
	text-align: right;
	padding: 6px;
	border: 1px solid #644300;
}
/*-------------------------------------------------------------------------------*/
#blog #comment-form {
	padding: 10px 10px 10px 2px;
}
#blog #respond {

}
#blog #commentform p {
	margin-bottom: 8px;
}
#blog .commentlist li {
	padding: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: decimal;
	border-bottom: 1px solid #634E0C;
}




/*--------------------------------------------------
	sidebar02
--------------------------------------------------*/
#sidebar02 {
	float: left;
	height: auto;
	width: 220px;
	background-color: #310000;
}
#sidebar02 .category {
	margin-bottom: 4px;
}
#sidebar02 .category h2 {
	background-image: url(images/title_category.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 220px;
}
#sidebar02 .category ul {
	background-color: #000000;
	padding: 4px;
	margin: 4px;
	line-height: 18px;
}
#sidebar02 .archive {
	margin-bottom: 4px;
}
#sidebar02 .archive h2 {
	background-image: url(images/title_archive.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 220px;
}
#sidebar02 .archive ul {
	background-color: #000000;
	padding: 4px;
	margin: 4px;
	line-height: 18px;
}

#sidebar02 .recent {
	margin-bottom: 4px;
}
#sidebar02 .recent h2 {
	background-image: url(images/title_recent.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 220px;
}
#sidebar02 .recent ul {
	background-color: #000000;
	padding: 4px;
	margin: 4px;
	line-height: 18px;
}

/*--------------------------------------------------
	new_cast
--------------------------------------------------*/
#new_cast {
	height: auto;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-color: #310000;
	line-height: 18px;
}
#new_cast .contents {
	background-color: #000000;
	margin: 4px;
	height: auto;
}
#new_cast #all {
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#new_cast .photo_frame {
	background-image: url(images/bg_cast_frame.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	height: 195px;
	width: 130px;
	margin-bottom: 3px;
	float: left;
}
#new_cast .photo_frame img {

}
#new_cast .right {
	float: left;
	margin-left: 6px;
}
#new_cast .allone {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	border: 1px solid #2B0000;
	padding: 5px;
}
#new_cast .cast_name {
	padding-top: 4px;
	padding-bottom: 2px;
}
#new_cast .entering {
	color: #D90000;
}
#new_cast .message {
	width: 650px;
}
#new_cast .cast_time {
	line-height: 16px;
}
#new_cast .cast_size {
	line-height: 16px;
}
#new_cast .icon {
}

#new_cast table {
	border-top: 1px solid #634E0C;
	border-left: 1px solid #634E0C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 640px;
	background-color: #000000;
	margin-top: 6px;
}
html>body table {border-collapse: separate}


#new_cast th {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px;
	font-weight: normal;
	background-color: #310000;
	text-align: center;
	width: 100px;
}

#new_cast td {
	border-right: 1px solid #634E0C;
	border-bottom: 1px solid #634E0C;
	padding: 4px 4px 4px 6px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}