@charset "UTF-8";

/*-- reset --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
textarea{
	padding:2px;
	}
input,textarea{
	font-size:100%;
	}

li {
	list-style-type: none;
}


/*-- common --*/
body{
	font-size: 12px;
	line-height: 1em;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 100%;
	width: 100%;
	text-align: left;
}

a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}

.btn {
	width: 478px;
	margin: 0 auto;
}

.page-top {
	width: 478px;
	height: 57px;
	margin-bottom: 25px;
}

.page-top a{
	width: 478px;
	height: 67px;
	white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
	display: block;
	background: url(img/page-top.jpg)  no-repeat left top;	
}

.page-top a:hover{
	width: 478px;
	height: 67px;
	white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
	display: block;
	background: url(img/page-top.jpg)  no-repeat left bottom;	
}

.site-top {
	width: 478px;
	height: 57px;
	margin-bottom: 25px;
}

.site-top a{
	width: 478px;
	height: 67px;
	white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
	display: block;
	background: url(img/site-top.jpg)  no-repeat left top;	
}

.site-top a:hover{
	width: 478px;
	height: 67px;
	white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
	display: block;
	background: url(img/site-top.jpg)  no-repeat left bottom;	
}



/*-- content --*/
#header {
	width: 100%;
	padding-top: 40px;
	background: #FF5500;
}

h1 {
	width: 1099px;
	margin: 0 auto;
}

#section1 {
	background: url(img/section1-bg.jpg) ;
}

#section1 h2 {
	margin-bottom: 40px;
}


#section1 .inr {
	width: 803px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

#section1 .movie {
	width: 803px;
	margin-bottom: 100px;
}

#section2 .inr {
	width: 957px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

#section2 h2 {
	margin-bottom: 60px;
}

#section2 .image {
	margin-bottom: 100px;
}

#footer {
	background: #FF5500;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0;
}
	