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

* {
    margin: 0;
    padding: 0;
	line-height:0;
}

body {
	background:#f9f1eb;
    font-family: "ＭＳ Ｐゴシック","MS PGothic",Lucida Grande,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Sans-Serif;
    font-size: 16px;
	font-size:100%;
	letter-spacing:0.05em;
}

img{vertical-align:middle;}
	  
a {
	color:#313131;
	text-decoration:none;
	outline:none;
    border: medium none;
    cursor: pointer;
	}
a:hover {
	color:#707070;
	border: medium none;
	}
a:visited{outline:none;}	
a img {border: medium none;}

ul{list-style:none;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*//////////////////////////////////////////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:975px;
	margin:0 auto;
	background:#efe1d9;
}

/*//////////////////////////////////////////////////////////////////////////////////////
メイン
//////////////////////////////////////////////////////////////////////////////////////*/

ul.iof_list{margin:20px 0;}
.iof_list li{
	display:inline-block;
	*display:block;
	*zoom:01;
	float:left;
	margin:0 27px;
}

.howtouse_list{margin:50px 0 50px 50px;}
.howtouse_list li{
	display:inline-block;
	*display:block;
	*zoom:01;
	float:left;
}

.osusume{
	width:897px;
	margin:40px auto;
}
#disc02{
	width:717px;
	margin:0 auto;}
.shiyou{
	width:717px;
	margin:20px auto;}

address{
	text-align:right;
	margin:50px 20px 0;
	padding-bottom:50px;
}
.banner{
	width:760px;
	margin:0 auto 20px;
}

.bt_home{
	width:112px;
	margin:20px auto;
}

