/*BASE*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-attachment: fixed;
	background-size: cover;
} 

img {
    border-style:none;
} 

/*main*/
#wrapper {
	width: 100%;	
}

#head {
	background-image: url(../img/header/head_bar.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 10;
	top: 0px;
	width: 100%;
	}
	
.head_box {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}

#header.fixbar {
	background-color: #FFFFFF;
}

#header.fixed .fixbar {
	position: fixed;
	top: 0;
}

	
.topmenu {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.topmenu_box {
}		

/* main */	
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-top: 245px;
	margin-top: -100px;
}

#info{
	margin-top: 20px;
	padding:0 30px;
	}
	
/* news */

.news {
	margin-top: 0px;
}

.news .date {
	line-height: 1.2;
	color: #0080FF;
	margin: 0;
	padding:10px 0 0;
}

.news .post_title {
	margin: 0;
	padding:4px 0 10px;
}

.news span{
	font-size:14px;
}

.news_table{
	width:930px;
	margin:0 auto 30px;
}


/* topics */

#topics {
	margin-top: 20px;
}

#topics .date {
	line-height: 1.2;
	color: #0080FF;
	margin:0;
	padding:0 0 0;
}

#topics .post_title {
	margin: 0;
	padding:0 0 40px;
}
	
/*youtube*/
#video {
	margin-left: 19px;
	margin-top:24px;	
	}
	
/*link*/
.links {
	background-image: url(../img/bg_2.png);
	width: 980px;
	height: 160px;
	background-size: cover;
	}

.links_box1 {
	width: 400px;
	height: 128px;
	padding-top: 19px;
	padding-left: 16px;
	float: left;
	}
	
.links_box2 {
	padding-top: 20px;
	padding-left: 16px;
	}

#base1 {
	background-image: url(../img/bg_3.png);
	width: 980px;
	height: 360px;
	background-size: cover;
	text-align: center;
	}
	
.base1_box {
	width: 801px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 61px;
	}
	
.space {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

#t_friends {
	text-shadow: 0px 0px;
	padding-left: auto;
	padding-right: auto;
	background-image: url(url);
	background-color:#FFFFC6;
	width: 980px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	}

#timer_lock {
	text-shadow: 0px 0px;
	padding-left: auto;
	padding-right: auto;
	background-image: url(url);
	background-color:#FFFFC6;
	width: 980px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	}

/* contact */

#contact {
	width: 980px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../img/contact.png");
	background-size: 100%;
	
	}

.contact_box{
	width: 980px;
	padding-top: 232px;
	}
	
.contact_bt {
	width: 460px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/contact_bt.png);
	background-size: 460px 27px;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	}	
	
.contact_bt:hover {
	width: 460px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/contact_bt.png);
	background-size: 460px 27px;
	background-position: center top;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	}	
	

/* フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#pageTop {
    bottom: 2%;
    position: fixed;
    right: 2%;
}

/*ズレ調整------*/
#kidsmode{
	margin-top: -95px;
	padding-top: 95px;
	}
#papamama{
	margin-top: -95px;
	padding-top: 95px;
	}
#spec{
	margin-top: -95px;
	padding-top: 95px;
	}			
