/**********************************************/
/* JOBA共有部分                                */
/**********************************************/
/*beta広告*/
.detailtop {
 margin : 3px 0px 20px 0px;
 line-height : 1.6;
 font-size : 12px;
}

.detailbottom {
 margin : 20px 0px 3px 0px;
 font-size: 12px;
 line-height : 1.5;
}

.detailcontents {
 margin : 3px 0px 3px 0px;
 font-size: 12px;
 line-height : 1.5;
}

.detail {
 margin: 5px 0 0 0;
 padding: 0;
}

/*フッター*/
#footer {
 background-image: url("images/footer.gif");
 background-repeat: no-repeat;
 text-align: left;
 margin: 30px 4px 0 4px;
 padding: 3px 0 0 0;
 height: 100px; 
 clear: both;
 border-top: 1px solid #dcdcdc;
 }

#footer2 {
 background-image: url("images/footer2.gif");
 background-repeat: no-repeat;
 text-align: left;
 margin: 10px 0 0 0;
 padding: 3px 0 0 0;
 height: 100px; 
 clear: both;
 }

#footer #footlogomenu {
 padding: 0 0 0 78px;
 font-size: 10px;
 color: #808080;
 line-height: 1.7;
}

#footer #footlogomenu a:link { color: #808080; text-decoration: none; }
#footer #footlogomenu a:visited { color: #808080; text-decoration: none; }
#footer #footlogomenu a:hover { color: #666666; text-decoration: underline; }
#footer #footlogomenu a:active { color: #666666; text-decoration: underline; }

#footer2 #footlogomenu {
 padding: 0 0 0 78px;
 font-size: 10px;
 color: #ffffff;
 line-height: 1.7;
}

#footer2 #footlogomenu a:link { color: #ffffff; text-decoration: none; }
#footer2 #footlogomenu a:visited { color: #ffffff; text-decoration: none; }
#footer2 #footlogomenu a:hover { color: #e3e3e3; text-decoration: underline; }
#footer2 #footlogomenu a:active { color: #e3e3e3; text-decoration: underline; }

/**********************************************/
/* JOL会員登録　                                 */
/**********************************************/
#membernavi {
 width: 200px;
 margin: 0;
 padding: 0;
}
#membernavi ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#membernavi li {
 margin: 0;
 padding: 0;
 width: 200px;
 text-indent: -9999px;
}

#membernavi li#member a {
 text-decoration: none;
 display: block;
 width: 200px;
 height: 60px;
}

#membernavi li#member {
 background: url(images/member.jpg) no-repeat;
}


/*------------------------------------------------------------
クリア
------------------------------------------------------------*/
.cb {
 clear: both;
 font-size: 10px;
 margin: 0;
 padding: 0;
}

/*------------------------------------------------------------
文字の色
------------------------------------------------------------*/
.red {
 color: #cc0000;
}