
/* お客様の紹介ページ
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.3 ;
	color: #333333;
	background: #ffffff url(../img/back01.gif)
}
/*レイアウト全体の巾*/
#wrapper{
    width:780px;   
	background: #ffffff;
}

#header {
	position: relative;
	width: 780px; /* Windows Internet Explorer 6対策 */
	height: 100 px;
	background: #FFFFFF url(/yu-za/img/header.jpg);
}
/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 780px;
	margin-top: 26px;
}

#secondary {
	position: absolute;
	width: 300px;
	left: px;
	top: 0;
	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y;
}
