/* CSS Document */

a:link { color:#009999; }
a:visited { color: #009999; }
a:hover { color: #009999; }
a:active { color:#009999; }


html{
height:100%;
}

body{
margin-top:10px;
text-align:center;
background-color:#EEEEEE;
height:95%;
}


.contents{
background-color:#FFFFFF;
width:780px;
}

.l-side{
background-image:url(../img/box-leftside.gif);
background-repeat:repeat-y;
}

.r-side{
background-image:url(../img/box-rightside.gif);
background-repeat:repeat-y;
}

.app{
margin-top:25px;
width:704px;
background-image:url(../img/app-contents.gif);
background-repeat:repeat-y;
}

.app-c{padding-top:20px;
padding-left:20px;
padding-right:10px;

width:67%;
font-size:14px;
line-height:140%;
text-align:left;
}

.app-c2{padding-top:10px;
padding-left:20px;
padding-right:15px;
width:67%;
font-size:14px;
line-height:140%;
text-align:left;
}


.date{
font-size:14px;
text-align:left;
padding-left:20px;
}

.copyright{
font-size:12px;
color:#666666;
text-align:right;
padding-bottom:40px;
}


