/* 全体CSS */

*{
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    font-size:100%;
}

body{
	background-image:url(../img/back.gif);
	background-position:13px 4px;
	font-family: "$B#M#S(B $B#P%4%7%C%/(B", Osaka, "$B%R%i%.%N3Q%4(B Pro W3",sans-serif;
	line-height: 1.6em;
	    font-size:80%;
	letter-spacing: 0;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

h1,h2,h3,h4,h5,h6,p,address,th,td{
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	color: #333333;
}

img {
	border: none;
}


#bg {
　　width: 100%;
background-image:url(../img/all_bg.gif);
background-repeat:repeat-x;
}

#all {
    width: 980px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:0px;
	position:relative;
	text-align:center;
	overflow :hidden;
	padding-bottom:0px;
	
}


/* ページ上部 */
#head {
　　width: 100%;
height:118px;
background-image:url(../img/head.gif);
background-position:center top;
background-repeat:no-repeat;
background-color:#000000;
}

h1{
    width: 325px;
	height: 118px;
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
h1 a{
    width: 325px;
	height: 118px;
    display: block;
	text-indent:-9999px
}

#japanese{
color:#FFFFFF;
position:relative; top:-18px; left:400px;
font-size:90%}

/* ページ中段 */
#contents {
    width:980px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow :hidden;
	padding:0 35px 0 0px;
	
}



/* ページ中段右 */
#main{
    width:636px;
	float:left;
	background-image:url(../img/con_back.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow :visible;
}


#main h2{
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-999em;
}


/* ページ左 */
#leftside {
    width: 344px;
    float: left;
	overflow :hidden;
}


/* メニュー */
#menu {
	width: 344px;
	height:390px;
	margin-left:auto;
	margin-right:auto;
	overflow :hidden; 
}
#menu ul {
	display: inline;
}
#menu li {
	list-style-type:none;
	overflow: hidden;
	
}
#menu a{
	display: block;
	background-position:0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -999em;
	width: 344px;
	height:60px;
}



#distri {
	background-image: url(../img/menu_distri.gif);	
	width: 310px;
	height: 60px;
	float:left;
}
#distri a:hover {
	background-image: url(../img/menu_distri.gif);
	width: 310px;
	height: 60px;
}

#production {
	background-image: url(../img/menu_production.gif);	
	width: 310px;
	height: 60px;
	float:left;
}
#production a:hover {
	background-image: url(../img/menu_production.gif);
	width: 310px;
	height: 60px;
}

#casting {
	background-image: url(../img/menu_casting.gif);	
	width: 310px;
	height: 60px;
	float:left;
}
#casting a:hover {
	background-image: url(../img/menu_casting.gif);
	width: 310px;
	height: 60px;
}

#about {
	background-image: url(../img/menu_about.gif);	
	width: 310px;
	height: 60px;
	float:left;
}
#about a:hover {
	background-image: url(../img/menu_about.gif);
	width: 310px;
	height: 60px;
}

/* ページ下部 */
#foot {
    width: 100%;
	height:30px;
	margin-bottom:0px;
	background-image:url(../img/foot_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

	
#copy {
    width:980px;
	height:30px;
    margin:0px;
    font-size:10px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	background-image:url(../img/copy_bg.gif);
	background-repeat:no-repeat;
}


.clear {
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}
