﻿        p {
            font-weight: bold;
        }
        #wrapper{ 
            width:1370px;
            height:auto;
            margin:0px auto;          
        }
        /*最上面的導覽列*/
        #navTop{ 
            background-color:#39b706;
            width:1370px;
            height:70px;
            font-size:16pt;
            font-family:fantasy;
        }   
        /*導覽列靠左邊*/ /*圖片*/
        #navTopleft{
            float:left;
        }
        /*首頁圖片的旁邊文字*/
        #navTopText{
            position:relative;
            top:-26px;
            font-weight:bold;
        }
        /*導覽列靠右邊*/
        #navTopRight{ 
            float:right;
        }
        /*歡迎來到C#教學網*/
        #top { 
            width:1370px;
            height:70px;
            background-color:#00ffff;
        }
        /*快速前往*/  
        #navLeft { 
            background-color: #eee;
            width: 200px;
            height: 500px;
            text-align: left;
            padding-left: 10px;
            border: 3px solid #808080;
            line-height:50px;
            margin-left:0px;
            float:left;
        }
        /*快速前往*/  
        #navLeft ul{
            padding-left:10px;
            padding-right:10px;
        }
        /*快速前往*/  
        #navLeft li{ 
            list-style-type: square;
            color:#f00;
            font-weight:bold;
        }
        /*內容*/
        #contect { 
            float:right;
            background-color:#eee;
            width:1140px;
            height:auto;
            display:inline-block;
            text-shadow:2px 2px 2px 2px;
            padding-left:6px;
            font-size:13pt;
            padding-right:6px;
        } 
        /*最下面的部分*/
        #footer{ 
            clear:both;
            width:100%;
            height:80px;
            background-color:#000;
            color:#eee;
            text-align:center;
            padding-top:50px;
        }
        /*回到最上面*/
        .button{
            width:50px;
            height:50px;
            position:fixed;
            top:650px;
            right:13px;
            background-color:#b6ff00;
            border-radius:10px 10px 10px 10px;
        }
        .button:hover{
            box-shadow:2px 2px 2px 2px;
        }
        /*返回上一章*/
        #back{
            width:150px;
            height:40px;
            float:left;
            margin:6px;
            margin-left:100px;
        }
        /*前往下一章*/
        #next{
            width:150px;
            height:40px;
            float:right;
            margin:6px;
            margin-right:100px;
        }