@charset "shift_jis";

_html {overflow: scroll;
     overflow: -moz-scrollbars-vertical;
	 overflow-x: scroll;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	text-align: center;
	line-height: 120%;
}

p  {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	line-height:120%;
}

td  {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	line-height:120%;
}

img	{
    border: 0px;
}
a:link, a:visited, a:active	{
	color: #083090;
	font-weight: bold;
}
a:hover	{
	color: #5EB5C8;
	font-weight: bold;
}
/* 共通 */
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.top{
	vertical-align: top;
}
.bottom{
	vertical-align: bottom;
}
.img_h100{
	margin-top: 10px;
}
.img_h010{
	margin-bottom: 10px;
}
.img_h020{
	margin-bottom: 20px;
}
.img_h20{
	margin-top: 20px;
	margin-bottom: 20px;
}
/* フォント */
.font_bold{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.font_red{
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
	font-size: 11pt;
}
