@charset "utf-8";


/*-----link page setting-----*/

#contentBox{
position:relative;
margin:0px auto;
padding:0px;
text-align:left;
width:850px;
background-image:url(../images/contents/link/link_bg.png);
background-position:right bottom;
background-repeat:no-repeat;
}


.sub_title{
position:relative;
width:300px;
height:70px;
background-image:url(../images/contents/link/title_link.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----contents box setting-----*/


.link_list{
width:500px;
margin:0px 0px 0px 60px;
line-height:35px;
}

.link_list img{
border:1px;
border-color:#999999;
border-style:solid;
}


/*-----footer setting-----*/

#footer_link{
position:relative;
margin:0px auto;
width:850px;
height:250px;
background-image:url(../images/base/footer_link_bg.png);
background-repeat:no-repeat;
background-position:0px;
text-align:left;
}


