/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.3.10
/*  common/common.css
/*  Copyright(C) Rootstock.net
/*　Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* レイアウト基本
--------------------------------------------------- */
#wrapper{
width:800px;
margin:0 auto;
}
#foundation{
width:800px;
margin:0 auto;
}
#left{
padding:0 0 0 35px;
}
#right{
padding:0 35px 0 0;
}
/* ヘッダー
--------------------------------------------------- */

#header{
display:block;
width:800px;
height:155px;
margin:0 auto;
/*background:url("/common/images/header.jpg") no-repeat;*/
}
#header h1{
display:none;
}

/* フッター
--------------------------------------------------- */

#footer{
clear:both;
position:relative;
width:800px;
height:100px;
margin:0 35px;
}
#footer p{
position:absolute;
top:20px;
width:190px;
height:20px;
background:url(/common/images/copyright.gif) no-repeat;
}

/* 共通ナビゲーション
--------------------------------------------------- */

#topNavi{
width:800px;
height:30px;
background:url(/common/images/bg_navi.gif) no-repeat;
}
#topNavi ul{
width:770px;
margin:0 auto;
}
#topNavi li{
float:left;
display:inline;
width:110px;
height:30px;
overflow:hidden;
}
#topNavi li#home a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -15px 0px 0px 0px; width:110px; height:30px;}
#topNavi li#news a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -125px 0px 0px 0px; width:110px; height:30px;}
#topNavi li#proposal a{display:block; background:url(/common/images/bg_navi.gif) no-repeat 235px 0px 0px 0px;; width:110px; height:30px;}
#topNavi li#forum a{display:block; background:url(/common/images/bg_navi.gif) no-repeat 345px 0px 0px 0px;; width:110px; height:30px;}
#topNavi li#dataroom a{display:block; background:url(/common/images/bg_navi.gif) no-repeat 455px 0px 0px 0px;; width:110px; height:30px;}
#topNavi li#profile a{display:block; background:url(/common/images/bg_navi.gif) no-repeat 565px 0px 0px 0px;; width:110px; height:30px;}
#topNavi li#sitemap a{display:block; background:url(/common/images/bg_navi.gif) no-repeat 675px 0px 0px 0px;; width:110px; height:30px;}

#topNavi li#home a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -15px -30px; width:110px; height:30px;}
#topNavi li#news a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -125px -30px; width:110px; height:30px;}
#topNavi li#proposal a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -235px -30px; width:110px; height:30px;}
#topNavi li#forum a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -345px -30px; width:110px; height:30px;}
#topNavi li#dataroom a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -455px -30px; width:110px; height:30px;}
#topNavi li#profile a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -565px -30px; width:110px; height:30px;}
#topNavi li#sitemap a:hover{display:block; background:url(/common/images/bg_navi.gif) no-repeat -675px -30px; width:110px; height:30px;}

#topNavi li#home_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -15px -30px; width:110px; height:30px;}
#topNavi li#news_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -125px -30px; width:110px; height:30px;}
#topNavi li#proposal_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -235px -30px;; width:110px; height:30px;}
#topNavi li#forum_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -345px -30px;; width:110px; height:30px;}
#topNavi li#dataroom_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -455px -30px;; width:110px; height:30px;}
#topNavi li#profile_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -565px -30px;; width:110px; height:30px;}
#topNavi li#sitemap_over a{display:block; background:url(/common/images/bg_navi.gif) no-repeat -675px -30px;; width:110px; height:30px;}

