/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;
}
div{
	margin:auto;
}
body{
	background-color:#ffeb00;
	width:100%;
	font-size:12px;
	
	line-height:1.5em;
}
td{
	vertical-align:top;
}


div.top_image{
	background-color:#fe0000;
	height:257px;
	text-align:center;
}
div#main_area{
	width:860px;
	height:100%;
}

.left{
	float:left;
}
.clear{
	clear:both;
}

div.movie_text{
	margin-left:15px;
	padding-top:20px;
}
div.small{
	font-size:10px;
	line-height:1.2em;
	margin:10px 0px;
	width:170px;
}
div.red{
	color:#fe0000;
	font-weight:bold;
	font-size:14px;
}

div.hiho_link{
	margin-left:30px;
}

td.center{
	background:url(img/separate_line_pattern.gif) repeat-y;
	background-position:center;
	width:42px;
}

div#yogo_area{
	width:229px;
	margin-right:20px;
	color:#635d05;
}
.line{
	background:url(img/yogo_line_pattern.gif) repeat-x;
	background-position:center;
}
div.bold{
	font-weight:bold;
	color:#000000;
	padding:5px 0px;
}
div.bold span{
	font-weight:normal;
}

div#footer_area{
	text-align:center;
	padding:20px 0px;
}
