@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	text-align: center;
	font-size: 16px;
	color: #2F2F2F;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 0;
	overflow-y: scroll;
	background-image:url(../images/o-bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
.wrapper{
	width:980px;
	margin:0 auto;
}

.top{
	width:100%;
	height:732px;
	background-image:url(../images/o-main_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
/*ヘッダー*/
header{
	width:100%;
	height:78px;
	background-image:url(../images/hd_bg.png);
	background-repeat:repeat-x;

}
.hd{
	width:1080px;
	height:78px;
	margin:0 auto;
	padding-left:40px;
}
.hd-left{
	margin-top:12px;
	width:380px;
	float:left;
}
.hd-right{
	margin-top:12px;
	width:680px;
	float:left;
}
a:hover .hd-alpha {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}
.clear{
	clear:both;
}
/*ヘッダここまで*/

.container{
	width:980px;
	height:648px;
	margin:0 auto;
	background-image:url(../images/o-main_img01.png);
	background-repeat:no-repeat;
}
h1{
	display:none;
}
#CDT{
	position:relative;
 	left: 214px;
 	top: 496px;
	z-index: 2;
	font-size: 18px;
	color:red;
	font-weight:bold;
}
#CDT .day{
	position:relative;
 	left: 260px;
 	top: 506px;
	z-index: 2;
	font-size: 66px;
	color:red;
}
#CDT .day2{
	font-size:38px;
	color:#454545;
}

.news_area{
	width:980px;
}
.news{
	width:690px;
	float:left;
	text-align:left;
	height:260px;
	background-image:url(../images/o-news_bg.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
.twitter{
	width:290px;
	float:left;
	margin-top:20px;
}
article{
	width:620px;
	height:260px;
	margin:0 auto;
	margin:3px 0 0 40px;
}
p.day{
	font-size:14px;
	color:#ff7e45;
}
p.news_title{
	font-size:14px;
	color:#ff7e45;
}
article p{
	font-size:14px;
}
.newspage{
	margin: 0;
	margin-right:30px;
	text-align:right;
	font-size:12px;
	color:#768df3;
}
.newspage a{
	text-decoration:none;
	color:#4ebfff;
}

hr{
	width:630px;
	height:3px;
	margin-top:4px;
	background-image:url(../images/hr.png);
	background-repeat:no-repeat;
	border:none;
}
.gallery{
	padding: 40px 0 10px 0;
}
.gallery h2{
	padding-bottom:20px;
}

footer{
	margin-bottom:60px;
}
footer h3{
	padding:80px 0;
	font-size:16px;
	color:#FFF;
}
span.red{
	color:red;
}
small{
	font-size:14px;
	color:#FFF;
}
.mr10{
	margin-right:10px;
}
.ml10{
	margin-left:10px
}
.mb14{
	margin-bottom:14px;
}
.mb20{
	margin-bottom:20px;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}

/*追尾*/
.scrollbox{
}



.nav{
	padding-top:18px;
	background-image:url(../images/o-nav_bg.png);
	background-repeat:no-repeat;
	position:fixed;
	width: 58px;
	height:397px;
	margin-top:200px;
	margin-left:1000px;
	top: 0;
}

}

.nav a{

	display: block;
	color: #666;
	text-decoration: none;
}

.tab_contents{
	clear:both;
	padding:40px 0 20px 0;
}
div.tabbox { 
	margin: 20px 0 10px 0; 
	padding: 0px; 
	width:980px; 
	height:1720px;
}
p.tabs { 
	margin: 0 0 0 29px; 
	padding: 0; 
}
p.tabs a {
	display: block; 
	width: 231px; 
	float: left;
 	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 3px;
	text-align: center;
}
p.tabs a.tab1 {
	width:291px;
	height:80px;
	text-decoration:none; 
	background-image:url(../images/o-tub01_off.png);
	background-repeat:no-repeat;
}
p.tabs a.tab2 {
	width:291px;
	height:80px;
	text-decoration:none; 
	background-image:url(../images/o-tub02_off.png);
	background-repeat:no-repeat;
}

p.tabs a:hover {
	opacity:0.7;filter:alpha(opacity=70);
}
div.tab {
	height: 270px;  
	clear: left;
}
div#tab1 {
	height:1990px;
	background-image:url(../images/o-tub01contents.png);
	background-repeat:no-repeat;
}
div#tab2 { 
	height:1990px;
	background-image:url(../images/o-tub02contents.png);
	background-repeat:no-repeat;

}
div.tab p { 
	margin: 0;
}

#spLinkBlockInPc{
display:none;
}