﻿@charset "utf-8";

* { margin: 0; padding: 0; }
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: #ffffff;
}
img {
	vertical-align: top;
	border: 0;
}
h1 {
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 120%;
}
h3 {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #37312F;
	font-size: 12px;
	font-weight: normal;
}
/*----------------------------------------------------------------
共通部分
-------------------------------------------------------------------*/

#container {
	width: 100%;
	margin-top: 0px;
	background: url(../images/common/bg2.jpg) repeat-x 50% 0%;
}
#wrapper {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 1040px;
	height: 130px;
	background: url(../images/common/header_bg4.jpg) no-repeat;
}
#logo {
	width: 270px;
	height: 130px;
	float: left;
	padding: 0px 0px 0px 20px;
	display: inline;
}

#h_info {
	width: 725px;
	height: 130px;
	padding-left: 5px;
	float: left;
	display: inline;
	text-align: right;
}
#h_info ul {
	height: 110px;
	list-style-type: none;
	padding: 0px 0px 0px 438px;
}
#h_info li {
	float: left;
	padding: 0px 0px 0px 0px;
}
#navi {
	width: 1020px;
	height: 33px;
	padding: 0px 0px 0px 20px;
}
#navi ul{
	list-style-type: none;
}
#navi li{
	float: left;
}
#contents {
	width: 1040px;
	background: url(../images/common/cont_bg.png) repeat-y;
}
#footer {
	width: 100%;
	height: 150px;
	background: url(../images/common/footer_bg.jpg) repeat;
}
#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #AA2628;
	text-decoration: none;
	position:relative;
	top:1px;
	left:1px;
}
#f_area {
	width: 1040px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/common/footer_bg2.jpg) no-repeat;
}
#f_area ul {
	padding: 10px 0px 0px 30px;
	margin-right: auto;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
}
#f_area li {
	border-right: 1px solid #DBDBDB;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
	font-size: 12px;
	text-decoration: none;
}

#f_area .noline {
	border-style: none;
	padding: 0px 0px 0px 295px;

}
#ftextarea {
	padding: 40px 0px 0px 37px;
}
.clear {
	clear: both;
}
#topmovie {
	width: 250px;
	height: 247px;
	padding: 53px 0px 0px 9px;
	margin-bottom: 10px;
	background: url(../images/home/riomovie.jpg) no-repeat;
}
#ban_area2 {
	width: 250px;
}
#ban_area2 img {
	padding-bottom: 5px;
}
#blog_area {
	width: 250px;
	background-color: #ffffff;
}
#blog_area ul {
	padding: 5px 5px 10px 5px;
	list-style-image: none;
	list-style-type: none;
}
#blog_area li {
	border-left: 2px solid #D02481;
	margin-bottom: 8px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	text-decoration: none;
}
#blog_area a {
	color: #F21F84;
}
#blog_area a:hover {
	color: #1F6FF2;
}