@charset "utf-8";
/*=========================================================
	Layout - 各レイアウトに関する設定
=========================================================*/

/*======================================
	General Layout
=======================================*/


body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	text-align: center; /* Centering for IE6 */
	color: #50453d;
	background: url(../images/bgx.jpg) repeat-x #59afe5;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*======================================
	rap
=======================================*/

div#mainrap {
	width: 810px;
	margin: 0 auto;
	background: url(../images/bgy.jpg) repeat-y;
}

div#rap {
	background: url(../images/main_bg.jpg) no-repeat;
}



/*======================================
	div#header
=======================================*/

div#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/head.jpg) no-repeat;
}
div#header div.left {
	width: 210px;
	height: 80px;
	float: left;
}
div#header div.right {
	width: 270px;
	float: right;
	padding-right: 320px;
	text-align: left;
	font-size: 80%;
	color: #8cc3e6;
	line-height: 1.2em;
	margin-top: 8px;
}


/*======================================
	div#topimg
=======================================*/

div#topimg {
	width: 800px;
	margin: 0 auto;
}

/*======================================
	div#menu
=======================================*/

div#menu {
	width: 800px;
	margin: 0 auto;
}
div#menu ul li {
	list-style: none;
	float: left;
}

/*======================================
	div#main
=======================================*/

div#main {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	background: url(../images/bgs.jpg) repeat-y 0 -5px;
}
div#main div.content {
	width: 620px;
	margin-left: 150px;
	padding-top: 15px;
	border: 1px solid #d9edfd;
}
div#main div.content p {
	margin: 10px 15px;
}
div#main div.content div.main_img {
	width: 320px;
	height: 110px;
	background: url(../images/main_img.jpg) no-repeat;
	padding: 70px 300px 20px 20px;
	line-height: 1.4em;
}
div#main div.content div.movie div.left {
	width: 300px;
	margin-top: 10px;
	float: left;
}
div#main div.content div.movie div.right {
	width: 310px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

/*======================================
	div#footer
=======================================*/

div#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	color: #d4e1f4;
	background: url(../images/foot_bg.jpg) repeat;
}
div#footer div.footbody {
	background: url(../images/foot_logo.jpg) no-repeat right;
}
div#footer div.footbody p {
	width: 430px;
	border-bottom: 1px solid #007bbd;
}
div#footer div.footbody p a {
	text-decoration: none;
}
div#footer div.footbody ul {
	width: 430px;
}
div#footer div.footbody ul li {
	list-style: none;
	background: url(../images/dot_sep.jpg) no-repeat right 4px;
	float: left;
	padding-right: 10px;
	margin-right: 8px;
	font-size: 80%;
}
div#footer div.footbody a {
	text-decoration: none;
	color: #bcd3df;
}
div#footer div.footbody a:hover {
	color: #bcd3df;
}
div#footer div.se {
	font-size: 80%;
	color: #66bcf3;
	padding-top: 5px;
	line-height: 1.1em;
}
