@charset "Shift_JIS";

/*===================== CONTENTS ===================================
	
	last-updated: 2007-10-15
	
	1:Universal reset
	2:Body and base setting
	3:Font setting
	
	
========================================================*/


/* 
===================== 1:Universal reset ==========================
*/
{
	margin:0;
	padding:0;
}
img{
	border: none;
	margin:0;
}
	*html body img{/*IE6専用*/
		margin-bottom: -4px;
	}
.clear{
	clear: both;
}


/* 
===================== 2:Body and base setting ====================
*/
body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
	background-color: #FFFFFF;
	background:#FFFFFF url(../img/bg_hamon.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap{
	width: 100%;
	margin: auto;
	padding: auto;         
	text-align:center;
}
#wrapper{
	width: 690px;
	margin: auto;
	padding: auto;         
	text-align:center;
	 }
#main {
	background:url(../img/swf_frame.gif) center top no-repeat;
	padding:20px;
	margin-top:10px;
}
#main2{
	background-image: url(../img/frame_middle.gif);
	background-repeat: repeat-y;
	width: 690px;
	text-align: center;
	margin: 0pt　auto　0pt　auto;
}

#banar {
	padding: 0 0 10px 0;
}
.modoru{
	text-align:right;

	padding: 0 30px 10px 5px;
}

/*---------- head&foot ---------------*/
#head {
	width: 690px;
	height: 20px;
	background-image: url(../img/frame_top.gif);
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;
}
*html body #head{margin-bottom:-2px;}
*+html body#head{margin-bottom:-2px;}

#foot{
	width: 690px;
	height: 20px;
	margin:0 auto 0 auto;
	background-image: url(../img/frame_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
}
/*--------- table --------------*/
.table1{
	background-image:url(../img/bg_movie.jpg);
	background-repeat: no-repeat;
	border:none;
	width: 650px;
	height: 500px;
	margin:auto;
	padding:auto;
	text-align:center;
	
	
}
.table2{
	background-image:url(../img/bg_magazine.jpg);
	background-repeat: no-repeat;
	border:none;
	width: 650px;
	height: 500px;
	margin:auto;
	padding:auto;
	text-align:center;
	
	
}
.table3{
	background-image:url(../img/bg_event.jpg);
	background-repeat: no-repeat;
	border:none;
	width: 650px;
	height: 500px;
	margin:auto;
	padding:auto;
	text-align:center;
	
	
}
/*
===================== 3:Font =====================================
 */
 h1, h2, h3, h4, h5, h6, em, ul, dl, dt, dd{
	margin: 0;
	padding: 0;
}
p{
	font-size: 12px; 
	color: #000000; 
	line-height: 17px;
}
.copy{
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	margin: 0;
	padding: 0;
}
.small{
	font-size: 8px;
}
	*+html body .small{
		font-size: 8px;
	}

/*============ inFrame ==================*/
iframe {
	border: 1px #7ba5cc solid;
	width:330px;
	height:400px;
}





