
.layout #box {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    text-align: left;
    background-color: #ffffff;
}

.clear {
	clear: both;
}

.leftcontent {
	margin: 0 0 0 5px;
	float: left;
	width: 200px;
}

.centercontent {
	margin: 0 0 0 15px;
	float: left;
	width: auto;
}

.rightcontent {
	margin: 0 0 0 10px;
	float: left;
	width: 200px;
	height: 450px;
}

/* サイドメニュー */
.side {
    margin: 0px 0 0px;
    background: none;
    color: #444444;
    font-size: 12px;
    line-height: 150%;
}

/* サイド折りたたみ用 */
.sidetitlefold {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

/* 通常 */
.sidetitlefold a:link,
.sidetitlefold a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#6B78A9; /* 文字色 */
    background-color:#F6F6F6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitlefold a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #7f9bae; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    text-decoration: none;
}
.sidetitlefold a {
    width: auto;
}