/*トップページ用(index.html)*/
/* コンテンツ
----------------------------------------------------------------------*/
#contents	{
	margin:50px auto 5px auto;
	padding:0 0 0 10px;
	height:auto;
	text-align: center;
}
#msg{
    border-bottom: dotted  1px #cccccc;
    padding:25 0 25 0;
    width:700px;
    height:50px;
}
#menu{
    width:700px;
}
#menu td{
    font-size: 80%;
    height:100px;
}
