/*
Theme Name: sample
Description: あら磯
*/
.link_text{
 padding-left: 10px;
 padding-top: 10px;
 text-decoration: underline;
 color: blue;
}

/* サイドバナー */
#side_banner img{
 padding-top: 7px;
}
#side_banner{
 padding-left: 10px;
 padding-top: 20px;
}

/* ルビーちゃん動画 */
#side_rubi img{
 margin-left: -10px;
}
#side_rubi{
 padding-top: 20px;
 padding-left: 10px;
}

/* サイドバー（あら磯通信） */
#sub_cnt_text{
 position: relative;
}
#sub_cnt_text img{
 width: 160px;
 height: 120px;
 border: 1px solid white;
}
#sub_cnt_text p{
 padding-top: 5px;
 width :160px;
}
#sub_info{
 background-image: url("http://araiso.info/images/comm.jpg");
 background-repeat: no-repeat;
 width: 220px;
 height: 52px;
}
#sub_info p{
 padding-left: 115px;
 padding-top: 35px;
}
#sub_cnt_title a{
 font-weight: bold;
 font-size: 1.3em;
 color: #000064; 
 padding-left: 25px;
 text-decoration: underline;
 position: relative;
}
#sub_cnt_title{
 padding-top: 5px;
 padding-bottom: 5px;
 width: 220px;
}
#sub_cnt{
 width: 220px;
 padding-bottom: 15px;

}