body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	position: relative;
}

/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}


html {
	overflow-y: scroll;
	overflow-x: hidden;
}
.hsp5 {
	height: 5px;
	clear: both;
}
.hsp10 {
	height: 10px;
	clear: both;
}
.hsp_top {
	height: 180px;
	clear: both;
}
.banner1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
	clear: both;
}


a {
	color: #FF0096;
	text-decoration: none;
}

a:hover {
	color: #ff99cc;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}



img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
}

#page {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	position: relative;
}

#footer {
	width: 100%;
	padding: 10px;
	border-top: 1px solid #FF1A00;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#ie6 {
}
#ie6 a {
	color: #999;
}
#ie6 a:hover {
	color: #999;
	text-decoration:underline;
}

#top_logo {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width:400px;
	height:auto;
	margin-top:10px;
}

#menu {
	list-style-type: none;
	height: 40px;
	width: 1050px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/menu_bg.jpg);
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	position: relative;
}

#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}


#logo {
	height: 45px;
	width: 467px;
	float: left;
}
#tel {
	height: 140px;
	width: 450px;
	float: right;
	position: absolute;
	top: 0px;
	left: 5px;
}
#open {
	height: 140px;
	width: 200px;
	float: right;
	position: absolute;
	top: 0px;
	right: 5px;
}

#list {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#list li {
	float: left;
	height: 500px;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}

.contents_list {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	display:flex;
	-webkit-flex-wrap:wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
.contents_list li {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}
.contents_thumb {
	height: auto;
	width: auto;
}


/* Top Newface List */
#newface #list li {
	float: left;
	height: 470px;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#newface #list li img {
	width: 190px;
	height: auto;
}
/* Top Newface List */


/* Cast List */
#cast #list li {
	float: left;
	height: 500px;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.ilst_thumb {
	height: 380px;
	width: 190px;
}
/* Cast List */

/* Movie List */
#movie #list li {
	float: left;
	height: 430px;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
/* Movie List */

.list_name {
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	letter-spacing: -0.1em;
}
.list_comment {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #FF0000;
	letter-spacing: -0.1em;
}
.list_time {
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #FFC;
}

.list_icon {
	width: 125px;
	position: absolute;
	top: 320px;
}

.list_icon img {
	margin-bottom: 2px;
}

.ranking {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.ranking li {
	float: left;
	height: 500px;
	width: 190px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}


#sche_today {
	width: 200px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFFFFF;
	float: left;
}

#sche_days {
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
#sche_days li {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	padding-left: 5px;
	text-shadow: 1px 1px 3px #FFFFFF;
	line-height: 22px;
	background-image: url(../images/list_bg.png);
	background-repeat: repeat;
	text-align: center;
	border-left-color: #999999;
	border-style: solid;
	padding-right: 5px;
	border-width: 0px 0px 0px 1px;
	color: #787878;
}

#sche_days a {
	text-decoration: none;
	text-shadow: 0px 0px #FFFFFF;
	color: #7E7E7E;
}
#sche_days a:hover {
	text-decoration: underline;
	color: #FF0096;
}


#wrap1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.text_red {
	color: #F00;
}
.text_yellow {
	color: #FFB600;
}

.title {
	display: block;
	clear: both;
	margin-top: 10px;
}

#blog {
	list-style-type: none;
	padding: 0px;
	width: 990px;
	height: auto;
	margin: 0px;
}
#blog li {
	float: left;
	height: 80px;
	width: 480px;
	background-image: url(../images/blog_line.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
}
.top_blog_thum {
	float: left;
	margin-right: 10px;
}

#blog li a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#blog li a img {
	float: left;
}
.blog_title   {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 410px;
	color: #F6F;
	font-weight: bold;
}
.blog_text {
	width: 410px;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
	color: #666;
}
.blog_text:hover {
	width: 410px;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
	color: #F6F;
	text-decoration:underline;
}
.blog_name {
	width: 410px;
	padding: 0px;
	line-height: 20px;
	position: absolute;
	left: 70px;
	bottom: 0px;
	font-size: 12px;
}
#blog_box li:hover {
	float: left;
	height: 130px;
	width: 480px;
	background-image: url(../images/alpha10pink.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
}
.box1000 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1000px;
	margin-top: 10px;
}

