/**************リンク設定****************/

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

hr{
	display: none;
}

/**************トップスタイル*************/

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background-image: url(../image/base_bg.gif);
	background-repeat: repeat-y;

}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/header.gif);
	background-color: #B61518;
	background-repeat: no-repeat;
	width: 800px;
	height: 68px;
}

#banner-style {
	/*float: right;*/
	margin: 0px 0px 0px 325px;
}

#next {

	padding: 0px;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	padding-left: 460px;
	width: 340px;
	height: 598px;
}

#next-title {
	background-image: url(../image/next_title.gif);
	background-repeat: no-repeat;
	width: 340px;
	height: 81px;
}

#next-bg {
	background-image: url(../image/next_bg.jpg);
	background-repeat: no-repeat;
	width: 340px;
	height: 434px;
}

#next-bottom {
	background-image: url(../image/next_bg02.jpg);
	background-repeat: no-repeat;
	width: 340px;
	height: 83px;
}

#footer {
	background-color: #B61518;
	padding: 5px 0px 5px 0px;
	width: 800px;
}

#footer p {
	color: #FFFFFF;
	font-size: 12px;
}
.non-display {
	display: none;
}

.text12-n {
	font-size: 12px;
	font-weight: normal;
}

.text-center {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

.banner {
	padding: 1px;
}