html {
 overflow-y: scroll;
}

body {
  padding-top: 0px;
	font-family:'Lucida Grande','Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  'sans-serif';
}
.starter-template {
  padding: 10px 5px;
}
.head{
	text-align:right;
	position:relative;
}
.head h1{
	margin-top:2px;
}
.head_btn{
	border-radius: 5px;
	margin-right:5px;
}
#headimg{
	position:absolute;
	left:-80px;
	top:-30px;
}
.btn{
	border-radius: 5px;
}
.headtitlediv{
	padding:10px;background:#dddddd;width:840px;border-radius: 5px 5px 0px 0px;
}
.bodytitlediv{
	padding:10px;border-color:#bbbbbb;border-width:1px;border-style:dashed;width:840px;border-radius: 0px 0px 5px 5px;
}
.movieimg{
	border-radius: 5px;
}
.menu_top{
	width:700px;
	margin-left:auto;
	margin-right:-15px;
	margin-top:10px;
}
.news{
	float:left;
}
.newsdata{
	width:540px;
	height:333px;
	float:left;
}
.newsbody{
	width:540px;
	height:293px;
	overflow:auto;
	float:left;
}

.back{
	margin-left:-19px;
	margin-bottom:-19px;
}
.keyart{
	float:right;
	text-align:left;
	width:540px;
	height:333px;
	margin-bottom:20px;
}
.keyartfb{
	float:right;
	text-align:left;
	width:540px;
	height:353px;

}
.fb{
	
}
.blog{
	width:520;
	height:333px;
}
.blogdata{
	width:490;
	height:280px;
	overflow:auto;
}
.clear{
	clear:both;
}
.forms{
	padding-left:80px;
	padding-right:80px;
	text-align:center;
}
.footer{
	text-align:center;
}

.list_table th{
	text-align:center;
	border:1px solid #cccccc;

}
.list_table td{
	border:1px solid #cccccc;
	font-size:14px;
	padding:4px;
}
.zebra0 td{
	background-color:#eeeeee;
}
.zebra1 td{
	background-color:#ffffff;
}
.vs_table{
	width:100%;
}
.vs_table th{
	border:1px solid #aaaaaa;
	text-align:center;
	padding:2px;
}
.vs_table td{
	border:1px solid #aaaaaa;
	text-align:center;
	padding:2px;
	font-size:12px;
}
.table_text{
	width:100%;
	border:1px solid #aaaaaa;
	text-align:center;
	margin-top:2px;
	padding:2px;
}
.trimming {
position:relative;
 width: 200px;
 height: 200px;
 overflow: hidden;
}

em{
	color:#ff6666;
}

.sign_table{
	
}

.sign_table th,.sign_table td{
	padding-top:5px;
	padding-bottom:5px;
}
.table01{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#525252;
}

.table01 td{
	vertical-align:middle;
}

.table01 th{
	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;
	background:#FFFFFF;	
}

.table01 td,
.table01 th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

.table01 b{
	font-weight:bold;
	color:#FF3F00;
}

.table02{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#525252;
}

.table02 td{
	vertical-align:middle;
}

.table02 th{
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	background:#FFFFFF;	
}

.table02 td,
.table02 th{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:10px 4px;
}

.table02 b{
	font-weight:bold;
	color:#FF3F00;
}

.maintable{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.maintable th{
	padding:5px;
	text-align:center;
	font-weight:bold;
	
}
.maintable th a{
	font-size:20px;
}
.maintable td{
	padding-top:2px;
	padding-bottom:20px;
	text-align:center;
}

.llarge{
	width:100%;
}
footer{
	width:1100px;
	margin:0 auto;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
}
#page-top a {
	background: #F66;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F99;
}

/*--SNS button--*/
#share{
	position:absolute;
	margin-right:-4px;
	margin-left:auto;
	margin-bottom:10px;
	margin-top:-5px;
	right:0px;
	width:300px;
}
#share ul{
	height:auto;
}
#share li{
	font-size:14px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}