@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);



body {
	background-image: url(http://www.i-emu.com/img/top/bg.gif);
	background-repeat: repeat-x;
}

#container {
	background: transparent;
	width: 900px;
	margin: 0;
	margin-left: 10px;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#header {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
	margin: auto;
	background-image: url(headbg.png);
	height: 125px;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分
 * ---------------------------------------------------------------- */

#navi {
	margin-bottom: 15px;
	text-align: left;
	margin: auto;
	font-size: 13px;
	background-image: url(bgimg.png);
	background-repeat: repeat-x;
	margin-left: 0px;

}

/*#navi ul {
  margin: 0;
  padding: 0;
  height:35px;
  overflow:hidden;
}


#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#navi ul li a {
  margin: 0;
  padding: 8px 15px 11px 15px;
  display: block;
  border-right: 1px solid #ffffff;
  font-weight: bold;
  color:#000033;
}

#navi a:hover {
	background-image:url(bg.png);
	background-repeat:repeat-x;
  text-decoration: none;
  color:#FFFFFF;
}*/

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
	padding-right: 0px;
	background: tranparent;
	margin-top: 0;
	margin-bottom: 0px;
	width: 675px;
	float: right;
	margin-left: 15px;
}

#mainimg  {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定
 * ---------------------------------------------------------------- */

#sidenavi {
  width: 210px;
  top: auto;
  left: 0;
  right: auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  text-align:center;
  float:left;
  margin-left:0px;
  margin-right:0px;

}

#sidenavi ul {
	margin: 0;
	text-align:left;

		padding-left:0px;
		padding-top:0px;
	
}

#sidenavi ul li {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-image:url(http://www.i-emu.com/img/top/sidenavi-bg.gif);
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949DAA;
	width: 190px;
	background-repeat: repeat-y;
}
#sidenavi a:hover {
background-color:#DAEDFC;
  text-decoration: none;
  color:#000099;
}


[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}

.sidenavitop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949DAA;}
	
#top-B {
	background-image:url(../img/top-B1.gif);
	background-repeat:no-repeat;
	height: 45px;
	padding: 15px 10px 0px 25px;
	text-align: left;
	}

#top-B a:hover {
	text-decoration: none;
	color:#000033;
}

#top-B a:link {
	text-decoration: none;
	color:#000099;
}
	

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 1em;
	background-image: url(content-bg.png);
	background-repeat: repeat-y;
	border:1px solid #CCCCCC;
	padding-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.contents img.fig {
  float: left;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

.imgbox-L {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	float:left;
	margin-right: 15px;
	margin-left: 10px;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer {
	background: url(img/foot.gif) no-repeat right top;
	margin-top: 10px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

#footer ul {
    margin-bottom: 4px;
    padding: 0;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}
