body {
	margin: 0; padding: 0; height: 100%; font-family: Arial, Helvetica, meiryo, sans-serif;
}


html {
	height: 100%;
}


#header {
	padding-left:10px;
	padding-right: 10px;
        padding-top:20px;
        text-align:left;
        <!--border-bottom:1px solid black;-->
}


#wrap {
	<!--background-image:url('images/dot1.gif');-->
        position:relative;
	margin: auto;
	width: 380px; 
	height:auto;
	min-height:100%;
}


#themainbit {
	
	width: 360px;
	height: 100%;
	padding-top: 10px;
	padding-left:10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


#thefooter {
	padding-left:10px;
	padding-right: 10px;
}

#thefooter p{
	font-size: 70%;
        line-height: normal;
}





a:link {
	color: #000000; text-decoration: underline;
}


a:visited {
	color: #000000; text-decoration: underline;
}


a:active {
	text-decoration: underline;
}


a:hover {
	text-decoration: underline; background-color: #FFFF00;
}


p { 
	color: #000000; font-size: 100%;
	line-height: normal;
}



hr {
	margin:0;
	padding:0px;
        color: #000000;
	background-color: #000000;
	height: 2px;
}


ul { 
        font-family: "Times New Roman", "Ryumin Light-KL", "Kyokasho ICA", "Futo Min A101", serif;
       list-style-type: none;
       font-size: 150%;
       margin:0;
       padding: 0 0 0 0;
       
}

li {
       display: inline; 
       padding: 0 5px 0 0;
}

h1 {font-family: "Times New Roman", Times, serif;  
color: #000000; font-size: 150%;
line-height: 130%;}

