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

.box{
border-bottom: 1px dotted #666;
clear: both;
height: 70px;
margin: 10px 0;
}

.box img {
float: left;
margin-right:10px;
}

.box p{
line-height:normal;
margin-bottom:5px;
}

.lbane h4,
.lbana p{
font-weight:normal;
letter-spacing:1px;
}

.lbane p{
color:#5CA1C4;
font-size:12px;
}

.lbane img{
	margin:15px 5px 0 0;
}

/*リンク用テキスト*/
.ltxt{
border: 4px double #5CA1C4;
margin: 15px 0;
padding: 5px 10px 10px;
width: 772px;
}

.ltxt h4{
color:#5CA1C4;
text-align:center;
font-weight:normal;
}

/*バックカード化*/
.tcard{
margin: 15px 0 0;
}
#card table{
    background-image: url("../images/links/site2bg.jpg");
    background-repeat: repeat-y;
    border-collapse: collapse;
    display: block;
    padding: 10px;
    width: 800px;
}

#card table tr {
    background-color: #FC0;
    border: 1px solid #000;
    display: block;
    width: 780px;
}
#card table td {
    border-left: 1px solid #000;
    height: 45px;
    padding: 5px;
    text-align: center;
    width: 184px;
}
#card table a{
	color:#000;
}
#card table a:hover{
	color:#F33;
}

