@charset "UTF-8";
/* CSS Document */


/*基本設定*/
body,div,ul,ol,li,h1,h2,h3,h4,h5,p{margin:0; padding:0;}

body{
background-color:#e9e0d1;
text-align:center;
}

img{
border:0px;
}


table{
border-collapse:collapse;
}

table, th, td{
border:1px solid #000000;
}

#container{
width:1002px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
text-align:left;
border:#CCCCCC solid 1px;
}

/*▼　コンテンツ上部の設定　▼*/

#upper{
width:1000px;
margin:0;
padding:0;
border-bottom:1px #CCCCCC solid;
}


#arbores_logo{
width:1000px;
float:left;
border-bottom:1px #CCCCCC solid;
}


/*▼メニューバー：テキスト＋CSSナビゲーション▼*/
#navi{
float:left;
width:1000x;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#navi #menubar{margin:0; padding:0;}

#navi ul li{
float:left;
list-style-type:none;
font-size:1.2em;
text-decoration:none;
text-align:center;
display:inline;
}

#navi ul li a {
float:left;
display:block;
width:180px;
line-height:2.5em;
padding:0.2em;
border-right:1px solid #CCCCCC;
color:#666666;
text-decoration:none;
}

#navi ul li a:hover{
color:#FFFFFF;
background-color:#9e0028;
}



/* ▼　中央部・スライドナビゲーション　▼*/

/*
#navi{width:1000px; height:38px; margin:6px 0; position:relative; z-index:9998; border-bottom:#cccccc solid 1px; border-top:#cccccc solid 1px;}
#navi #menubar{margin:0; padding:0;}
#navi #menubar li{display:block; list-style:none;}
#navi #menubar li a{ float:left; height: 0px; padding-top:38px; overflow:hidden; background-image:url(../img/menu_bar5.png);}

/*Buttons*/
/*
#navi #menu_home a { width:100px; background-position:0 0;}
#navi #menu_arbores a {width:200px; background-position: -100px 0;}
#navi #menu_fedrigoni a {width:200px; background-position: -300px 0;}
#navi #menu_product a {width:100px; background-position: -500px 0;}
#navi #menu_ask a {width:200px; background-position: -600px 0;}

/*hOver*/
/*
#navi #menu_home a:hover, a:active {width:100px; background-position:0 -38px;}
#navi #menu_arbores a:hover, a active {width:200px; background-position:-100px -38px;}
#navi #menu_fedrigoni a:hover, active {width:200px; background-position:-300px -38px;}
#navi #menu_product a:hover, a:active {width:100px; background-position:-500px -38px;}
#navi #menu_ask a:hover, a:active {width:200px; background-position:-600px -38px;}

/*On State*/
/*
#navi.home #menu_home a {width:100px; background-position:0 -38px;}
#navi.arbores #menu_arbores a {width:200px; background-position:-100px -38px;}
#navi.fedrigoni #menu_fedrigoni a {width:200px; background-position:-300px -38px;}
#navi.product #menu_product a {width:100px; background-position:-500px -38px;}
#navi.ask #menu_ask a {width:200px; background-position:-600px -38px;}
*/

#sub_header{
margin:0;
padding:0;
}

/*▲以上、全画面共通ヘッダー▲*/

/*▼以下、情報掲載全体の枠組み▼*/

#contents{
clear:both;
width:900px;
border-top:1px solid #CCCCCC;
padding:0 50px;
margin-bottom:50px;
line-height:1.7em;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#contents h2{
border-left:#9e0028;
border-left-style:solid;
border-left-width:10px;
text-decoration:underline #ff0000;
margin-bottom:10px;
padding-left:10px;
}

/*▼index.html▼*/
#main_graphic{
margin:0;
}


/*▼arbores.html▼*/

#about_arbores{
margin-top:30px;
}

#ceo{
clear:both;
margin-top:30px;
height:420px;
}

#ceo_profile{
width:510px;
float:left;
}

#ceo_profile li{
list-style-position:inside;
margin-left:15px;
text-indent:-15px;
padding-right:15px;
}

#ceo_photo{
float:right;
padding:0 15px;
}


#showroom{
clear:both;
margin-top:30px;
}

#showroom p{
width:500px;
}

.map{
border:1px #CCCCCC solid;
margin-left:30px;
}

/*▼fedrigoni.html▼*/
#about_fedrigoni{
margin:30px 0;
}


#about_fedrigoni li{
list-style-position:inside;
margin-left:30px;
text-indent:-15px;
padding-right:15px;
}


/*▼product.html▼*/

#product1, #product2{
margin-top:30px;
}

/*▼ask.html▼*/
#ask{
margin:30px 0;
}

/*▼sitemap.html▼*/
#sitemap{
margin:30px 0;
padding:0 50px;
}

#sitemap li{
list-style-position:inside;
margin-left:15px;
text-indent:-15px;
padding-right:15px;
}

#contract{
margin:30px 0;
padding:0 50px;
}

#contract li{
list-style-position:inside;
margin-left:15px;
text-indent:-15px;
padding-right:15px;
}

#contract .article li{
list-style:none;
}

#contract .sub_article li{
list-style:decimal;
margin-left:50px;
text-indent:0px;
}

#contract .sub_sub_article li{
list-style:decimal;
margin-left:100px;
text-indent:0px;
}

#privacy{
margin:30px 0;
padding:0 50px;
}

#privacy h3{
margin-top:30px;
text-decoration:underline;
}




/*▼フッター▼*/
#footer{
clear:both;
width:1002px;
padding-top:10px;
border-top:#CCCCCC solid 1px;
}

.footer_navi li{
display:block;
list-style:none outside;
float:left;
font-size:12px;
padding-left:20px;
}

.footer_navi a:link {text-decoration: none; color:#666666;}
.footer_navi a:visited {text-decoration: none; color:#666666;}
.footer_navi a:hover {text-decoration: underline; color:#666666;}
.footer_navi a:active {text-decoration: none; color:#666666;}																				

#footer address{
clear:both;
font-size:12px;
color:#666666;
padding:10px 0 0 20px;
}

																					