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


/* all */

* {
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/* page */

#page {
	margin: 0 auto;
	background-color:#fff;
	color: #000;
	
}


a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #ccc; }
a:active { color: #1a76ff; }


/* main */

.wrapper-title {

}


.wrapper-main {
	background-image:url(img/sche-back.png);
	background-repeat:  repeat;  
	background-position: center;  
	margin: 0 auto;
}

.mail {
	width: 750px;
	margin: 0 auto;
	text-align: right;
}

.mail img:hover {
	opacity: 0.8 ;
}

.mail img {
	margin-left: 10px;
}

.title {
	width:800px;
	margin: 0 auto;
}

.text1 {
	width:700px;
	margin: 0 auto;
	font-size: 16px;
}

.text1 table {
  text-align: center;
  border: #000;
}

.text1 img:hover{
  opacity: 0.7;
}

.sub-title2 {
	font-size: 20px;
	color: #000;
}

#cast-detail {
	color: #039;
}
	
#main-text {
	font-size: 20px;
	margin-top: 0;	
	color: #fff;
}


/* header */
/* Gnavi */


.g-navi {
	margin: 0 auto;
	background-color: #555555;
}

.menu {
	width: 800px;
	margin: 0 auto; 
	list-style-type: none;
	overflow: hidden;

}

.menu li {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}




/* fotter */

.footer {
	margin: 0 auto;
	background-color: #555555;
	color: #fff;
}


.footer-inline {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #555555;    /* 背景色指定 */
    padding:  30px;             /* 余白指定 */
	text-align: center;
	vertical-align: middle;
}



