@charset "shift-jis";

/* CSS Document */

/*-- スペース --*/


div {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p, ul, li, ol, dl, dt, dd, address, table, pre {
	margin: 0px;
	padding: 0px;
}

table {
	border: none;
}



/*-- リンク --*/

a:link {
	color: #0066FF;
	text-decoration:underline;
}
a:visited {
	color: #0066FF;
	text-decoration:underline;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}

/*-- トップリリースリンク --*/

.EmergencyArea a:link,
.ReleaseArea a:link {
	color: #666666;
	text-decoration:underline;
}
.EmergencyArea a:visited,
.ReleaseArea a:visited {
	color: #666666;
	text-decoration:underline;
}
.EmergencyArea a:hover,
.ReleaseArea a:hover {
	color: #999999;
	text-decoration:underline;
}
.EmergencyArea a:active,
.ReleaseArea a:active {
	color: #999999;
	text-decoration: underline;
}

/*-- フッターリンク --*/

.FoterLink li a:link,
.FoterLink li a:visited {
	text-decoration: none;
	color: #666666;
}

.FoterLink li a:hover {
	text-decoration: underline;
	color: #B20926;
}




/*-- テキスト --*/

div {
	font-size: 12px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

th,
td,
dt,
dd,
p {
	color: #666666;
	font-size: 12px;
}

h1 {
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-style: normal;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 160%;
}

dt {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 160%;
}

dd {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 160%;
}

.red {
	color: #BB2740;
}

/*-- イメージ --*/

img {
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align:	bottom;
}

hr {
	width: 800px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

.list  {
	width: 630px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/*-- フォーム --*/

form {
	margin: 0px;
	padding: 0px;
}

textarea,input {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	font-style: normal;
}

.hidden {
	text-indent: -9999pt;
	overflow: hidden;
}


/*-- リスト --*/

ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
































