body{
	background-color: #6a1917;
}

/*************************************************/
/*                                               */
/*                                               */
/*  夢公方Ｊａｖａスクリプト倉庫用テンプレート   */
/*                                               */
/*                                               */
/*************************************************/

div#contents{
	width: 850px;
        margin-left: auto;
        margin-right: auto;
/*	background-color: #808000;*/
}

/*************************************************/
/*                                               */
/*  ヘッダー部                                   */
/*                                               */
/*************************************************/

div#header{
	height: 100px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: #000000;
	background-color: #6a1917;
}

div#header_titol{
	height: 45px;
	width: 185px;
	position: relative;
        top: 35px;
	left: 10px;
}

img#Java_titol{
        height: 45px;
        width: 185px;
}

div#header_comment{
	height: 80px;
	width: 600px;
	position: absolute;
        top: 23px;
	left: 270px;
        font-size: 11px;
        color: #ffffff;
}

/*************************************************/
/*                                               */
/*  ボディー部                                   */
/*                                               */
/*************************************************/

div#container{
	position: relative;
}

/*************************************************/
/*  ボディー部（サイドバー）                     */
/*************************************************/

div#sidebar{
	width: 176px;
	height: 600px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: #000000;
	background-color: #a0522d;
	position: absolute;
}

div#main_yume9b{
	position: relative;
	left: 11px;
        font-size: 12px;
}

div.sidebar_menu{
        font-size: 9pt;
        font-weight: bold;
        margin-left: 11px;
}

/*************************************************/
/*  ボディー部（コンテンツ）                     */
/*************************************************/

div#main{
	width: 673px;
	height: 600px;
	background-color: #8b4513;
	position: relative;
	left: 177px;
}

div.category{
	position: relative;
        font-weight: bold;
        color: #ffffff;
}

div.sample{
	width: 648px;
        color: #ffffff;
        font-size: 13px;
	position: relative;
	left: 15px;
        margin: 0px 5px;
}

/*************************************************/
/*                                               */
/*  フッター部                                   */
/*                                               */
/*************************************************/

div#footer{
	height: 100px;
        text-align: center;
        line-height: 100px;
        border-top-style: groove;
        border-top-width: 1px;
        border-top-color: #000000;
	background-color: #6a1917;
        font-size: 12px;
        color: #ffffff;
}