
/**　共通css　**/

@charset "Shift_JIS";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

td,th  {
	color:#333333;
	font-size:80%;
	line-height:140%;
}

a:link {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}
a:active {
	text-decoration: none;
}

.footbg {
 padding:0px 10px 10px 10px;
	background-image:url(../../img/foot_bg.gif);
}

.texterea {
 padding:20px 10px 10px 10px;
	background-color: #ffffff;
}

.texterea hr{
	margin:0px 0px 0px 0px;
	border:none;
	border-top:1px solid #E5E5E5;
	_height:1px;
}

.new{
	color:#CBB41E;
 font-weight:bold;
}


/**　トップブロック　**/
.mainbg {
 padding:8px 8px 8px 8px;
	background-color: #ffffff;
}
.bgline {
 padding:2px 2px 2px 2px;
	background-color: #CBCBCB;
}
.topics {
	font-size:10px;
 padding:10px 10px 10px 10px;
}
.notice {
	font-size:10px;
 padding:10px 0px 0px 0px;
}

/**　フラタマ　**/
div#flaMain {
 width:auto;
	height:255px;
	background-image:url(../../fla/img/main_graphics.jpg)
}

div#flaSub {
 width:auto;
	height:180px;
	background-image:url(../../fla/img/sub_graphics.jpg);
	background-repeat: no-repeat;
}

.script {
	color:#3366cc;
	padding-top: 10px;
	padding-bottom: 10px;
}

a,img { border:none; }

#bannerArea { position:relative; }
#fukidashi { position:absolute; top:-61px; left:92px; }


