/* 基本設定 */
*{
    margin:0;
    padding:0;
    font:normal normal normal 100%/1.3 "ＭＳ Ｐゴシック","Osaka",sans-serif;
    border:none;
}

BODY{
    text-align:center;
    width:100%;
    margin:0px;
    padding:0px;
    background-color:white;
    color:dimgray;
	font-size:small;

}

img{
	border:0px;
	padding:0px;
	margin:0px;
}


/****** リンク ******/
a{/*リンクされた文字*/
    color:dimgray;
    font-style:normal;
    border-style:none;

}

a:link {/*未訪問のリンク*/
    color:dimgray;
    font-style:normal;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:dimgray;
    text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
    color:#904c4c;
    font-style:normal;
    text-decoration:none;

}

a:active {/*クリック中*/
    text-decoration:none;

}

html{
	scrollbar-base-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:#904c4c;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:gray;
	scrollbar-track-color:white;
}

body{
    margin:0px;
    padding:0px
}

/****** ヘッダー ******/

#navigation{
	width:745px;
	height:15px;
	text-align:left;
	float:left;
}

/****** メイン *******/
#main_menu{
    background-color:white;
    width:345px;
    height:350px;
    text-align:left;
	float:left;
}

a:hover {/*マウスをのせたとき*/
    color:#904c4c;
    font-style:normal;
    text-decoration:none;
}

h6.top_menu{
	color:maroon;
    background-color:white;
    border-color:#904c4c;
    border-width:0px 0px 2px 5px;
    border-style:solid;
    font-size:15px;
    text-indent:5px;
    height:15px;
    margin:0px;
	padding:0px;
}

h3.sub_menu{
    background-color:white;
    border-color:white;
    border-width:0px 0px 0px 0px;
    border-style:solid;
	font-size:11px;
    text-indent:40px;
    height:11px;
    margin:0px;
	padding:0px;
}

#main_image{
    background-color:white;
    width:400px;
    height:500px;
    clear:right;
}

/****** インフォメーション ******/
#infomation{
    width:745px;
    height:120px;
    background-color:white;
    margin:0px;
    font-size:small;
	overflow:scroll;
}

/****** フッター ******/
#footer{
    width:745px;
    height:15px;
    background-color:white;

    margin:0px;
    font-size:small;
}
