@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #4a4a6d url(../img/back.jpg) repeat-y top center;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

a {
	color: #f6f4b5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* -------------------- Layout -------------------- */

#wrapper {
	margin: 0 auto;
	width: 700px;
}

#wrapper h1 {
	color: #e3e3c0;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
}

#headMovie {
}

#contents {
	padding: 30px 0;
}

#footer {
	background: url(../img/logo.gif) no-repeat left top;
	clear: both;
	height: 90px;
	padding-top: 30px;
	text-align: right;
}

#footer ul {
	list-style: none;
}

#footer li {
	border-left: 1px solid #fff;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
}

#footer p {
	margin-top: 5px;
}


/* -------------------- Clearfix -------------------- */

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

