@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
body {
	text-align: center; /* IE 向けセンタリング指定 */
}

#wrapper
{
	width:980px;
	margin:0 auto;
	height:100%;
	background-color: #FFFFFF;
}
#header {
	text-align:left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
}
#contents {
	width:800px;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: #336633;
	margin-left: auto;
	padding: 0px;
}

#footer {
	text-align:left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 上部メニュー用記述 */
#globalnavi{
	padding: 0;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
	float: left;
	width: 109px;
	margin: 0;
	padding: 0;
} 

#globalnavi li.short{
	width: 108px;
	margin: 0;
	padding: 0;
}



#globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width: 100%;
  /*background-color: black;*/
  color: white;
}

/*#globalnavi a:hover{
  background-color: red;
  color: white;
}
*/

/*2段組み*/
div.i2columns {
	width:800px;
	margin-bottom:10px;
}
div.column1 {
	width:375px;
	float:left;
	margin-bottom: 30px;
	line-height: 150%;
	letter-spacing: 0.1em;
}
div.column2 {
	width:375px;
	float:right;
	margin-bottom: 30px;
	padding-right: 0px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-right: 25px;
}
/* フロートクリア用記述 */
br.clear {
	clear:both;
	height:0px;
}

/*　クラスセレクタ */

.access
{
	font-size:medium;
	text-align:right;
	padding:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.text
{
	line-height:160%; 
	letter-spacing:0.1em;
}

.smallfont
{
	font-size:12px;
	line-height: 120%;
}

/*　フッター */



address {
	color:#FFF;
	font-size:0.8em;
	font-style:normal;
	text-align:center;
	background-color:#666;
	background-image:url(/openhouse/10/images/footer.jpg);
	line-height:50px;
	
	
	
	
	}


/*基本設定*/

h1 {
	width: 980;
	height: 338;
	}
	
h3 {
	font-size:18px;
}
	
body {
	background-color:#ffffff;
	/*background-image:url(/openhouse/10/images/boby_bg.jpg);*/
	background-repeat: repeat-x;
		background-position: center;
	background-attachment: fixed;
	
}

#pagebody {
	width:980px;
	background-image:url(/openhouse/10/images/bgsankaku.png);
	margin: 0 auto;
	padding-top: 10px;
}

a:link{
	color: #690;
}

a:hover{
	color:#06C;
}

a:visited{
	color:#663;
}


