@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　ページ全体
--------------------------------------*/
body {
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
}

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

img{
	border:0px;
}

/*
a:link{
	color:#1D3994;
	text-decoration:none;
}

a:rhover{
	color:#FF0000;
	text-decoration:underline;
}

a:visited{
	color:#941D55;
	text-decoration:none;
}

*/

/** 基本の Link Color **/
a:link {color:#1D3994;text-decoration:none;}
a:visited {_color:#941D55;color:#1D3994;text-decoration:none;}
a:hover {text-decoration:underline;}


#top{
	border:1px solid #CCCCCC;
	margin:0 auto;
	padding:4px;
	text-align:left;
	width:980px;
	background-color:#FFFFFF;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}



/*--------------------------------------
　全体共通
--------------------------------------*/
.numLine{
/* 数値右寄せ */
	text-align:right;
}

.diffMinusColor{
/* マイナスは赤 */
	color:#0000FF;
}

.diffPlusColor{
/* プラスは青 */
	color:#FF0000;
}

/*--------------------------------------
　ヘッダー
--------------------------------------*/
#header{
	background-color:#FFFFFF;
	float:left;
	position: relative;
}
#tabmenu {
	float:left;
	padding:0 5px 5px;
	width:970px;
}
#header .logo{
	float:left;
	width:75px;
	padding:4px;
}
#header .topbana {
	float:left;
	background:transparent url("http://img.47news.jp/images/back_topbana.jpg") repeat scroll 0 0;
	height:110px;
	width:755px;
	padding:4px;
}
#header .bejin {
	float:left;
	padding:4px;
}


/* 各コンテンツのヘッダ部分 */
.contentsBox{
	border:1px #CCCCCC solid;
	width:98.5%;
	float:left;
	margin-bottom:10px;
	background-color:#FFFFFF;
	clear:both;
}

.contentTitle{
	color:#000066;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	font-size:16px;
}

.contentTitleBack{
	background-color:#F5F5F5;
	widht:100%;
	height:30px;
}


/*--------------------------------------
　フッター
--------------------------------------*/
#footer{
	background-color:#FFFFFF;
	clear:both;
	padding: 4px;
	position: relative;
}

#footer .font{
	font-size:12px;
	text-align:center;
	color:#666666;
	border:1px solid #CCCCCC;
	padding:4px;
}

/*---------------------------------------------------
 トップ部分　2010/04/20 SAITO
---------------------------------------------------*/
#topper {position: relative;padding: 5px 0 0 0;/* height: 25px; */width: 980px;}
#topper:after {content:".";height:0;clear:both;display:block;visibility:hidden;}
#topper .topperLeft{float:left;width:530px;position:relative;}
#topper .topperRight{float:right;width:450px; text-align:right;position:relative;}
#topper .search {position: absolute;top:0;width:450px;left:0;height:20px;}
