body {
                margin-top:0;
                margin-bottom:50; 
}


#container{
               width:1000px;
               margin-left:auto;
               margin-right:auto;
}

/*ヘッダー部分*/

#header {
            background-color:white;
            height:200px;
            background-image:url(http://www.viabartolo34.com/blog/images/map070518.jpg);

}

#header h1{
margin-right:20px;
text-align: right;
margin-top:140px;
                font-size:24px;
                font-family: "Arial Black",Helvetica,sans-serif;


}         

#header h1 a { 
                    color:green;
                    text-decoration:none;
}

#header h1 a:hover{
                 color: #003366;                      
}

#header h2 { 
margin-right:20px;
text-align: right;
                 color:green;
                 font-size:14px;
                 margin-top:-85px;
                 margin-bottom:0;
} 

#header2 {
            background-color:white;
                 margin-top:-10px;

}

#header2 h1{
                color:green;
                font-size:14px;
                font-family: "Arial Black",Helvetica,sans-serif;
                margin-bottom:0;
                margin-top:40px;
                line-height:17px;
  line-height:140%;

}

#header2 h2{
                color:green;
                font-size:18px;
                font-family: "Arial Black",Helvetica,sans-serif;
                margin-bottom:0;
                margin-top:30px;
text-align: center;
}

/*ジャンプ前メインページ*/
#header3 {
            background-color:white;
                margin-top:200px;
}

#header3 h1{
                color:green;
                font-size:50px;
                font-family: "Arial Black",Helvetica,sans-serif;
                margin-bottom:0;
                margin-top:0px;
                line-height:17px;
  line-height:140%;
 text-align:center;

}


/*サイドバー部分*/

#left {
               width:150px;
               float:left;
               margin-left:100px;
                background-color:white;
                margin-top:-30px;

}

#right {
               width:160px;
               float:right;
               margin-right:5px;
               background-color:white;
               margin-top:-65px;
padding-top:10px;

}


#right2 {
               width:400px;
               float:right;
               margin-right:60px;
           margin-left:20px;
               background-color:white;
               margin-top:-20px;

}


.sidebar h2 {
                font-size:10px;
                 height:25px;
                font-family: "Arial Black",Helvetica,sans-serif;
                color:greenyellow;
                padding-bottom:3px;
                margin-bottom:0;
                background-color: white;  
 text-align:center;

}

.sidebar h2 a { 
                    color:forestgreen; 
                    text-decoration:none;

}

.sidebar h2 a:hover{
                 color :navy;                    
}


.menu {
               list-style-type:circle;
               font-size:12px;
               margin-top:0px;
               color:navy;

}

.menu a {
              color:#666666;
              text-decoration:none;
}

.menu a:hover{
                 color:#00CC00;                          
}


.menu li {
             margin-bottom:0;
} 


/*プルダウンメニュー*/
ul#pulldown-menu a {
        color:red;
        text-decoration: none;
}
ul#pulldown-menu a:link {
        background: ;
}




ul#pulldown-menu a:visited {
        background:white ;
}


ul#pulldown-menu a:hover {
        color: white;
        background: green;
}

ul#pulldown-menu li {
        float: left;
position:relativo;
        margin:0px;
        width: 115px;
        height: 30px;
        font-weight: bold;
        line-height: 30px;

}
ul#pulldown-menu li a {
        display: block;
        width: 115px;
        height: 30px;
                 text-align: center; 




}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;

}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
position:absolute;
z-index:100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin-left: -40px;
        font-weight: bold;

}


/*ナビボタン2*/
#nav {
                 font-family: "Arial Black",Helvetica,sans-serif;
　　　　　　　　margin: 0px;
                 padding:0px;
                 margin-bottom:30px;
                 list-style:none;
                 float:left;
                 width : 100%;
                 font-size: 13px;
font-weight: 900;
}

#nav li {

                 float:left;
                 display:block;
}


#nav .on{

                 color:white; 
                 background-color:#009900; 
                 width: 111px;
                 height:23px;
                 margin-top:20px;
                 margin-right: 0px;
                 margin-left: 0px;
                 text-align: center;                      
}



#nav .off{
                 color:#009900; 
                 background-color: white;
                 width: 111px;
                 height:23px;
                 margin-top:20px;
                 margin-right: 0px;
                 margin-left: 0px;
                 text-align: center;                      
}

#nav .on a{
                 color:white; 
                 background-color:#009900; 

                 text-decoration:none;
                 display:block;
                 padding-top:5px;
                 width: 111px;
                 height:23px;
}

#nav .on a:hover{
                 color:white; 
                 background-color:#009900; 
                      
}

#nav .off a{
                 color:#009900;
                 text-decoration:none;
                 display:block;
                 padding-top:5px;
                 width: 111px;
                 height:23px;
}
#nav .off a:hover{
                 color:white;
                 background-color:greenyellow; 
                      
}

/*お問合せナビボタン*/
#nav .on1{

                 color:red; 
                 background-color:white; 
                 width: 111px;
                 height:23px;
                 margin-top:20px;
                 margin-right: 0px;
                 margin-left: 0px;
                 text-align: center;                      
}
#nav .on1 a{
                 color:red; 
                 background-color:white;

                 text-decoration:none;
                 display:block;
                 padding-top:5px;
                 width: 111px;
                 height:23px;
}
#nav .on1 a:hover{
                 color:green; 
                 background-color:greenyellow;  
                      
}



/*フッター部分*/
#footer { 

                 padding-top:-100px;
                 clear:both;

}

#footer p{
                color:forestgreen;
                font-size:12px;
                margin-top:20px;
                margin-bottom:0px;
                text-align:center;


} 

#footer a{       
                color:#009900;
                 background-color:white;
                text-decoration:none;
}

p img{ border:1px solid white; }

/* リンクの設定 */
#content01 {
               width:800px;
               float:left;
          　　 margin-left:100px;
                padding-left:px;
	font-size:15px;
                 color:navy; 
	font-weight:normal;
                font-family: "Arial Black",Helvetica,sans-serif;
             background-color:; 
             }

#content01 a {
                 color:royalblue;                 
                 text-decoration:none;  
　　　　　　　　font-size:17px; 
                line-height: 20px;
	font-weight:bold;                         
}

#content01 a:hover{
                 color:navy;                         
}


#content02 {
               width:800px;
               float:left;
          　　 margin-left:100px;
          　　 margin-top:10px;
                 padding-left:0px;
	font-size:12px;
                line-height: 15px;
	font-weight:normal;
	color:#003366;
                font-family:  "ＭS ゴシック",sans-serif; 
             background-color: ; 

}

#content02 a {
                 color:royalblue;  
                 text-decoration:none;  
　　　　　　　　font-size:10px;
                line-height: 13px;                          
}

#content02 a:hover{
                 color:navy;                         
}




/*ホームページ表紙の設定*/

#menu01 {
             margin-left: 120px;
	font-size:14px;
	font-weight:bold;
             text-align: center;
	color:#0000ff;
             background-color: #ffffff;            
	display:block;
	width:140px;
	border-top:solid 3px #0000ff;
             background: url(http://www.viabartolo34.com/menu_back.jpg);
            }
#menu02 {
             margin-left: 100px;
	font-size:14px;
	font-weight:bold;
	color:#0000ff;
             background-color: #ffffff;            
            }

#menu01 a{
             text-decoration: none;
        }   　　　　　














