@charset "Shift_JIS";

/******* トップページ関連 *******/
/* メインコンテンツ */
table.topcontents_title {
	margin-top : 15px ;
	padding-bottom : 5px ;
}

table.topcontents {
	padding-bottom : 10px ;
}

/* フッタースタイル */
p.copy_left {
	width : 400px ;
	float : left ;
	margin : 0px ;
	padding-top :3px ;
}

p.copy_right {
	width : 200px ;
	height : 55px;
	float : right ;
	margin : 0px ;
	padding-right : 5px ;
}


/******* リンクスタイル *******/
A {
	text-decoration : underline ;
	color : #006699 ;
}

A:hover {
	text-decoration : none ;
	color : #da3c38 ;
}


/******* フォームスタイル *******/
.formstyle {
  font-size : 12px;
  color:#333333;
  border-top:solid 1px  #999999;
  border-bottom:solid 1px #999999;
  border-left:solid 1px #999999;
  border-right:solid 1px #999999;
  background-color:#ffffff;
}