@charset "UTF-8";
/* formatting style
---------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: ;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
}
.img_auto{
	line-height: 1.6;
	height: 100%;
	margin: 0px;
	font-size: 1.00em;
}
/* link styles
---------------------------*/
a img {
	border-style: none;
}
.left10 {

	text-decoration: underline;
}
a:visited {

	text-decoration: none;
}
a:hover {

	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* background style
---------------------------*/
img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	/* またはabsolute; */
  top: 0;
	left: 0;
}

/* base style
---------------------------*/
#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fabf13;
}
#header {
	float: left;
	height: 180px;
	width: 900px;
	background-color: #7f4f21;
	background-image: url(../img/index/hekimark.png);
	background-repeat: no-repeat;
}
#sobanow {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#nowimg {
	float: left;
}
#logo {
	float: left;
	height: 146px;
	width: 795px;
}
#head_link {
	float: right;
	height: 145px;
	width: 90px;
	margin-right: 10px;
}
.left {
	float: left;
}
#middle {
	height: 576px;
	background-image: url(../img/index/hekisoba.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 900px;
	float: left;
	margin-bottom: 0px;
	background-color: #fabf13;
}
/* footer style
---------------------------*/
#footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	float: left;
	background-color: #fabf13;
}

/* twitter ticker style
---------------------------*/
#twitter_ticker {
	border: 1px none #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 15px;
	width: 518px;
	float: right;
	color: #FFF;
}
#twitter_ticker a {
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#twitter_ticker .twtr-hd { 
	height: 0 !important; 
	width: 0 !important; 
	display: none !important;
} 
#twitter_ticker .twtr-widget a img {
	height: 0 !important; 
	width: 0 !important; 
	display: none !important; 
} 
#twitter_ticker .twtr-bd p:before { 
	content: "Twitter: "; 
} 
body {
	background-image: url(../img/index/bg.jpg);
	background-repeat: repeat;
}
#twitter_ticker .twtr-widget .twtr-tweet-wrap { 
	padding: 0 !important; 
}
#twitter_ticker .twtr-timeline { 
	height: 12px !important; 
	margin: 0 !important;
}
#twitter_ticker .twtr-ft { 
	height: 0 !important;
	width: 0 !important; 
	display: none !important; 
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p { 
	color: #333333 !important; 
	font-size: 12px !important; 
	height: 12px !important; 
	line-height: 1 !important;
	overflow: hidden !important;
}
#all_center {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
}
#wrapper {
	background-color: #fabf13;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
h1 {
	text-decoration: none;
	height: auto;
	width: auto;
}
.midd {
	margin-bottom: 10px;
	height: auto;
	width: auto;
}