body{
 margin-top: 0px;
 margin-bottom: 0px;
 background-image:url(../image/back1.gif);
}
table{
 background-color:white;
}

body,table{
	font-size:10pt;
	font-family:MS UI Gothic;
}

hr{
	height:1px;
}
input,textarea{
	background-color:white;
	border:1px solid black;
	font-size:10pt;
}

/* メインテーブルの定義 */
table.main{
	text-align:left;
	padding:10pt;
	width:600px;
}

div.title{
 text-align: center;
 font-size: 16pt;
 font-weight: bold;
 line-height: 150%;
}

/* メニューの定義 */
div.menu{
	border-left:10px solid #FFCCCC;
	border-bottom:1px solid #FFCCCC;
	padding:5px;
	font-family:Verdana;
}

/* リンクの定義 */
a {
 color:#3D168B;
}
a:hover {
 color:#000000;
 text-decoration:none;
}
