@charset "shift_jis";

/* 全体構造

------------------------------------------------ */

body {
 font-size: 10pt; 
 
	font-family: "Arial","Helvetica","sans-serif";
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	border: 0px;
	text-decoration: none;
	background: transparent;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}

a:hover , a:active {
	color: #7F2634;
	background: transparent;
}

h5 {
	margin-bottom:5;
}

.newsscroll {
	width:460;
	height: auto;
	overflow: auto;
}

.newsscroll2 {
	width:460;
	height: 100;
	overflow: auto;
}

.newsscroll_info {
width:460;
height: 500;
overflow: auto;
}

.title_text {
color: #FFFFFF
}


.normal_text {
color: #FFFFFF
}

td {
 font-size: 10pt;
  }

td.flame {
border: solid 1px #ffffff
}
 
img {
	border:0px;
	}


#wrapper {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position: relative;
}


#content {
	position:absolute;    /*通常どおりの位置に配置*/
	z-index: 1;
	top:100px;
	left:650px;
	width:480px;
}
#content_jigyou {
	position:absolute;    /*通常どおりの位置に配置*/
	z-index: 1;
	top:200px;
	left:650px;
	width:480px;
}

#content_info {
	position:absolute;    /*通常どおりの位置に配置*/
	z-index: 1;
	top:100px;
	left:650px;
	width:480px;
}


#flash {
	position: absolute;    /*#contentの後ろ側にW100%, H100%で配置*/
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height:800px;
}

