/* BASIC */
*{margin: 0px; padding: 0px;}

div {border:solid 0px red ;}

body{
   background-color: #000000;

   font-family: "Verdana","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";

   margin-top: 0px auto;
}


/* A */

a {
   text-decoration: none;
}

a:link {
   color: #333333;
}

a:visited {
   color: #595959;
}

a:active {
   color: #333333;
}

a:hover {
   color: #EFEFEF;
   text-decoration: underline;
}


#container {
   width: 800px;
   margin: 0px auto;
}


/* MAIN */

#main {
   width: 500px;
   float: left;
}

#sub {
   width: 200px;
   margin: 0px 0px 0px 100px;
   float: left;
}

h1{
   color: #595959;
   font-size: 10px;
   line-height:20px ;
   text-align: left;
   padding: 20px 0px 20px 0px;
   margin: 0px 0px 0px 0px;
}

span{
   color: #EEEEEE;
   font-size: 18px;
   font-family: "Verdana","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック";
   font-weight: bold;
   line-height:20px ;
   margin-left: 20px;
}

.title {
   color: #EEEEEE;
   font-size: 12px;
   font-family: "Times New Roman";
   line-height:20px ;
   text-align: left;
   padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;

   border-bottom: solid 1px #333333;
}

.textdate {
   color: #595959;
   font-size: 12px;
   font-family: "Times New Roman";
   line-height:20px ;
   text-align:right;
   padding: 5px 0px 5px 0px;
   margin: 0px 0px 0px 0px;

   border-bottom: dotted 1px #333333;
}

#textmain {
   color: #EEEEEE;
   font-size: 12px;
   line-height:20px ;
   text-align: left;
   padding: 10px 0px 30px 0px;
   margin: 0px 0px 100px 0px;

   border-bottom: solid 1px #333333;
}

#textmain img {
   /*width:480px;*/
   margin: 10px 0px 10px 0px;
   border: solid 1px #101010;
}

/*#textmain img.two {
   width:230px;
   margin: 10px 17px 10px 0px;
   border: solid 1px #101010;
}*/


.textmain {
   color: #EEEEEE;
   font-size: 12px;
   line-height:20px ;
   text-align: left;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;

   border-bottom: solid 1px #101010;

   background-image: url(images/.gif);
   background-repeat: repeat-y;
}


/* SUB */

.subtitle {
   color: #EEEEEE;
   font-size: 12px;
   font-family: "Times New Roman";
   line-height:20px ;
   text-align: left;
   padding: 0px 0px 5px 0px;
   margin: 3px 0px 0px 0px;

   border-bottom: solid 1px #333333;
}

ul.ent {
   color: #EFEFEF;
   font-size: 12px;
   line-height:16px ;
   text-align: left;
   padding: 8px 0px 30px 15px;
   margin: 0px 0px 50px 0px;
   list-style-image: url(http://www.nexus7vn.com/images/n7_linkp.gif);
   border-bottom: solid 1px #333333;
}

table {
   width: 200px;
   color: #EFEFEF;
   font-size: 10px;
   line-height:15px ;
   line-break:normal ;
   text-align: center;
   padding: 0px 0px 30px 0px;
   margin: 0px 0px 50px 0px;
   clear: both;
   border-bottom: solid 1px #333333;
}

.paginate {
    text-align: right;
    font-size: 10px;
   color:  #595959;
   line-height:20px ;
}
