@charset "UTF-8";

/*
-----------------------------------------------------
ryumi CSS
FileName:	motekey
Version:	2007.06.23
-----------------------------------------------------
*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,th,td { 
   margin:0;
   padding:0;
   border:0;
}

table,td,th{
font-size:100%;
}

	body{
		font-family:arial, Helvetica;
		font-size:smaller;
		text-align:center;
	}

	#header{
		text-align:left;
		border-bottom:2px dotted silver;
		margin-bottom:10px;

	}

	#header a{color:#ccc;text-decoration:none;}
	#header a:link{color:#ccc;text-decoration:none;}
	#header a:visited{color:#ccc;text-decoration:none;}
	#header a:hover{color:#ccc;text-decoration:underline;}

	#pan{
		text-align:left;
	}

	#container{
		width:650px;
		margin:0 auto;
		text-align:left;
		
	}

	#content{
		width:500px;
		float:right;
	}

	#menu{
		width:145px;
		padding-right:5px;
		float:left;
	}

	#footer{
		text-align:center;
		padding:10px 0 10px 0;
		border:0;
		margin:0 auto;
		margin-top:15px;
		border-top:1px dotted silver;
		font-size:80%;
	}

.bar{
	border:2px dotted silver;
}
.disp{
		font-size:80%;
}
.msg{
padding:3px;
border:1px solid silver;
}