@charset "UTF-8";
body {
	background:url(img/bg.gif);
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrap {
	width:100%;
	margin:0 auto;
}
#wrap2 {
	width:880px;
	margin:0 auto;
	padding:40px;
	background:#FFF;
	font-size:16px;
}
h1 {
	color:#1782e5;
	font-weight:bold;
	line-height:56px;
}
.title_a {
	color:#FFF;
	font-size:18px;
	line-height:32px;
	background-color:#1782e5;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width:18em;
	margin:0 auto 18px;
	padding-top:2px;
}
.title_b {
	font-size:38px;
}
.title_c {
	font-size:30px;
}
.desc {
	margin:30px auto 50px;
	line-height:32px;
	text-shadow:1px 1px 1px #FFF;
	line-height:32px;
}
.desc span.underline {
	color:#ff7300;
	/*font-size:110%;*/
	font-weight:bold;
	background:url(../img/underline.gif) repeat-x bottom;
}
a.button {
	position: relative;
	background:url(../img/btn_movie.png) bottom no-repeat #228be0;
	border:5px solid #3998e5;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 10px 0 #50afe5;
	text-shadow:-1px -1px 1px #1968a8;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	display:block;
	width:380px;
	height:160px;
}
a.button span.btn01_title {
	position:relative;
	top:50px;
}
a.button:hover {
	top:4px;
	text-decoration:none;
	background:url(../img/btn_movie.png) bottom no-repeat #2391eb;
	box-shadow: 0 6px 0 #50afe5;
}
a.button:active {
	top:10px;
	box-shadow: none;
}
.button02 {
	position: relative;
	background:#bcbcbc;
	border:5px solid #bcbcbc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 10px 0 #bcbcbc;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	width:380px;
	height:160px;
}
.button02 span.btn02_title {
	position:relative;
	top:50px;
}

span.info {
	font-size:14px;
}


table {
	margin:0 auto;
}
table tr td {
	padding:0 10px;
}
.outline {
	margin:40px auto;
}
.outline_title {
	background:url(../img/icon_book.gif) no-repeat 50px;
	color:#1782e5;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	line-height:56px;
	padding-left:100px;
	margin:0 auto;
	width:360px;
}
.outline_txt {
	background:url(img/border.gif) bottom repeat-x;
	line-height:36px;
	padding:5px 10px;
	text-shadow:1px 1px 1px #FFF;
}
#footer {
	padding:20px 0;
	background:#1782e5;
}
#footer p a {
	color:#FFF;
	font-size:12px;
}
