@charset "UTF-8";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	color: #444444;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 { font-size: 1em; }
p {
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
img { border: none; }
sup { font-size: 0.8em; }
table { border-collapse: collapse; }

a {
	text-decoration:underline;
	color: #1A78C3;
}
a:visited { 
	text-decoration: underline;
	color: #1A78C3;
}
a:active { 
	text-decoration: underline;
	color: #1A78C3;
}
a:hover {
	text-decoration: none;
	color: #1A78C3;
}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.none {
	display: none;
}


/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url(../img/bg_hd.jpg) repeat-x;
}

#header {
	width: 940px;
	margin: 0 auto;
	height: 62px;
}

#main {
	clear: both;
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(../img/bg_ft_btm.gif) repeat-x;
	padding-bottom: 15px;
}


/* ------------------------------
	HEADER
------------------------------ */

#header #logo {
	margin-top: 13px;
	float: left;
}

#header #snavi {
	float: right;
	width: 189px;
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
}

#header #snavi li {
	float: left;
}



/* ------------------------------
	MAIN
------------------------------ */

#main #left_column {
	width: 205px;
	float: left;
	margin: 0;
	padding: 0 0 30px 25px;
	min-height: 660px;
	background: url(../img/left_bg.jpg) no-repeat;
}

#main #left_column ul{
	width: 200px;
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
}

#main #left_column ul li{
	margin: 0;
	padding: 0;
}

#main #left_column #home_btn{
	margin: 109px 0 7px 0;
	text-align: right;
	width: 200px;
}

#main #left_column #movie_btn{
	width: 200px;
	margin-top: 30px;
}

#main #right_column {
	width: 690px;
	float: right;
	margin: 0;
	padding: 0 0 30px 10px;
	min-height: 660px;
	background: url(../img/right_bg.jpg) no-repeat;
}

#main #right_column #right_column_inner{
	width: 620px;
	margin: 0;
	padding: 0 0 0 20px;
}
#main #pagetop {
	clear: both;
	padding: 0 40px 20px 40px;
	text-align: right;
}


/* ------------------------------
	FOOTER
------------------------------ */

#footer #ft_inner {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	padding-top: 8px;
}
#footer #ft_inner #snavi {
	float: left;
	list-style-type: none;
	font-size: 1px;
	line-height: 0;
}

#footer #ft_inner #snavi li {
	float: left;
}

#footer #ft_inner #cr {
	float: right;
}
