@charset "UTF-8";

/* ----------------------------------------------------
作成日:  2009.07.01
最終更新日:  2010.01.13
作成者:  AY
最終編集者:  SN

set.css： 共通設定
---------------------------------------------------- */
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Osaka","Arial",sans-serif;
	line-height: 1.6em;
	color: #eef5e7;
	background: #fff;
}

address {
	position: relative;
	top: -30px;
	left: 426px;
	width: 47px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	background: url(../image/logo/copyright.gif) no-repeat left top;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #14842a;
	text-decoration: none;
	outline-width: 0;
}

a:visited {
	color: #697e7a;
	text-decoration: none;
	outline-width: 0;
}

a:hover, a:active {
	color: #14842a;
	text-decoration: underline;
	outline-width: 0;
}