/* ----------------------------------------------------------------------------------------------------------



    Output device: screen, projection



   


    Structure:

        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;



    Content:

    

        1) HTML tags

        2) HTML styles

        3) Layout

        4-1) Page: Homepage

        5) Others



---------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------

1) HTML tags

---------------------------------------------------------------------------------------------------------- */



body {background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "Trebuchet MS", sans-serif;}



h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}



/* ----------------------------------------------------------------------------------------------------------

2) HTML styles

---------------------------------------------------------------------------------------------------------- */



ul.ul-01 {margin:15px 0; list-style:none;}

ul.ul-01 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:90%;}

ul.ul-02 {margin:15px 0; list-style:none;}

ul.ul-02 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:100%;}

ul.ul-02 b {font-size:120%;}

ul.ul-03 {margin:15px 0; list-style:none;}

ul.ul-03 li {padding:2px 0 2px 25px; font-size:100%;}

ul.ul-04 {margin:15px 0; list-style:none;}

ul.ul-04 li {padding:2px 0 2px 25px; background:url("../design/ul-03.gif") 0 50% no-repeat; font-size:100%;}



ul.ul-colb {
  float: left;
  width: 60em;
  margin15px 0;
  padding: 0;
  list-style: none;
}
 
ul.ul-colb li {
  float: left;
  font-size: 100%;
  width: 12em;
  margin: 0;
  padding: 0 0 0 25px;
}


ul.ul-list {margin:15px 0; list-style:none;}

ul.ul-list li {padding:1px 0;}

ul.ul-list span.date {padding-right:10px;}



/* ----------------------------------------------------------------------------------------------------------

3) Layout

---------------------------------------------------------------------------------------------------------- */



#main {width:960px; margin:0 auto; overflow:hidden;}



    #header {position:relative; height:90px; padding:30px 20px 15px 20px;}



        #logo {margin:0;}

    

        #nav {position:absolute; top:40px; right:20px; margin:0;}

        #nav span {margin:0 8px;}

        #nav #nav-active {font-weight:bold; text-decoration:none;}

    

    #tray {position:relative; width:960px; height:45px; background:url("../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "Trebuchet MS", sans-serif;}

    #tray ul {margin:0 20px; list-style:none;}

    #tray li {display:inline;}

    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}

    #tray li a:hover {background:url("../design/tray-hover.gif");}

    #tray li#tray-active a {background:url("../design/tray-active.gif");}



	 #tray2 {position:relative; width:960px; height:25px; background:url("../design/tray2.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "Trebuchet MS", sans-serif;}

    #tray2 ul {margin:0 20px; list-style:none;}

    #tray2 li {display:inline;}

    #tray2 li a {display:block; float:left; padding:8px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}

    #tray2 li a:hover {background:url("../design/tray-hover.gif");}
    
    
    #tray3 {position:relative; width:960px; height:25px; background:url("../design/tray2.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "Trebuchet MS", sans-serif;}

    #tray3 ul {margin:0 20px; list-style:none;}

    #tray3 li {display:inline;}

    #tray3 li a {display:block; float:left; padding:8px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}

    #tray3 li a:hover {background:url("../design/tray-hover.gif");}



        #search {position:absolute; top:8px; right:20px;}

        #search div {position:relative; width:300px;}

        

        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../design/search-input.gif") 0 0 no-repeat; overflow:hidden;}

        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}

        #search #search-submit {position:absolute; top:0; right:0; width:30px;}



    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}

    #footer p {margin:0;}



/* ----------------------------------------------------------------------------------------------------------

4-1) Page: Homepage

---------------------------------------------------------------------------------------------------------- */



#col-top {width:960px; height:5px; margin-top:15px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#col {position:relative; padding:15px 30px 15px 20px; background:url("../design/col.gif") 0 0 repeat-y;}



    #col-browser {position:relative; float:left; width:240px; height:210px; background:url("../design/browser.gif") 0 0 no-repeat;}

    #col-browser img {position:absolute; top:28px; left:20px;}

#col-browser2 {position:relative; float:left; width:240px; height:210px;}

    #col-browser2 img {position:absolute;}
    
    
    #col-text {float:right; width:650px; line-height:1.7;}

	#col-text img { margin: 10px;}
	
	#col-text b { font-size:110%; font:bold;}
	
	#col-text .pink { padding-left: 10px; background-color: #f0f; color: #fff;}

#col-text2 {float:left; width:100%; padding-top:15px; line-height:1.7;}

	#col-text2 img { margin: 10px;}
	
	#col-text2 b { font-size:110%; font:bold;}
	
	#col-text2 .pink { padding-left: 10px; background-color: #f0f; color: #fff;}
	


        #slogan {position:relative; width:100%; height:28px; overflow:hidden; margin:0; padding:0; font-size:160%;}

        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0;}

        #btns {margin-top:18px; margin-bottom:0;}



#cols2-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}



    #cols2 #col-left {float:left; width:595px; padding:20px;}

    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}

    #cols2 #col-left h3 {margin:0; padding:7px 15px 12px 50px; background:url("../design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}

        #cols2 #col-left .title {background:url("../design/dot.gif") 0 50% repeat-x;}

        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        
        #cols2 #col-left .title span {padding-left:10px;}
        


        #cols2 .box {margin-top:15px;}

        #cols2 #col-right h4 {background:url("../design/dot-02.gif") 0 50% repeat-x;}

        #cols2 #col-right h4 span {padding-right:10px;}

        #cols2 .col-right-img {float:left; width:95px;}

        #cols2 .col-right-text {float:right; width:160px;}
        
        #cols2 .col-right-text2 {float:left; width:240px;}

        #cols2 .col-right-text p {margin:0;}
        
        #cols2 .col-right-text2 p {margin:0;}
        
        #img { margin: 10px;}



#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;}

#cols3b-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols3b-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}

#cols3b {background:url("../design/cols3.gif") 0 0 repeat-y;}



    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    
    .col.last {margin-right:0; padding-top: 10px;}

    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    
	.col.last-h3 {margin:0; padding:7px 15px 12px 50px; font-size:120%;}

        .col-text {padding:20px; border-bottom:1px solid #ff99ff;}
        
        .col-text2 {padding:20px;}

        .col-text p {margin:0;}
        
        .col-text2 p {margin:0;}

        .col-text ul {margin-bottom:0;}
        
        .col-text2 ul {margin-bottom:0;}
        
        .col-text ol {margin-bottom:0;}
        
        .col-text2 ol {margin-bottom:0;}
        
        .col-text img { margin: 2px;}
        
        .col-text2 img { margin: 2px;}

        .col-more {padding:5px 10px 5px 0; text-align:right; border-bottom:1px solid #ff99ff;}



/* ----------------------------------------------------------------------------------------------------------

5) Others

---------------------------------------------------------------------------------------------------------- */
.impact { font: 250%/1 impact; background: #F9F; padding: 10px;}

.impact2 { font: 250%/1 impact; background: #F6F; padding: 10px; color: #fff}

.ico-comment {padding-left:18px; background:url("../design/ico-comment.gif") 0 50% no-repeat;}

.ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

.picture-right { float: right; }

.picture-left { float: left; }

.smaller {font-size:85%;}

