
/* 全体 */
body	{
		background-image:url(../images/background.gif);
		font-size:90%;
		text-align:center;
		line-height:110%;
		}

.base	{
		background-color:#FFFFFF;
		border-left:solid 1px #cccccc;
		border-right:solid 1px #cccccc;
		margin-left:auto;
		margin-right:auto;
		width:700px;
		}

/* ヘッダー */
.header	{
		background-image:url(../images/header_bg.gif);
		}
		
.header_left	{
				text-align:left;
				padding:15px;
				}
				
.header_right	{
				text-align:right;
				padding:15px;
				}

.header_right img {
		border:none;
		}
				
/* フッター */
.footer	{
		background-image:url(../images/footer_bg.gif);
		text-align:center;
		height:77px;
		padding-top:15px;
		vertical-align:top;
		}
				
/* メイン */
.main	{
		width:490px;	/* 幅550px */
		text-align:left;
		padding:15px 30px 15px 30px;
		vertical-align:top;
		}
		
/* サイド */
.side	{
		width:150px;
		border-right:solid 1px #cccccc;
		background-color:#FFFFff;
		vertical-align:top;
		height:400px;
		}