/* -- ブラウザ判定の必要ない共通スタイルシート -- */


td{
	font-size: 12px;
}

td.reg{
	margin: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

td.white{
	font-size: 12px;
	background-color: #FFFFFF;
}

td.border_gray_dotted_bottom{
	border-bottom:1px dotted #666666;
	
}

td.border_gray_dotted_top{
	border-top:1px dotted #666666;
	
}

td.border_gray_dotted_right{
	border-right:1px dotted #666666;
}

body{
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.box10{
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;

}

.box5{
	margin: 5px;
}
.copy {
	font-size: 10px;
	color: #FFFFFF;
}
.bg {
	background-image: url(../images/bg001.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 750px;
}
a:link {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #111111;
	text-decoration: underline;
}
a:active {
	color: #111111;
	text-decoration: underline;
}
.green {
	font-weight: bold;
	color: #003300;
}
