@charset "utf-8";
/*
  ---------------------------------------------------------------
   
   サプリメント 健康食品の通販ならライオン ウェルネスダイレクト
   共通（ヘッダー・フッター）
   common.css
     
  ---------------------------------------------------------------
  INDEX : 
     - BASE ELEMENTS
     - HEADER
     - FOOTER
  ---------------------------------------------------------------
*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #1B1B1B;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: small;
	line-height: 1.5em;
}

a:link {
	color: #0076d4;
}

a:hover {
	color: #ff6600;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/
#container {
	text-align: left;
	width: 900px;
	margin: 0px auto;
}
#contents {
	width: 852px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#main-img {
	height: 240px;
	width: 768px;
	margin-bottom: 9px;
	background: url(../img/main_img.jpg) no-repeat;
}

#contents-body {
	width: 768px;
	margin: 0px auto 15px auto;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

#contents-body:after {
   content: "";
   display: block;
   clear: both;
   height: 1px;
   overflow: hidden;
}
/*¥*/
* html #contents-body {
   height: 1em;
   overflow: visible;
}
/**/
#main {
	float: left;
	width: 556px;
}
/*0903修正*/
#side {
	float: right;
	width: 207px;
	text-align: center;
	font-size: x-small;
	line-height: 1.5;
}
#contens-footer {
	clear: both;
	width: 768px;
	margin: 0px auto;
}

/* maintenance banner */
#side-maintenance {
	background: url(/img/side_guide.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 207px;
	text-indent: -9999px;
	display: block;
}


