* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 90%;
	color: #333333;
	background-image: url(bg.gif);
}
#container {
	width: 800px;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;

}
#header {
	padding: 20px 20px;
}
#subheader {
	color: #FFFFFF;
	background-color: #81017E;
	padding: 1px 10px;
	border-bottom: 4px solid #cccccc;
	margin-bottom: 10px;
	width : 800px ;
}
#menu {
	padding: 20px;
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 510px;
	padding: 20px 20px 20px 10px;

	text-align : left;
}
#footer {
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	padding: 8px 0px;
}
.menubar {
	background-color: #81017E;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
}

.headline {
	background-color: #81017E;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

#menu ul {
}
#menu ul li {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	text-indent: 20px;
	list-style-type: none;
	line-height: 30px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#menu ul li a {
	text-decoration: none;
	color: #333333;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #81017E;
}
a:link {
    color:#000099;
}
a:visited {
    color:#000099;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
	bagkground-color : #81017E;
}
.entry {
	font-weight: bold;
	color: #333333;
	background-image: url(entrybar.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	text-indent: 20px;
	font-size: 120%;
	margin-bottom: 10px;
}
.subentry {
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 8px;
	text-indent: 5px;
	border-bottom: 2px solid #81017E;
	font-size: 100%;
}
.subentry2 {
	font-weight: bold;
	margin-top: 5px;
	text-indent: 8px;
	margin-bottom: 5px;
	color: #333333;
	background-color: #e9e9e9;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}

.top_table{
	float:none;
	border-width:0px;
	text-align:left;
	color:inherit;
	background-color: #4488BB;
	clear:both;
}


.style_td_1 {
	color:inherit;
	background-color:#DDEEFF;
	color : #000000;
	padding : 2px ;
}	

.style_td_2 {
	color:inherit;
	background-color:#FFFFFF;
	color : #000000;
	padding : 2px; 
}

.style_table {
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left	;
	color:inherit;
	background-color:#666666;
	font-size : 12px; 
}

.sinchaku{
	background-color : #E0E0FF;
	padding : 3px ;
}

.white {
	background-color : #FFFFFF;
	padding :  3px; 
}