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#main{
	height: 600px;
	background-color: #8b4513;
	position: relative;
}

div#main_java{
	position: relative;
	left: 10px;
        font-size: 13px;
}

div#main_yume9b{
	position: relative;
	left: 10px;
        font-size: 13px;
}

/*************************************************/
/*  ボディー部（リンクリスト）                   */
/*************************************************/

td.Linklist_url{
	width: 344px;
	background-color: #ffffff;
        border-collapse: collapse;
	position: relative;
        left: 0px;
        font-size: 12px;
        margin: 2px 3px;
}

td.Linklist_com{
	width: 494px;
	background-color: #ffffff;
        border-collapse: collapse;
	position: relative;
        font-size: 12px;
        margin: 2px 3px;
}

/*************************************************/
/*                                               */
/*  フッター部                                   */
/*                                               */
/*************************************************/

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;
}