@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・共通設定
//  ・MOVIE GATE 共通設定
//==========================================================*/


/*======　共通設定　=====*/
html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 520px;
}

 img, a img { border: 0; }

table
{
	margin: 0;
	padding: 0;
	clear: both;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	}
ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}



#page, 
#header,
#navi,
#main,
#footer {
	margin:0 auto;
	width:520px;
	text-align: left;
}

/*---トップのみで使用--*/
#main #main2 {
	margin:35px 0 0 0 ;
	width:630px;
	float: left;
}
#main #sub {
	margin:35px 0 0 0 ;
	width:300px;
	float: right;
}

/*---未使用--ここから
#main #main2 #menu {
	width:200px;
	float: left;
}

#main #main2 #content {
	width:515px;
	float: right;
}
ここまで---*/

.left{
	float:left;
}
.right{
	float:right;
}
.wrap {
	width:100%;
}




/*============================================================
//  MOVIE GATE 共通設定
//==========================================================*/

body{
	font-size:12px;
	color:#333;
	line-height: 140%;
	background-color: #fff;
}
#footer {
	border-top:1px solid #ccc;
}

#page {
	margin-bottom:15px;
}
a, 
a:visited{
	color:#006496;
	text-decoration:none;
}
a:hover{
	color:#006496;
	text-decoration:underline;
}
strong{
	color:#c60;
	font-weight: bold;
}


/*======　ヘッダ　=====*/
#header {
	height: 68px;
}
#header h1 {
	width: 280px;
	height: 68px;
	float:left;
}

#page h2 {
	color:#c60;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
	}
#page h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	text-align: left;
}

/*======　フッタ　=====*/
#footer p.navi {
	margin:0 0 5px 0;
	font-size: 10px;
	font-weight: normal;
	line-height:40px;
	color: #4d4d4d;
	text-align:left;
	float: left;
}
#footer p.copyright {
	margin:0 0 5px 0;
	font-size: 10px;
	font-weight: normal;
	line-height:40px;
	color: #4d4d4d;
	text-align:right;
	float: right;
}

table.tokutei{
	width:100%;
	border-left:solid 1px #666;
	border-top:solid 1px #666;
}
table.tokutei th.title{
	background:#ccc;
}
table.tokutei th{
	padding:8px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
}
table.tokutei td{
	padding:8px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
}




