/* 全称セレクタでリセット           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}


/* レイアウトの設定*/

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}


/* 全体設定              */
body {
  color: #333333;
  background-color:#F8F4E2;
  background-image:url(../image/bg_body.gif);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: bottom center;
/*background: #F8F4E2 url(../image/bg_body.gif) no-repeat fixed bottom;*/
  text-align: center;
  line-height: 1.5;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

a:link{

  text-decoration:none;
  color:#FF6600;

}

a:visited{

  text-decoration:none;
  color:#349a02;

}

a:hover{

  text-decoration:none;
  color:#ff9900;

}

a:active{

  color : #ff801b;
  text-decoration:none;

}



/* コンテンツ設定*/
#contents{
	text-align: left;
	margin: 5px auto;
	padding: 0;
	width:740px;
	padding-bottom: 0px;
	background-image: url(../image/pipe_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #F8F4E2;
	position:relative;
}
#contentstop{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width:740px;
	padding-bottom: 0px;
	background-image: url(../image/pipe.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #F8F4E2;
	position:relative;
	
}
/* ヘッダーの設定*/
#header{
    width:740px;
    height:194px;
    background-color:#F8F4E2;
}
/* 左側の設定*/
#left{
    width:540px;
    float:left;
	display:inline;
	
}
/* 右側の設定*/
/*#right{
	width:200px;
	float:right;
	background-color:#F8F4E2;
}*/
#right {
	/*position : fixed!important; */
position : absolute; 
	top:320px;

	width:200px;
	left:540px;
	margin:0;
	padding:0;
	z-index:100;
	clear:both;
	/*zoom:1;*/
}

/* フッターの設定*/
#foot{
   
    width:100%;
    height:50px;
    clear:both;
}

#foot p{
  
  font-size:70%;
   padding-bottom:30px;
  clear:both;
}

img {
	border: 0 none;
	}