#index_page {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/index_bg_0408.jpg);
	background-position: center top;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 800px;
}
#enter_box {
	background-image: url(../images/enter_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 600px;
	height: 400px;
}
#enter {
	width: 600px;
	height: 400px;
	position: absolute;
	margin-top: 100px;
}
#enter a img   {
	display: inline;
}
#menu_area {
	position: absolute;
	top: 140px;
	background-image: url(../images/menu/menu_bg.png);
	height: 40px;
	width: 100%;
}
#left {
	width: 630px;
	float: left;
}
#right {
	width: 360px;
	float: right;
}
.info_date {
	font-weight: bold;
	font-size: 12px;
}
.info_text {
}
.info_title {
	color: #FF60C3;
}
.banner {
	margin-top: 10px;
}
.top_blog_name {
	font-size: 12px;
	font-weight: bold;
}
.top_blog_thum {
	float: left;
	margin-right: 10px;
}

#top_blog {
	list-style-type: none;
	padding: 0px;
	height: auto;
	margin: 0px;
}

#top_blog li {
	float: left;
	height: 80px;
	margin-top: 10px;
	border-bottom: thin dotted #C4C4C4;
	padding-bottom: 10px;
}
.top_blog_title {
	color: #FF00BE;
	line-height: 20px;
}
.top_blog_text {
	line-height: 20px;
}
.top_blog_date {
	color: #862E00;
}
#top_blog li a {
	display: block;
}
#list li p {
	line-height: 20px;
}
#footer a {
	color: #333333;
}
.pagetop_btn     {
	float: right;
	clear: both;
}
.access_box .access_img {
	margin-top: 10px;
	float: left;
	clear: both;
}
.access_box p {
	margin-top: 10px;
	float: right;
	text-align: left;
	width: 350px;
}
#access_infomation {
	border-collapse: collapse;
	text-align: left;
}
.access_td_l {
	width: 200px;
	border-bottom: thin dashed #999999;
	padding: 5px;
}
.access_td_r {
	width: 800px;
	border-bottom: thin dashed #999999;
	padding: 5px;
}
#profile .top_blog_text a {
	color: #666666;
}
#profile .top_blog_text a:hover  {
	color: #FF0086;
}

.concept_text {
	font-size: 20px;
	line-height: 30px;
	background-image: url(../images/line980x30.png);
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.list_newface {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.list_newface li {
	float: left;
	height: 500px;
	width: 200px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

.cast_sub{
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:140px;
	background-image: url(../images/menu/menu_bg.png);
	display: none;
	position: absolute;
	top:40px;
	left:0px;
	z-index:100;
}
.recruitt_sub{
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:140px;
	background-image: url(../images/menu/menu_bg.png);
	display: none;
	position: absolute;
	top:40px;
	left:0px;
	z-index:100;
}

.fotorama {
	margin-top:190px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#blog2 {
	list-style-type: none;
	padding: 0px;
	width: 990px;
	height: auto;
	margin: 0px;
}
#blog2 li {
	float: left;
	height:130px;
	width: 480px;
	background-image: url(../images/blog_line.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
}
.top_blog_thum {
	float: left;
	margin-right: 10px;
}

#blog2 li a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#blog2 li a img {
	float: left;
}
.blog_title   {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 410px;
	color: #F6F;
	font-weight: bold;
}
.blog_text {
	width: 410px;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
	color: #666;
}
.blog_text:hover {
	width: 410px;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 20px;
	color: #F6F;
	text-decoration:underline;
}
.blog_name {
	width: 410px;
	padding: 0px;
	line-height: 20px;
	position: absolute;
	left: 70px;
	bottom: 0px;
	font-size: 12px;
}
#blog_box li:hover {
	float: left;
	height: 130px;
	width: 480px;
	background-image: url(../images/alpha10pink.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
}
