@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(../images/body_bg.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: 680px;
	margin-left: 220px;
	padding-top: 40px;
	border-top: 10px solid #2b3c5b;
}
#logo {
	position: absolute;
	left: 19px;
	top: 50px;
	width: 139px;
}
#globalNav {
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	padding-bottom: 327px;
	border-top: 1px solid #5F5F5F;
	background
}
#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}
#viewCart {
  float:right;
  margin:10px;
	width: 102px;
}
#topic {
 	padding:0;
 margin-top: 10px;
}
#topic_caption {
  width:380px;
	float: left;
	margin:0;
	padding:0;
  margin-bottom:20px;
}
#topic_img {
	float: left;
	padding:0;
	margin:45px 0px 20px 20px;
}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 764px;
	margin-left: 220px;
	padding: 40px 0 30px 0;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#footerNav01 {
	position: absolute;
	right: 126px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 58px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 48px;
}


/* サイドメニューのアイテム */
div.globalNav    {
  cursor: pointer;
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
  background-color:#483D8B;
}
div.globalNav dt {
  cursor:pointer;
  background-color:#222222;
}
div.globalNav dt:hover  {background-color:#3d3d3d;}
div.globalNav .open     {background-color:#222222;}
div.globalNav dd        {overflow:hidden; background:#fff;}
div.globalNav span      {display:block; border-top:none;}

div.globalNav span a         {display:block; background:#fff; border-top:1px solid #CCCCCC;}
div.globalNav span a:hover   {background:#e0e0e6;}
div.globalNav span a.current {background:#e0e0e6;}

