/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	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 {overflow-y: scroll;}
html, body {
	text-align: center;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #D51365;
	overflow: hidden;
	text-decoration: none;
}
a:hover{
	color: #F169A3;
	text-decoration: none;
}
span.hd {
	visibility: hidden;
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	text-align: left;
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#header h1 {
	text-align: right;
	margin-bottom: 6px;
}
#header dt {
	float: left;
}
#header dd {
	float: left;
}
#header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 166px;
	margin-left: 20px;
	float: left;
}
#header .address {
	background-image: url(images/address.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 714px;
	position: relative;
}
#header .add_pc a {
	background: url(images/add_pc.png) no-repeat;
	height: 16px;
	width: 146px;
	position: absolute;
	left: 324px;
	bottom: 0px;
	display: block;
}
#header .add_mobile a {
	background: url(images/add_mobile.png) no-repeat;
	height: 16px;
	width: 206px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
}
/*--------------------------------------------------
	group
--------------------------------------------------*/
#group {
	background-image: url(images/bg_group.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 140px;
	width: auto;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#group .all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#group .content {
	float: left;
	width: 730px;
	margin-top: 16px;
}
#group h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#group .enter a{
	float: right;
	display: block;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 160px;
	margin-top: 25px;
	background-position: 0px -100px;
}
#group .enter a:hover {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0px -190px;

}

/*--------------------------------------------------
	logo_border
--------------------------------------------------*/
#logo_border {
	background-image: url(images/logo_border.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 28px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#main_border {
	border-bottom: 1px solid #000000;
	margin-top: 10px;
}
/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#main li {
	float: left;
	height: 330px;
	width: 300px;
	position: relative;
}
#main .peace {
	background-image: url(images/peace_promotion.jpg);
	background-repeat: no-repeat;
}
#main .peace a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	display: block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	background-position: -160px -100px;
}
#main .peace a:hover {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -160px -180px;
}
#main .serial {
	background-image: url(images/serial_promotion.jpg);
	background-repeat: no-repeat;
}
#main .serial a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	display: block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	background-position: -240px -100px;
}
#main .serial a:hover {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: -240px -180px;
}
#main .hitoe {
	background-image: url(images/hitoe_promotion.jpg);
	background-repeat: no-repeat;
}
#main .hitoe a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	display: block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	background-position: -320px -100px;
}
#main .hitoe a:hover {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	background-position: -320px -180px;
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer ul {
	width: 550px;
	margin-left: auto;
}
#footer li {
	float: left;
}
#footer .mail a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 160px;
	display: block;
	margin-top: 20px;
	background-position: -400px -100px;
}
#footer .recruit a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 160px;
	display: block;
	margin-left: 10px;
	margin-top: 20px;
	background-position: -400px -120px;
}
#footer .casting_info a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 210px;
	display: block;
	margin-left: 10px;
	background-position: 0px -340px;
}
#footer p {
	margin-top: 10px;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-top: 20px;
}