@charset "shift_jis";

.auto-td_midium {
	font-size:medium;
	border: 1px solid #E6F0FA;
	text-align: center;
}
.auto-td_small {
	font-size: small;
	border: 1px solid #E6F0FA;
	text-align: left;

}
.auto-bgcolor {
	background-color: #E6F0FA;
}
.auto-textblue {
	color: #0233FD;
	font-size: small;
}
.auto-underline {
	text-decoration: underline;
}

/* テーブル */
table{
	width:980px;
	background-color: #FFFFFF;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

td,th{
	padding:0;
	vertical-align:middle;
}

/* 段落 */
h1,h2 {
	font-size:large;
	font-weight:normal;
	display:inline;
}

h3 {
	font-size:small;
	font-weight:normal;
	display:inline;
}

p {
	display:inline;
}

.oomidashi{
	font-size:xx-large;
	line-height:140%;
	color:#0233FD;
}

.midashi{
	font-size:x-large;
	line-height:110%;
	color:#0233FD;
	white-space:nowrap;
}

.honbun{
	font-size:large;
	line-height:125%;
	color:#000000;
	white-space:nowrap;
}

.maru{
	font-size:large;
	color:#0233FD;
}

div{
	margin:0,auto;
}


.border{
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	white-space: nowrap;
}

.nonborder{
	background-color: #FFFFFF;
	white-space: nowrap;
}

.link{
	background-color: #FFFFFF;
	white-space: nowrap;
	font-size:medium;
	color:#000000;
	text-align:center;
}
