@charset "UTF-8";

/*---------------------------------------------

Top Page CSS

for intermedical.co.jp
coded by d-spica at 2010-09-14
linked to "/index.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(base.css);
@import url(user.css);


body {
  background: url(../img-top/bg-head.png) no-repeat center top;
}

#area-navigation {
	width: 860px;
	background: url(../img-top/bg-nav.png) no-repeat 0 0;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#area-navigation ul.nav {
  padding-left:76px;
  height: 190px;
  background: url(../img-top/nv-null.png) no-repeat 0 0;
}

#area-navigation ul.nav li {
  margin-right: 0;
}

#area-main {
  width: 610px;
}

#area-sub {
  width: 220px;
}

#area-sub ul.nav li {
  margin-bottom: 10px;
}

#area-sub ul.nav li.special {
  margin-bottom: 30px;
}

#area-sub ul.banners-extra {
	background-image: url(../img/ln-dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

