/*
* a:link {
  color: #333333;   
}
* a:visited {
  color: #333333;   
}
*/
body {
  background-image: url(../image/backImage_body.gif);
  color: #333333; 
  text-align: center;
  margin: 35px 0px 70px 0px;
}
.structure {
  width: 650px; 
  background-color: #FFFFFF;
  border-style: double;
  border-color: #999966;
}

/* ヘッダー */
#header {
  text-align: center;
}
#footer {
  text-align: center;
  font-size: 15px;
}
#header {
  padding: 20px 50px 23px 50px;  /* 時計回り */
  margin: -8px 0px -30x 0px;
  border-style: none;
}

#header h1 {
  line-height: 27px;
  font-size: 22px;
  color: #000000;
}
/* 明細 */
#container p {
  text-align: left;
  line-height: 22px;
  font-size: 15px;
  text-indent: 1em;
  padding: 10px 10px 10px 10px;
  margin: 7px 20px 0px 20px;
  background-color: #FFFFFF;
}
#link {
  text-align: center;
  line-height: 22px;
  font-size: 16px; 
  margin: 20px 0px 10px 0px;
  color: #333333;  
}
#link span{
  font-size: 13px; 
  margin: 10px 0px 10px 0px;
}
#footer p {
  line-height: 16px;
  font-size: 13px;
  margin: 0px 0px 17x 0px;
  color: #666666;
}
#footer span {
  font-size: 13px;
}
/* プライバシーポリシー */
#privacy {
  background-color: #CCCCCC;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  width: 460px;
  text-align: left;
  line-height: 16px; 
  font-size: 13px;
  color: #333333;
}
/* IE 7 */
*:first-child+html #privacy {
  margin: 0px 0px 0px 0px;
}
#sitename {
  padding: 0px 0px 15px 0px;
  font-size: 13px;
  color: #666666;
}
/* IE 8 */
html>/**/body .structure {
text-align: center;
margin-right: auto;
margin-left: auto;
}
/* IE 8 */
html>/**/body #privacy {
text-align: center;
margin-right: auto;
margin-left: auto;
}
/* IE 8 */
html>/**/body #category {
text-align: center;
margin-right: auto;
margin-left: auto;
}
/* IE 8 */
html>/**/body #sitename {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 50px;
}
/* IE 8 */
html>/**/body #footer {
  margin-top: -15px;

}
/* IE 8 */
html>/**/body #container {
  margin-top: -15px;
}
/* IE 8 */
html>/**/body #header {
  width: 547px; 
}


/*  --- 回り込み（左） ---  */
.imgleft{
	margin-left:0.0em;
	margin-right:1.0em;
	margin-bottom:0.5em;
	float: left;}

/*  --- 回り込み（右） ---  */
.imgright{
	margin-left:1.0em;
	margin-right:0.0em;
	margin-bottom:0.5em;
	float: right;}















