@charset "utf-8";

/* --------------------------- base --------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	color: #030303;
	font-size: 15.5px;
	font-weight: normal;
	line-height: 155%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

/* --------------------------- link --------------------------- */

a,
a:link		{color: #2278c5;}
a:visited	{color: #2278c5;}
a:hover		{color: #56b8f6;text-decoration:none;}
a:active	{color: #4448df;}
a:focus		{outline: none;}

div#foot a:link			{color:#030303;}
div#foot a:visited		{color:#030303;}
div#foot a:hover		{color:#4448df;text-decoration:underline;}
div#foot a:active		{color:#4448df;}

/* --------------------------- .br 改行 --------------------------- */

.br:before {
	content: "\A" ;
	white-space: pre ;
}

/* --------------------------- テキスト --------------------------- */

h1 { 
	font-size : 130%;
	color : #3476b3;
	font-weight : normal;
	text-decoration: none;
}

h2 { 
	font-size : 115%;
	color : #000000;
	font-weight : normal;
	line-height: 180%;
}

h3 { 
	font-size : 85%;
	color : #fff;
	font-weight : normal;
	text-decoration: none;
}

span.font01{
	color:#000;
	font-size:13px;
	font-weight : normal;
}

/* --------------------------- 表組み --------------------------- */

.table_01{
width: 800px;
border-collapse: collapse;
}

.table_01 td{
padding: 2px;
border: 0px solid #b9b9b9;
}

.table_02{
width: 800px;
border-collapse: collapse;
}

.table_02 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.table_02 td{
padding: 20px;
background-color: #fff;
border: 1px solid #c3c2c2;
}

/* --------------------------- フッダー --------------------------- */

span.copyright{
	color:#fff;
	font-size:11px;
	font-weight : normal;
}
