/* CSS Document */

* { margin : 0 ; padding : 0 ; }
body { width : 900px;}
#body{width:900px; }
#navigation {  
              float : left ;
              width : 160px ; 
              margin-left : 0px ;
}

#contents { 
           margin-left : 164px;
           width: 733px; 
           background-color: #000000;
}

#header { 
         width : 900px ; 
         height : 100px ;
         background-image: url(images/logo1.jpg);
         background-repeat: no-repeat;
         background-position: center;

}
#footer { 
         width : 900px; 
         clear : both ; 
         color : #ffffff;
}

#footer a{/*リンクされた文字*/
    color:#000000;
    font-size: 12px;
    text-decoration:underline;
}
#footer a:link {/*未訪問のリンク*/
    color:#ffffff;
    font-size: 12px;
    text-decoration:underline;
}
#footer a:visited {/*訪問後のリンク*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
#footer a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
#footer a:active {/*クリック中*/
    font-size: 12px;
    text-decoration:none;
}



h1 { 
    font-size: 10px;
    color: #ffffff;
}

h2 {
    font-size:18px;
    color: #B8860B;
    text-align: left;
    font-family: Century;
    padding:10px 50px 10px 40px; 
}

p {
    font-size: 14px;
    color: #B8860B;
    font-family: Century;
           padding-right: 50px;
           padding-left: 50px;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li{
	float: left;
	margin: 0;
}

#menu li a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/home.jpg") no-repeat;
}

#menu li a:hover{

        

	background: url("im/home p.jpg") no-repeat;

}

#menu li.b a{
	display: block;
	margin: 0;

	width: 160px;
        height: 25px;

	background: url("im/stock.jpg") no-repeat;
}

#menu li.b a:hover{

        

	background: url("im/stock p.jpg") no-repeat;

}

#menu li.c a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/parts.jpg") no-repeat;
}

#menu li.c a:hover{

        

	background: url("im/parts p.jpg") no-repeat;

}

#menu li.d a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/catalog.jpg") no-repeat;
}

#menu li.d a:hover{

        

	background: url("im/catalog p.jpg") no-repeat;

}

#menu li.e a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/narrowporsche.jpg") no-repeat;
}

#menu li.e a:hover{

        

	background: url("im/narrowporsche p.jpg") no-repeat;

}

#menu li.f a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/maintenance.jpg") no-repeat;
}

#menu li.f a:hover{

        

	background: url("im/maintenance p.jpg") no-repeat;

}

#menu li.g a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/bbs.jpg") no-repeat;
}

#menu li.g a:hover{

        

	background: url("im/bbs p.jpg") no-repeat;

}

#menu li.h a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/about_us.jpg") no-repeat;
}

#menu li.h a:hover{

        

	background: url("im/about_us p.jpg") no-repeat;

}

#menu li.i a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/access.jpg") no-repeat;
}

#menu li.i a:hover{

        

	background: url("im/access p.jpg") no-repeat;

}

#menu li.j a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/contact_us.jpg") no-repeat;
}

#menu li.j a:hover{

        

	background: url("im/contact_us p.jpg") no-repeat;

}

#menu li.k a{
	display: block;
	margin-right: 1px;

	width: 160px; 
        height: 25px;
	background: url("im/link.jpg") no-repeat;
}

#menu li.k a:hover{

        

	background: url("im/link p.jpg") no-repeat;

}


.breadcrumb {
display: inline;
font-size:12px;
color: #ffffff;
line-height:200%;
padding:20px 0px 20px 10px;
text-decoration: none;
}
.breadcrumb a{
display: inline;
font-size:12px;
color: #ff0000;
text-decoration:none;
}

#mail{
    color: #B8860B;
    padding:0px 70px 20px 60px; 
}

#mailok{
    color: #B8860B;
    padding:0px 70px 20px 60px; 
}

#company{
    color: #B8860B;
}

#maintenance{
    color: #B8860B;
}

.top{
	font-size:12px;
	color: #ffffff;
	padding:0px 60px 10px 60px;   
}

.catalog{
	font-size:14px;
	color: #ffffff;
	padding:0px 70px 20px 60px;   
}

.catalog a{/*リンクされた文字*/
    color:#000000;
    font-size: 12px;
    text-decoration:underline;
}
.catalog a:link {/*未訪問のリンク*/
    color:#ffffff;
    font-size: 12px;
    text-decoration:underline;
}
.catalog a:visited {/*訪問後のリンク*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
.catalog a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
.catalog a:active {/*クリック中*/
    font-size: 12px;
    text-decoration:none;
}

.totop{
	font-size:14px;
	color: #ffffff;
	padding:0px 70px 20px 60px;   
}

.privacy{
	font-size:14px;
	color: #ffffff;
	padding:0px 70px 20px 60px;   
}

#sitemap{
	margin:0px 0px 0px 50px;
}

.sitemap1{
	margin:0px 0px 0px 60px;
}	

.sitemap2{
	margin:0px 0px 0px 120px;
}

.sitema3{
	margin:0px 0px 0px 0px;
}

.narrowporsche{
	margin:10px 0px 10px 60px;
}

.table_stock{
	margin:10px 0px 10px 50px;
}

.sitemap{
	font-size:12px;
	color: #ffffff; 
}

.sitemap a{/*リンクされた文字*/
    color:#000000;
    font-size: 12px;
    text-decoration:underline;
}
.sitemap a:link {/*未訪問のリンク*/
    color:#ffffff;
    font-size: 12px;
    text-decoration:underline;
}
.sitemap a:visited {/*訪問後のリンク*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
.sitemap a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-size: 12px;
    text-decoration:underline;
}
.sitemap a:active {/*クリック中*/
    font-size: 12px;
    text-decoration:none;
}