/*
 * File      : styles-site2.css
 * Copyright (C) 2006 Byvision All rights reserved.
 */


/*************************３カラムレイアウト************************/

body.layout-three-column {
    margin-bottom: 20px;
    text-align: center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

.layout-three-column #box {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top:7px;
	padding: 1px 0 15px 10px;
	text-align: left;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #999999;
}

.layout-three-column #sidebar-left {
    float: left;
    width: 160px;
	padding: 10px 0 0 0px;
    color: #666666;
}

.layout-three-column #content {
    float: right;
    width: 560px;
    margin: 0 0 10px 0;
    padding:0 10px 0px 15px;
	border-left: 1px solid #999999;
}
