@charset "utf-8";
/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

/*reset********************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}

/*base********************************/
html { overflow-y:scroll;} /*スクロールバーを常に表示*/

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	text-align: center;
	background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 15px;
	color: #333333;
	line-height: 150%;
	text-align: justify;
}

img {
	border:none
}

ul, ol {
	list-style-type:none;
}

a{
	color: #DB002C;
	font-style: normal;
	text-decoration: underline;
}

a img {
  transition: 0.3s; /*0.3秒かけて変化させる（hoverとセット）*/
}
a img:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}

a:focus, *:focus { outline:none; } /*画像リンクの破線・青線を消す*/

.klm { /*テキスト追い出し非表示*/
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.clear { clear:both; }


/*fadein********************************/
#bloc1 { display: none; }

/*pagetop********************************/ 
#pagetop {
	position:fixed;
	top: 60px;
	right: 70px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pagetop a {
	color: #FFF;
}

/*menu********************************/
#menu_wrp {
	height: 40px;
	width: 100%;
	position: fixed;
	top: 0px; /* 位置(上0px) */
	left: 0px; /* 位置(上0px) */
	background-color: #97C2C3;
}
#menu_list {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7 {
	height: 40px;
	float: left;
	margin-right: 20px;
}
#menu7 {
	float: right;
	margin-right: 0px;
}

/*クリック時の囲み線を消す*/
#menu_list a {
	outline: none;
}

/*半透明*/
#menu0 {
	opacity: 0.5;
}


/*index********************************/
body#index {
}


/*main********************************/

#main_wrp {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
} 
#main_cnt1 {
	background-image: url(../images/main_img1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 386px;
} 
#main_cnt2 {
	background-image: url(../images/main_img2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 463px;
}
#main_cnt2 .titlelogo {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}
#main_cnt2 .date {
	padding-top: 184px;
	padding-left: 10px;
}
#main_cnt3 {
	background-image: url(../images/main_img3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	height: 226px;
}
#billing {
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 135px;
}


/*intro_story********************************/
#intro_story_wrp {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/*dire_cast********************************/
#dire_cast_wrp {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}

/*footer********************************/
#footer_wrp {
	background-color: #AADADC;
	height: 250px;
}
#footer_cnt {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footer_cnt .date {
}
#footer_cnt .title {
	margin-top: -140px;
	float: right;
}
