@charset "utf-8";

/* body */

body {
	background: #ffffff;
	line-height: 1.4;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	color:#000000;
}


/* normal font */

.s120{
	font-size:120%;
}

.s130{
	font-size:120%;
}

.b{
	font-weight: bolder ;
	font-size:120%;
}

.smallsize{
	font-size:80%;
}

.smallsize2{
	font-size:70%;
}

.largesize{
	font-size:120%;
}

.uchimoji{
	font-weight: bolder ;
	color: #2020ca;
	display: inline-block;
	_display: inline;
	font-size:400%;
}

.catch1{
	font-weight: bolder ;
	color: #ca2020;
	display: inline-block;
	_display: inline;
	font-size:120%;
}

.catch1ver2{
	font-weight: bolder ;
	color: #ca2020;
	display: inline-block;
	_display: inline;
	font-size:150%;
}

.catch1ver3{
	font-weight: bolder ;
	color: #ca2020;
	display: inline-block;
	_display: inline;
}

.catch2{
	font-weight: bolder ;
	color: #c00000;
	display: inline-block;
	_display: inline;
	font-size:100%;
}

.catch3{
	color: #ca2020;
	display: inline-block;
	_display: inline;
}

.catch4{
	font-weight: bolder ;
	color: #f02020;
	display: inline-block;
	_display: inline;
	font-size:120%;
}

/* font(midashi) */
h1{
	display:inline ;
	color : #ca2020;
	font-size:200%;
	font-weight: bolder ;
}

h2{
	color : #ca2020;
	font-size:150%;
	font-weight: bolder ;
}

h3{
	color : #ca2020;
	font-size:130%;
	font-weight: bolder ;
}



/* hr */
hr {
	color : #ca2020;
	height : 2px;
	background-color : #ca2020;
	border : none;
}


/* table */

.tdofjouhouleft {
	white-space: nowrap;
	background-color:#ffd0d0;
	text-align:left;
}

.tdofjouhoumigi {
	text-align:left;
	width:260;
}


a:link { color: #0000f0; }
a:visited { color: #0000f0; }
a:hover { color: #0000f0; }
a:active { color: #0000f0; }





