@charset"utf-8";

/*** ------------------------------------------------------------- hack ***/
.clearfix:after{
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
    display:inline-table;
}
/*Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */

/*** ------------------------------------------------------------- reset ***/
body,div,dl,dt,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

table { border-collapse:collapse; border-spacing:0; }

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }

li { list-style:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}

q:before,q:after { content:''; }

abbr,acronym { border:0; font-variant:normal; }

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input,textarea,select {
    font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
    *font-size:100%;
}


img {
    vertical-align:bottom;
}

/*** ------------------------------------------------------------- common ***/
* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
	background-image: url(../../img/bg.jpg);
	background-repeat: no-repeat;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
}

#Wrapper {
	margin: 0 auto;
	width:1380px;
	text-align:left;
}

a:link {
	color:#0099FF;
	text-decoration: none;
} 
a:visited {
	color:#0099FF;
	text-decoration: none;
} 
a:hover {
	color:#00CCFF;
	text-decoration:underline;
}
a:active {
	color:#00CCFF;
	text-decoration:underline;
}

img {
    border:none;
}

.ptop {
	text-align:right;
	clear: both;
	padding: 15px 0px;
	margin: 0px;
}


/*** ------------------------------------------------------------- header ***/

#Header {
}
#Header h1{
	padding:0px 0px 10px 40px;
}
#Header p{
	margin:0px 0px 10px 45px;
}


/*** ------------------------------------------------------------- contents ***/

#Cont {
	width:860px;
	clear:both;
	padding: 45px;
}
#Cont h1 {
	font-size: 1.6em;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#Cont h2 {
	font-size: 1.3em;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
#Cont h3 {
	font-size: 1.0em;
	padding: 10px 0px 0px 0px;
}

#Cont p {
	padding: 10px 0px;
	line-height: 180%;
}
/*** ------------------------------------------------------------- news ***/
.news{
	border: 1px solid #666666;
	padding: 20px 40px;
	margin:10px 0px 20px 0px;
}
.news strong{
	color:#0099FF;
}

/*** ------------------------------------------------------------- footer ***/
#Footer {
	clear:both;
	width:950px;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	background-image: url(../../img/footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
address {
	padding:130px 0px 0px 350px;

}


/*** ------------------------------------------------------------- grand navigation ***/
#MainMenu {
	float:none;
	width:920px;
	height:65px;
	clear:both;
	padding: 5px 0px 0px 30px;
}
#MainMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#MainMenu li {
	margin:0px;
	padding:0px;
	height:70px;
	text-indent:-9999px;
	float:left;
}
#MainMenu li a {
	text-decoration:none;
	display:block;
	height:70px;
}

/*** ---------------------------------------------------- grand navigation btn ***/
#MainMenu li#Home {	background:url(../../img/menu_home.jpg) no-repeat 0px 0px;	width: 95px;}
#MainMenu li#Cast { background:url(../../img/menu_cast.jpg) no-repeat 0px 0px; width: 85px; }
#MainMenu li#Staff { background:url(../../img/menu_staff.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Pinter { background:url(../../img/menu_pinter.jpg) no-repeat 0px 0px; width: 175px; }
#MainMenu li#Note { background:url(../../img/menu_note.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Blog { background:url(../../img/menu_blog.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Access { background:url(../../img/menu_access.jpg) no-repeat 0px 0px; width: 135px; }

/*** ---------------------------------------------------- grand navigation btn link ***/
#MainMenu li#Home a { width:95px; }
#MainMenu li#Cast a { width:85px; }
#MainMenu li#Staff a { width:105px; }
#MainMenu li#Pinter a { width:175px; }
#MainMenu li#Note a { width:105px; }
#MainMenu li#Blog a { width:105px; }
#MainMenu li#Access a { width:135px; }

/*** ---------------------------------------------------- grand navigation btn over ***/
#MainMenu li#Home a:hover {	background:url(../../img/menu_home_f2.jpg) no-repeat 0px 0px;	width: 95px;}
#MainMenu li#Cast a:hover { background:url(../../img/menu_cast_f2.jpg) no-repeat 0px 0px; width: 85px; }
#MainMenu li#Staff a:hover { background:url(../../img/menu_staff_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Pinter a:hover { background:url(../../img/menu_pinter_f2.jpg) no-repeat 0px 0px; width: 175px; }
#MainMenu li#Note a:hover { background:url(../../img/menu_note_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Blog a:hover { background:url(../../img/menu_blog_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Access a:hover { background:url(../../img/menu_access_f2.jpg) no-repeat 0px 0px; width: 135px; }

/*** ---------------------------------------------------- grand navigation btn over2 ***/
#MainMenu li#Home_o a {	background:url(../../img/menu_home_f2.jpg) no-repeat 0px 0px;	width: 95px;}
#MainMenu li#Cast_o a { background:url(../../img/menu_cast_f2.jpg) no-repeat 0px 0px; width: 85px; }
#MainMenu li#Staff_o a { background:url(../../img/menu_staff_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Pinter_o a { background:url(../../img/menu_pinter_f2.jpg) no-repeat 0px 0px; width: 175px; }
#MainMenu li#Note_o a { background:url(../../img/menu_note_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Blog_o a { background:url(../../img/menu_blog_f2.jpg) no-repeat 0px 0px; width: 105px; }
#MainMenu li#Access_o a { background:url(../../img/menu_access_f2.jpg) no-repeat 0px 0px; width: 135px; }


