body, html{
	height:100%;
	font-family:"MS Pゴシック";
	background-color: #000080;
}
.main{ 
	white-space:nowrap;
}
.main2{
	white-space:nowrap;
	font-size:1.1em;
}
a:link {
	color:#1111cc;
	text-decoration:underline;
}
a:visited {
	color:#1111cc;
	text-decoration:underline;
}
a:hover {
	color:Magenta;
	text-decoration:underline;
}

.button1{
	font-size: 1.5em;
	font-weight: bold;
	font-family:Arial, sans-serif;
	padding: 1px 4px;   
	background-color: #000000;
	color: #FFFFFF;
	height: 40px;
     border-radius: 10px;        /* CSS3草案 */  
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
     -moz-border-radius: 10px;   /* Firefox用 */ 
}
.button1:hover{
	background-color: limegreen;
	border-top: 1px solid limegreen;  
	border-right: 1px solid limegreen;  
	border-bottom: 1px solid limegreen;  
	border-left: 1px solid limegreen;  
}

h1{ font-size:100%; display:inline;} 

.table-container {
    border-radius: 20px; /* テーブルの角を丸くする */
    overflow: hidden; /* 必要に応じてコンテンツがはみ出ないようにする */
}

.fuki_comment_td {
	line-height: 20px;
}
