@charset "utf-8";
/* -----------------------------------------------------------
	Site Name: そばに
	Version: 1.0
	Last Up： 11/11/6
	Comment: 初期スタイルリセット用 - ベースリンクカラー設定
----------------------------------------------------------- */

/* 
 default Style [
----------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
	font-style: normal;
	font-weight: normal;
}
fieldset, img, abbr {
	border: 0;
}
img {
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

strong{
	font-weight:normal;

}
th, td {
	text-align: left;
}
caption, th {
	margin: auto;
	text-align: left;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}


/* ■プラグイン
-------------------------------------------------- */

/* ▽clearfix----- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*header大枠設定(固定)*/

body {
	font: normal 12px "lr oSVbN", Osaka;
	line-height:120%;
	background:#000000 url(../img/bodybg.jpg) center top ;
	background-repeat:no-repeat;
}
#wapper {
	margin:0 auto;
	width:958px;
	height:700px;

}
#header {
	width:958px;
	height:557px;
	background:url(../img/index_bg.png) left 1px no-repeat;
}

h1 {
	display:block;
	float:left;
	margin:10px 50px 0 50px;
}

h2 {
	padding-top:18px;
}


#content{
	clear:both;
	width:958px;
	height:300px;
	float:left;
	padding-top:25px;
}


#content .indent{
	text-indent:-9999px;

}

#content #enter{
	display:block;
	width:235px;
	height:73px;
	background:url(../img/enter.png) left bottom no-repeat;
	float:left;

}

#content #enter:hover{
	display:block;
	width:235px;
	height:73px;
	background:url(../img/enter_o.png) left bottom no-repeat;

}

#content .kin{
	margin:25px 0 0 100px;

}

#content img{
	float:left;

}


#content #left{
	width:354px;
	float:left;
}

#content #right{
	width:632px;
	float:left;
	margin-left:10px;
}

#footer {
	width:100%;
	background:#000;
	color:#454545;
	text-align:center;
	margin-top:8px;
	clear:both;
}
#footer p {
	line-height:150%;
}
#footer ul {
	width:100%;
	height:32px;
	margin-left:5px;
	text-align:center;
}
#footer ul li {
	display:inline-block;
	padding-right:0.3em;
 /display:inline;
 /zoom:1;
	margin-top:10px;

}
#footer ul li a {
	padding:0.3em;
	color:#eec400;
}
address {
	text-align:center;
	padding:10px;
}