/* リンク */
A:link{
text-decoration:underline;
color:#ffed00;
padding:0px;
}

A:visited{
text-decoration:underline;
color:#1882dd;
}

A:action{
text-decoration:underline;
color:#ffed00;
}

A:hover{
text-decoration:none;
color:#333333;
padding:0px;
}

/* リンク TOPへモドル*/
A.menu:link{
text-decoration:underline;
color:#1882dd;
padding:0px;
}

A.menu:visited{
text-decoration:underline;
color:#1882dd;
}

A.menu:action{
text-decoration:underline;
color:#f1882dd;
}

A.menu:hover{
text-decoration:none;
color:#333333;
padding:0px;
}

/* リンク フッター用*/
A.foot:link{
text-decoration:underline;
color:#1882dd;
padding:0px;
}

A.foot:visited{
text-decoration:underline;
color:#1882dd;
}

A.foot:action{
text-decoration:underline;
color:#1882dd;
}

A.foot:hover{
text-decoration:none;
color:#333333;
}


body, tr, td{
font-size: 12px;
line-height:130%;
}

body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}

table.main{
	border-top:0px;
	border-left:3px #2287d1 solid;
	border-right:3px #2287d1 solid;
	border-bottom:0px;
	width:820px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

#content{
	border-top:0px;
	border-left:3px #2287d1 solid;
	border-right:3px #2287d1 solid;
	border-bottom:3px #2287d1 solid;
	width:780px;
	background-color:#ffffff;
	color: #000000;
	font-size:12px;
	padding:10px;
	line-height:180%;
	margin:0px;
}

.size13{
	color:#1882dd;
	font-size:13px;
	line-height:180%;
}

.size15b{
	color:#1882dd;
	font-size:16px;
	line-height:100%;
}

#line{
	width:780px;
	height:3px;
	background-position:top left;
}

