@charset "utf-8";

/**************************************************************************************/

/*　base.css　→　全頁に関わるものやheader・fooderなど基本的な部分のタイルシート　*/

/**************************************************************************************/

body {
	margin: 0px;
	text-align: center;
	color: #333333;
	padding: 0px;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-family: heisei-maru-gothic-std, sans-serif;
	background-image: url(../images/base/back01.jpg);
	background-position: center top;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}

/**************************************************************************************/
/*↓コンテンツが少ないときにfirefoxでスクロールバーが消え中心がずれるのを防ぐ*/

html{
	overflow-y: scroll;
}

/**************************************************************************************/

#container {
	text-align: center;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/base/yama01.jpg);
	background-image: url(../images/base/header1.png);
	background-image: url(../images/base/header.png);
	background-repeat: repeat-x;
	background-position: center top;
background-size: 100%;
    overflow:hidden;
    box-sizing: border-box
}


.ov {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.ov:hover {
	-webkit-opacity: 0.6;
	opacity: 0.6;
}


a:visited {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

.ov {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.ov:hover {
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.moji12px {
	font-size: 12px;
	letter-spacing: 0px;
}

@media screen and (max-width:750px){
#container{
    background-position: center 60px
}

}