@charset "UTF-8";
/* CSS Document */

* {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #8aa2a8;
}

a:hover {
	color: #587981;
}

b {
	font-size:12px;
	color: #999;
}

html body {
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
}

.font7 {
	font-size: 7px;
}

.font8 {
	font-size: 8px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font_l {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.space10 {
	height: 10px;
}

.space20 {
	height: 20px;
}

.space30 {
	height: 30px;
}

.space50 {
	height: 50px;
}

a img {
	border: 0px;
}

#home {
	width: 100%;
	height: 86px;
	background: #000;
	position: fixed;
	z-index: 100;
}

#btn {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#text_pic {
    position: absolute;
    top: 18px;
    left: 20px;
}

#btn_1 {
	width: 90px;
	height: 86px;
	background-image: url(img/btn/home_on.jpg);
	position: absolute;
	top: 0px;
	right: 518px;
}

#btn_2 {
	width: 117px;
	height: 86px;
	background-image: url(img/btn/profile_on.jpg);
	position: absolute;
	top: 0px;
	right: 401px;
}

#btn_3 {
	width: 97px;
	height: 86px;
	background-image: url(img/btn/movie_on.jpg);
	position: absolute;
	top: 0px;
	right: 304px;
}

#btn_4 {
	width: 117px;
	height: 86px;
	background-image: url(img/btn/contact_on.jpg);
	position: absolute;
	top: 0px;
	right: 187px;
}

#btn_f {
	width: 18px;
	height: 33px;
	background-image: url(img/btn/fb_on.png);
	position: absolute;
	top: 27px;
	right: 129px;
}

#btn_t {
	width: 28px;
	height: 25px;
	background-image: url(img/btn/tw_on.png);
	position: absolute;
	top: 30px;
	right: 81px;
}

#btn_i {
	width: 31px;
	height: 31px;
	background-image: url(img/btn/insta_on.png);
	position: absolute;
	top: 28px;
	right: 30px;
}

#top {
	width: 100%;
	padding-top: 86px;
	position: relative;
	line-height: 0px;
}

#top2 {
	width: 100%;
	height: 1054px;
	padding-top: 86px;
	background: url(img/top.jpg) repeat-x center;
	position: relative;
}

.wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.title {
	width: 100%;
	text-align: center;
	padding-top: 90px;
	position: relative;
}

#profile {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#p1 {
	width: 1000px;
	height: 400px;
	text-align: right;
	margin: 0px;
	position: relative;
}

#p2 {
	width: 500px;
	text-align: left;
	line-height: 30px;
	padding:50px 0px 0px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#sponsor {
	width: 100%;
	background: #24444D;
	position: relative;
}

#s_wrap {
	width: 970px;
	padding: 15px;
	margin: 0px auto;
	position: relative;
}

#s_wrap table tr td {
	padding: 5px;
	color: #fff;
}

.s_title {
	background: #000;
	font-size: 15px;
}

.s_right {
	font-size: 20px;
	font-weight: bold;
}

#title {
	width: 100%;
	height:1450px;
	background: url(img/back_t4.jpg) repeat-x center;
	position: relative;
}

#t_wrap {
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 70px 20px;
	position: relative;
}

#movie {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.m1 {
	padding-left: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: left;
	position: relative;
}

.m2 {
	padding-right: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: right;
	position: relative;
}

#contact {
	width: 100%;
	line-height: 15px;
	background: #8aa2a8;
	position: relative;
}

#c_wrap {
	width: 970px;
	padding: 20px 15px 100px 15px;
	margin: 0px auto;
	position: relative;
}

#footer {
	width: 1000px;
	height: 90px;
	margin: 0px auto;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

.clear {
	clear: both;
}
