/* links.css

CSS Document */

/*index page*/


#container{
position:relative;
margin:0 auto auto auto;
width:780px;
height:660px;
}

#line2{
position:absolute;
top:600px;
width:100%;
height:5px;
background-color:#000066;
z-index:5;
}

#contents{
position:absolute;
top:86px;
left:180px;
width:600px;
height:580px;
}

#gi{
height:280px;
}


#title_links{
position:absolute;
top:0;
left:0;
width:600px;
height:45px;
background:url(../img/title_links.gif) no-repeat;
}


#tex_link1{
position:absolute;
top:70px;
left:20px;
height:400px;
width:560px;
}

#tex_link1 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
margin-top:15px;
line-height:16px;
color:#333333;
}

#tex_link1 span{
margin-top:5px;
margin-left:20px;
color:#0099CC;
}

#tex_link1 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:15px;
line-height:16px;
color:#333333;
}

