﻿@charset "utf-8";
/* CSS Document */

/*============================================================================
RESET
*============================================================================*/
*{zoom:1;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul, dir ,menu ,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type:none;
}

img,
a img {
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	color:#E96908;
}


/*============================================================================
書体
*============================================================================*/
/*　書体の基本定義　*/
body {
	font-weight:normal;
	font-size: 88%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
}

strong {font-weight:bold;}



/*============================================================================
全体レイアウト
*============================================================================*/
/*　全体　*/
body {
	background: #FFFFFF top left repeat-x;
	text-align:center;
}
.section {
	padding: 0;
	margin: 0 auto;
	width: 1050px;
	vertical-align:top;
}
#Mainmovie {
	height:708px;
	background:transparent url(img/bg_tit.jpg) no-repeat top;
}
#Intro,
#Themamovie,
#Link {
	border-top: 2px dotted #666666;
	padding:40px 0;
}

/*============================================================================
　部品
*============================================================================*/
a:hover{
	text-decoration:none;
}
a:hover img {
    opacity:0.8;
}


h1 {display:none;}
#Mainmovie iframe {
	margin-top:240px;
}
#Mainmovie p {
	margin-top:30px;
}

#Intro h2,
#Themamovie h2,
#Link h2 {
	margin-bottom:30px;
}

#Intro .txt {
	margin:0 80px;
	text-align:left;
}
#Themamovie ul {
	margin:10px 0 0 30px;
	overflow:hidden;
}
#Themamovie li {
	display:block;
	overflow:hidden;
	float:left;
	width:500px;
	text-align:left;
	padding-bottom:20px;
}
#Themamovie li h3 {
	margin-bottom:5px;
}
#Themamovie li iframe {
	margin-left:70px;
}
#Themamovie li p {
	margin:20px 50px 0 60px;
}
#Themamovie li p a {
	margin-left:50px;
}
#Themamovie .column {
	margin:60px 30px 0 30px;
	border:2px dotted #666666;
	background: #E7E0BA url(img/bg_urabanashi.jpg) left bottom no-repeat;
	padding:0 20px 10px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}

#Themamovie .column h3 {
	margin:0 0 10px 0;
	text-align:center;
}
#Themamovie .column p {
	margin:10px 0 0 0;
}
#Themamovie .column p.r {
	padding-left:165px;
}

#Link {
	background: #FFF url(img/bg_bottom.jpg) bottom left no-repeat;
	min-height:403px;
	border-bottom:15px solid #FFF;
}
#Link ul {
	margin:10px 0 0 120px;
	overflow:hidden;
}
#Link li {
	display:block;
	overflow:hidden;
	float:left;
	width:280px;
	text-align:left;
	padding-bottom:20px;
}
#Link li a{
	display:block;
	margin-top:8px;
}
#Link li a img{
	border:solid 1px #C0C0C0;
}
.contact{
	width:380px;
	margin:10px 0 0 50px;
	padding-bottom:200px;
	text-align:left;
}
.contact img{
	margin-right:10px;
}
.contact p{
	margin-bottom:10px;
}
.contact .address{
	padding-left:10px;
	border-left: 2px #999 solid;
	text-align:left;
}
.contact .address span{
	font-size:1.3em;
	font-weight:bold;
}
.btn_close{
	clear:both;
	text-align:right;
	padding-right:20px;
}

.foot {
	background:  #FFFFFF  bottom left repeat-x;
}


