@charset "EUC-JP";

body{
	margin: 0;
	text-align:center;
	color:#000000;
	font-size:13px;
	line-height: 1.4;
	background: #ffffff;
}

table{font-size:13px;}


/***リンク設定***/

.header-link a{ text-decoration: none; color: #6c6c6c; text-decoration: none;}
.header-link a:hover {text-decoration: none; color:#6c6c6c; text-decoration: underline;}


A:link {font-size:13px; color:#0000ff; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
A:visited {font-size:13px; color:#0000ff; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
A:active {font-size:13px; color:#0000ff; text-decoration: none; font-family:"Times New Roman,times,serif"; }
A:hover {font-size:13px; color:#0000ff; text-decoration: none; font-family:"Times New Roman,times,serif"; background-color:#e6e6e6; }


h1{
	margin: 0px;
	font-size: 13px;
}

h2{
	margin: 0px;
	font-size: 14px;
	color:#ff3e3e;
}

h3{
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	color: #ff3e3e;
}


p{
	margin: 0px 5px 10px 5px;
	font-size: 13px;
	color: #000000;
}


.m10{
	margin: 10px;
}

#header{
	width: 850px;
	height: auto;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
}




