/* 焼肉平安indexレイアウトCSS Document */

/* ==================== コンテンツ部分 ==================== */
#contents{
    width:720px;
	padding:322px 0px 0px 0px;
	margin:0px;
	background-color:#FFFFFF;
        color:#000000;
	text-align:left;
	}

/* ==================== メインコンテンツ部分 ==================== */
#maincontents{
    width:720px;
	background-color:#FFFFFF;
        color:#000000;
	text-align:left;
	}

/* ==================== ニュース (メインコンテンツ) ==================== */ 
#news{
    width:480px;
	height:auto;
	float:left;
    text-align:left;
	margin:0px;
	padding:20px 0px 20px 30px;
	background-color:#FFFFFF;
        color:#000000; 
	}	
	
.title{
     width:420px;
     padding:0px 0px 10px 0px;
	 text-align:left;
	 }

.title h2{
     margin:0px;
     padding:5px 0px;
     font-size:12px;
     background-color:#FFFFFF;
     color:#A50202;
     }

/* ==================== バナー (メインコンテンツ) ==================== */ 	 
#baner{
     width:180px;
	 height:auto;
	 float:right;
	 margin:0px;
	 padding:15px 20px 15px 0px;
	 text-decoration:none;
     text-align:left;
     font-size:10px;
	 background-color:#FFFFFF;
	 }
	 
#baner img{
     padding:5px 0px 0px 0px;
	 }	 

#baner a{
    text-decoration:none;
	color:#000000;
	border:none;
	}
	
#baner a:hover{
    color:#A50202;
    }

/* ==================== ニュースCGIへのパス==================== */	
#pass{
     z-index:7;
	 width:10px;
	 position:absolute;
	 top:322px;
	 left:0px;
	 }	 
	
	
