@charset "ISO-2022-JP"; 
body {
	text-align: center;
			margin-top:2px;
}
#wrapper {
	width: 963px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: #DDDDDD;
	height: 50px;
}
#container {
	position: relative;
	margin: 10px 0; /* 上下方向に10pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 230px; /* 左方向に210pxのマージンを指定 */
	height:634px;
	background-color: #92A57D;
}
#secondary {
border:#999999;
border-width:1px;
border-style:solid;
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 230px;
			height:632px;
	background-color: #Ffffff;
}
#footer {
	background-color: #DDDDDD;
	height: 50px;
}
.wrap{
margin-left:-13px;

}
table.brand{
color:#FFFFFF;
font-size:10px;
padding:10px;
line-height:150%;
}
#cons{
border:solid;
border-color:#FFFFFF;
border-width:1px;
padding:5px;
}
#teix{
text-align:left;

}
