/*============================================================================*/
/*
	mainページ用css
	作成日：2003/08/15
*/
/*============================================================================*/
body {
	background-color: teal;
	color: white;
	font-family: "MS UI Gothic";
	cursor : crosshair ; 
	font-size: 12pt;
	
	
	scrollbar-arrow-color:darkseagreen;
	scrollbar-base-color:darkseagreen;
	scrollbar-face-color:teal;
	scrollbar-highlight-color:teal;
	scrollbar-shadow-color:darkseagreen;
}
/*============================================================================*/
.main {
	background-color: darkseagreen;
	color: white;
	font-family: "MS UI Gothic";
	font-size: 18pt;
	cursor : crosshair ; 
	width : 600px;
}
/*============================================================================*/
.sub {
	background-color: #ffff99;
	color: white;
	font-family: "MS UI Gothic";
	font-size: 12pt;
	cursor : crosshair; 
}
/*============================================================================*/
.same_body {
	background-color: teal;
	color: white;
	font-family: "MS UI Gothic";
	cursor : crosshair ; 
	font-size: 12pt;
}
/*============================================================================*/
.log{
	background-color: darkslategray;
	font-family: "MS UI Gothic";
	font-size: 12pt;
	cursor : default; 
}
/*============================================================================*/
.menber {
	background-color: darkseagreen;
	color: white;
	font-family: "MS UI Gothic";
	font-size: 18pt;
	cursor : crosshair ; 
	width : 300px;
}
/*============================================================================*/
.readme {
	background-color: teal;
	color: white;
	font-family: "MS UI Gothic";
	font-size: 12pt;
	cursor : default ; 
	width : 600px;
}
/*============================================================================*/
table {
	background-color: teal;
	color: white;
	font-family: "MS UI Gothic";
	cursor : crosshair ; 
	font-size: 12pt;
	width : 600px;
}
/*============================================================================*/
td {
	background-color: teal;
	color: white;
	font-family: "MS UI Gothic";
	cursor : crosshair ; 
	font-size: 12pt;
}
/*============================================================================*/
h4 {
	color: white;
	background-color: teal;
	padding: 10 10 10 10;           /* top right bottom left */
	width: 100%;					
	border: 1px solid white;        /* width style color */
	font-weight: bold;
}
h5 {
	color: white;
	background-color: darkgreen;
	padding: 3 3 3 3;
	width: 50%;
	border: 1px solid white
	font-weight: bold;
}
h2 {
	color: white;
	background-color: slateblue;
	margin-right: 20%;
	margin-left : 20%;
	
	padding: 2 20 2 20;
	width: 100%;
	border: 10px solid red
}
/*============================================================================*/
a:hover {
	color: #cc9933! important ;		/* 優先度 */
	text-decoration: none;
}
a:link {
	color: orange;
	text-decoration: none;
}
a:visited {
	color: #ffffcc;
	text-decoration: none;
}
/*============================================================================*/
