/* --- 基本レイアウト --- */
body {
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #574F60;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #574F60;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #666699; 	
}

table {
	font-size:10pt;
        empty-cells:show;
}

#frame{
	width:1000px;
	text-align:left;
	border-style:solid;
	border-color: #999999;
 	border-width: 1px;
	margin:0 auto;
}

#top-left{
	background:#FFFFFF;
	width:500px;
        height:600px;
        padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#top-right{
	background: transparent url(./img/top01.jpg);
	width:500px;
        height:600px;
        padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#frame.top-bottom{
	width:1000px;
        height:1px;
        padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: clear;
}

#menu{
	background:#E8E8E8;
	width:130px;
        height:600px;
        padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#contents{
	background: #FFFFFF;
	width:870px;
        height:600px;
        padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

div.top-menu{
	width:450px;
        padding-top: 170px;
        padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.top-info{
	margin-left: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.top-infobox{
	width:450px;
	height:40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px;
	border-style:dotted;
	border-color: #999999;
 	border-width: 1px;
	overflow: auto;
}

div.bbs{
	width:400px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-style:solid;
	border-color: #999999;
 	border-width: 1px;
}


div.about{
	width:720px;
	height:450px;
	margin-left: 80px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	scrollbar-face-color: #574F60;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #574F60;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #666699;
	font-size: 11px; 
	line-height: 150%; 
	font-color: #808080;

}

/* --- フォントスタイル --- */


/* --- クラス定義ファイル --- */
a:link{
	text-decoration:none;
	color: #333333;
}
a:visited { 
	color: #8080ff;
	text-decoration:none;
} 
a:hover { 
	color: #00ff00; 
	text-decoration:none;
} 
a:active { 
	color: orenge;
	text-decoration:none;
} 

/* --- リンクページ --- */

.ro_link01 {
   display:block;
   background-image : url(img/link/link01.gif);
}

.txt {  font-size: 10px; line-height: 150%; color: #666666}
.txt-title {  font-size: 13px; line-height: 150%; font-weight: bold; color: #666666}

