@charset "utf-8";

/*===========================================================
　全タグ共通
===========================================================*/

*{
	font-size:100%; line-height:150%;
    padding: 0px;
    margin: 0px;
}

/*===========================================================
　タグの初期設定
===========================================================*/

body, th, td{
    font-family:"ＭＳ Ｐゴシック", Osaka;
    font-size: small;
    color: #333333;
    margin-top: 10px;
    line-height:140%;
}
body{
    text-align: center;
}
a,a:visited{
    text-decoration: none;
    color: #0000ff;
}
a:hover{
    color: #ff0000;
    text-decoration: underline;
}
img{
	border:none;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style:none;
}
li.list{
	text-align:left;
	margin:0em 0em 0em 2.5em; padding:0em;
}
p{
	text-align: left;
}
h1{
	margin-bottom: 10px;
	font-size: 16px;
}
h3{
	margin-bottom: 10px;
}
h4{
	text-align: left;
	margin-bottom: 10px;
}

/*===========================================================
　汎用スタイル
===========================================================*/

.red{color: #ff0000;}
.blue{color: #0E3192;}
.clear{clear: both;}

.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}

.top{vertical-align: top;}
.middle{vertical-align: middle;}
.bottom{vertical-align: bottom;}

.line{text-decoration: underline;}
.small{font-size: 70%;}
.fntNormal{font-weight: normal;}
.top{vertical-align: top;}

.flLeft{float: left;}
.flRight{float: right;}

.marginNone{margin: 0px;}