/*
////////////////////////////////////////////////////////////////////////////////
// バージョン：1.0
// 更新日：v1.0 2008/02/26
// 更新理由：v1.0 HP新規作成
////////////////////////////////////////////////////////////////////////////////
*/
@charset "shift_jis";

/*///////////// テキスト非表示 /////////////*/
* {
	color: #333333;
	font-family: "ＭＳＰ ゴシック" , "MS UI Gothic" , "Osaka",,san-selif;
}
body {
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 130%;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

.wrapper {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9E0007;
	border-left-color: #9E0007;
}
.header {
	height: 83px;
}

a:link {
	color: #9E0007;
	text-decoration: underline;
}
a:visited {
	color: #9E0007;
	text-decoration: underline;
}
a:hover {
	color: #EE1B2D;
	text-decoration: underline;
}
a:active {
	color: #9E0007;
	text-decoration: underline;
}

a.footer:link {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:hover {
	color: #ffffff;
}
a.footer:active {
	color: #ffffff;
	text-decoration: underline;
}
.alart {
	color: #A51F14;
}
.small_txt {
	font-size: 13px;
}
.white_txt {
	color: #FFFFFF;
}
