body {
/*	background-image : url(../img/background/background.gif); */
}

img {
        border : 0;
}

/* 左側 */
div#left{
	background-color : rgb(208, 228, 252);
	position        : absolute;
    top             : 0px;
    left            : 0px;
    width           : 200px;
    padding         : 2pt;
    border-right    : #AABBFF 1px solid;
    border-bottom   : #AABBFF 1px solid;
    color           : #000000;
    background-color: #EEEEFF;
    word-break      : break-all;
}

div#left h4{
	background : rgb(0, 228, 252);
}

div#contents_title{
	text-align : right;
}

/* サイドメニュー(左) */
#side_menu{
	background : rgb(208, 228, 252);
	margin: 0px;
	text-align : left;
}

/* 更新情報 */
#latest_updates{
	background : rgb(208, 228, 252);
	margin: 0px;
	text-align : left;
}

/* 右側 */
div#right{
	margin-left : 210px;
}

/* メニュー(右) */
#menu{
	float : right;
}

/* メニュー(右) */
div#menu td{
	background-color : rgb(208, 228, 252);
}


/* 本文(右) */
div#right div#contents{
	
}

/* フッタ */
div.footer{
	font-size : x-small;
	float : right;
    margin-top  : 20px;
    padding-top : 5px;
    text-align  : right;
    font-size   : 80%;
    font-style  : italic;
	
}

/* アップロード */
.attach {
	background-color: rgb(208, 228, 252);
}