/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
	background:  url(http://www.deai-fraud.com/img/allbg.gif) center fixed;
	font-size:80%;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:750px;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
    width:750px;
    height:100px;
	background:  url(http://www.deai-fraud.com/img/topbg.gif);
	margin: 0 auto;
}
#h_left { float : left ; width : 200px ; }
#h_right { float : left ; width : 550px ;}
/* 左側の設定*/
#left{
    width:180px;
	background-color:#E5E4E6;
    float:left;
	line-height:150%;
}
/* 右側の設定*/
#right{
    width:570px;
    float:right;
    /*padding: 5px 10px 5px 10px;*/
}
/* フッターの設定*/
#foot{
	position:relative;
	text-align:center;
	clear:both;
}

.header{
    height:30px;
    background-color:#333333;
	border-top: 3px solid #4D4D26;
	border-bottom: 3px solid #4D4D26;
	line-height:30px;
	text-align:center;
	color: #4D4D26;
}
.search{
	text-align:center;
	background:  url(http://www.deai-fraud.com/img/sear_bak.gif);
	margin-bottom:10px
}
.bbssearch{
	text-align:center;
	background: url(../img/sear_bak.gif);
	margin-bottom:10px;
	font-size:90%;
}
A.h:link { color: #FFFFFF; }A.h:visited { color: #FFFFFF; }A.h:active { color: #FFFFFF; }A.h:hover { color: #FFFFFF; }
h1{ font-size:90%;
    font-weight: normal;
	line-height:90px;
	}
h2{ font-size:90%;
    background:  url(http://www.deai-fraud.com/img/r_bar.gif);
	font-weight: bold;
	color: #FFFFFF;
	height:26px;
	line-height:26px;
    margin-left:10px;
    margin-right:10px;
	margin-bottom: 0px;
	padding-left:15px;
}
h3{ font-size:90%;
    background:  url(../img/r_bar.gif);
	font-weight: bold;
	color: #FFFFFF;
	height:26px;
	line-height:26px;
    margin-left:10px;
    margin-right:10px;
	margin-bottom: 0px;
	padding-left:15px;
}
.l_bar{
    padding-left:10px;
    font-weight: bold;
    height:26px;
	line-height:26px;
	color: #FFFFFF;
	background:  url(http://www.deai-fraud.com/img/left_bar.jpg);
}

.r_table{
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
margin-left:10px;
margin-right:10px;
padding: 5px 5px 5px 5px;
line-height:150%;
}


.u_line{
border-bottom: 3px solid #4D4D26;
}
.091119{
padding: 0px 10px 0px 15px;
}
/*  マージンはボーダーの外側の余白、後述のパディングはボーダーの内側の余白になります。 */
/* (margin :上 右 下 左;) (padding :上 右 下 左;) */