@charset"utf-8";

/*初期設定
---------------------------------------------*/
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(jpeg/wrapper-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

html{
    margin-bottom:1px; /*Firefoxで背景のセンタリングがズレるバグ対策*/
    height:100%;
}

/*ブラウザCSS初期値リセット
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

form,fieldset,h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

ul,li,ol{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top; /*WindowsIEバグ対策*/
}

strong {
	font-size: 1em;
	font-weight: normal;
}

/*リンク標準設定
---------------------------------------------*/
a:link{
	color : blue;
	text-decoration: underline;
}
a:visited{
	color : purple;
	text-decoration : underline;
}
a:hover{
	color : black;
	text-decoration : underline;
	background-color: #FFFF99; /*黄色*/
}
a:active{
	color : red;
	text-decoration : underline;
}

/*コンテンツ包括部分
---------------------------------------------*/
#wrapper {
	width: 720px;
	padding: 0px;
	margin: 0px auto;
}
#container {
	width: 720px;
	overflow: hidden;
	position: absolute;
	top: 160px;
	background: url(gif/background1.gif) repeat-y; /*サイド縞模様あり*/
}
#container-indexpage {
	width: 720px; /*各indexページの包括背景*/
	overflow: hidden;
	position: absolute;
	top: 160px;
}
#left-box {
	width: 180px;
	float: left;
	overflow: hidden;
}
#contents-box {
	width: 520px;
	float: right;
	overflow: hidden;
	padding: 10px 10px 20px 9px;
}

/*インデックスページ包括部分
---------------------------------------------*/
#index-page{
	width: 718px; /*各サブメニュー・トップページ背景*/
	padding: 20px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
}
#index-page2{
	width: 718px; /*sup5のみで利用中*/
	padding: 20px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
}
#index-page3{
	width: 678px; /*sup5,6で利用中*/
	padding: 20px 20px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
}
#wrapper #container-indexpage #index-page3 li {
	float: left;
	margin-left: 57px;
}


/*基礎からわかるサプリメント（インデックスページ）
---------------------------------------------*/
#index-page li{
	font-size: 0.75em;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #FF0000;
}
#index-page li a{
	width: 318px;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.6em;
}
#index-page li a:hover{
	text-decoration: none;
	padding-left: 5px;
	background-color: #FFFFAA;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*サプリメントの正しい選び方（インデックスページ）
---------------------------------------------*/
#index-page #menu{
	width: 678px;
	height: 152px;
	margin: 0px 0px 20px;
	padding: 0px 20px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/*ヘッダー部分
---------------------------------------------*/
#header {
	width: 718px;
	height: 25px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(jpeg/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header #topmenu {
	width: 718px;
	position: absolute;
	top: 5px;
	text-align: right;
}

#header #topmenu li {
	display: inline;
	font-size: 12px;
	line-height: 16px;
}

#header-logo{
	position: absolute;
	height: 55px;
	width: 718px;
	z-index: 1;
	top: 25px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(jpeg/header-bg2.jpg);
	background-repeat: no-repeat;
}
/*グローバルメニュー部分
---------------------------------------------*/
#globalnavi {
	width: 720px;
	height: 30px;
	position: absolute;
	top: 80px;
}
#globalnavi li {
	width: 120px;
	height:30px;
	float: left;
}
#globalnavi li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-image: url(jpeg/global-nav.jpg);
}

#globalnavi a.stay {
	color: #FFFFFF;
}

#globalnavi a:hover {
	color: #666666;
}

#nav01 a { background-position:    0   0; }
#nav02 a { background-position: -120px 0; }
#nav03 a { background-position: -240px 0; }
#nav04 a { background-position: -360px 0; }
#nav05 a { background-position: -480px 0; }
#nav06 a { background-position: -600px 0; }

#nav01 a.stay { background-position:    0   -30px; }
#nav02 a.stay { background-position: -120px -30px; }
#nav03 a.stay { background-position: -240px -30px; }
#nav04 a.stay { background-position: -360px -30px; }
#nav05 a.stay { background-position: -480px -30px; }
#nav06 a.stay { background-position: -600px -30px; }

#nav01 a:hover { background-position:    0   -60px; }
#nav02 a:hover { background-position: -120px -60px; }
#nav03 a:hover { background-position: -240px -60px; }
#nav04 a:hover { background-position: -360px -60px; }
#nav05 a:hover { background-position: -480px -60px; }
#nav06 a:hover { background-position: -600px -60px; }

#nav01 a {
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 12px;
}
#nav02 a,#nav03 a,#nav04 a,#nav05 a,#nav06 a {
	padding-top: 3px;
	padding-bottom: 1px;
	line-height: 13px;
}

/*グローバルナビゲーションバー部分
---------------------------------------------*/
#glovalbar_1,#glovalbar_2,#glovalbar_3,#glovalbar_4,#glovalbar_5,#glovalbar_6 {
	position: absolute;
	top: 110px;
	width: 718px;
	height: 20px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#glovalbar_1 {
	background-image: url(gif/bar1.gif);
	background-repeat: repeat-x;
}

#glovalbar_2 {
	background-image: url(gif/bar2.gif);
	background-repeat: repeat-x;
}

#glovalbar_3 {
	background-image: url(gif/bar3.gif);
	background-repeat: repeat-x;
}

#glovalbar_4 {
	background-image: url(gif/bar4.gif);
	background-repeat: repeat-x;
}

#glovalbar_5 {
	background-image: url(gif/bar5.gif);
	background-repeat: repeat-x;
}

#glovalbar_6 {
	background-image: url(gif/bar6.gif);
	background-repeat: repeat-x;
}

/*パンくずリスト部分
---------------------------------------------*/
#breadcrumb {
	width: 718px;
	height: 29px;
	position: absolute;
	top: 130px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#breadcrumb p {
	text-align: left;
	padding-left: 15px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

/*各見出し要素部分
---------------------------------------------*/
h1 {
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	font-weight: normal;
	margin-left: 6px;
	margin-top: 3px;
	color: #999999;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	border-left: 5px solid #FF0000;
	background-image: url(jpeg/midashi-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 3px 5px 5px 5px;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	border-left: 5px solid #0000FF;
	background-image: url(jpeg/midashi-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 5px;	
}
h4 {
	font-size: 0.875em;
	line-height: 1.2em;
	border-left: 5px solid #FF00FF;
	background-image: url(jpeg/midashi-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 10px;
}

/*サイドメニュー部分
---------------------------------------------*/
#sidemenu{
	width: 180px;
	text-align: center; /*バナーのセンタリング用*/
}

#sidemenu ul li{
	width: 180px;
	font-size: 12px; 
	text-align: left;
	display: block;
	text-indent: 15px;
}

#sidemenu li.down{
	font-size: 12px; 
	line-height: 1.5em;
	background-image: url(gif/sidebkdown.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #CCCCCC;
}
#sidemenu li.stay{
	font-size: 12px; 
	padding: 1.5em 0px; /*選択中：上下1.5emの余白*/
	line-height: 1.5em;
	background-image: url(gif/sidebkstay.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #CCCCCC;
}
#sidemenu ul a:link{
	text-decoration : none;
	display: block;
	padding: 0.8em 0px; /*未選択：上下0.8emの余白*/
	width: 180px;
}
#sidemenu ul a:visited{
	text-decoration : none;
	border: none;
	display: block;
	padding: 0.8em 0px;
	width: 180px;
}
#sidemenu ul a:hover{
	display: block;
	padding: 0.8em 0px;
	background-image: url(gif/sidebkup.gif); /*背景画像の入替え*/
	background-repeat: repeat-y;
	width: 180px;
}
#sidemenu ol{
	margin: 50px 0px 0px;
	padding: 0px;
}
#sidemenu ol li.banner{
	margin: 20px 0px 0px;
	padding: 0px;
}

/*コンテンツ部分
---------------------------------------------*/
.contents1 {
	text-align: center; /*コンテンツ内画像のセンタリング用*/
	padding: 20px 10px 20px 10px;
}

.contents2 {
	text-align: center; /*コンテンツ内画像のセンタリング用*/
	padding: 20px 10px 10px 20px;
}

.contents3 {
	text-align: center; /*コンテンツ内画像のセンタリング用*/
	padding: 20px 10px 0px 10px; /*sup_5「製品紹介」にて利用中*/
	overflow: hidden; /*背景画像が表示されないバグ対応*/
}

.contents4 {
	padding: 5px; /*関連記事用*/
	border: 1px dotted #999999;
	margin: 20px 20px 0px;
}

.contents-faq {
	text-align: center; /*コンテンツ内画像のセンタリング用*/
	padding: 10px 10px 0px; /*ＦＡＱにて使用中*/
}

#contents-box p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 1.2em;
	text-align: left;
}

#index-page3 p {
	font-size: 0.75em; /*サプリメント購入方法のトップページのみ使用*/
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 1.2em;
	text-align: left;
}

/*コンテンツ部分（クリアーＦＩＸ）
---------------------------------------------*/
p.clear {
	clear: both;
}

/*コンテンツ部分（黒・ボールド）
---------------------------------------------*/
#contents-box p.bold {
	color: #000000;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	font-weight: bold;
}
/*コンテンツ部分（赤・ボールド大）
---------------------------------------------*/
#contents-box p.bold_r,#index-page3 p.bold_r {
	font-weight: bold; /*サプリメント購入方法のトップページにも個別適用*/
	color: #FF0000;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

/*コンテンツ部分（リスト見出し）
---------------------------------------------*/
#contents-box p.list-midashi{
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: #000000;
	margin-bottom: 20px;
}

/*コンテンツ内（リスト表示）
---------------------------------------------*/
#contents-box ul {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 30px;
	text-align: left;
}

#contents-box ul li {
	font-size: 0.75em; /*12ポイント*/
	color: #000000;
	line-height: 1.125em;
	list-style-type: circle;
	margin-bottom: 0.5em;
}

#contents-box ol {
	margin-top: 10px; /*サプリメント購入方法にて使用中*/
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
}

#contents-box ol li {
	font-size: 0.75em; /*12ポイント*/
	color: #000000;
	line-height: 1.125em;
	list-style-type: circle;
	margin-bottom: 0.5em;
}

#contents-box .contents-faq ul {
	margin: 10px 0px 30px 30px;
}

.contents-faq ul li a {
	text-align: left; /*ＦＡＱにて使用中*/
	text-decoration: none;
	line-height: 1.6em;
}

.contents-faq ul li a:hover {
	border-bottom: 1px dotted #999999;
}

/*コンテンツ部分（サプリを選んだ理由）
---------------------------------------------*/
#contents-box fieldset {
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px dotted #CCCCCC;
	padding: 0px 10px 5px;
	margin:0px auto 20px;
	text-align: left;
}
#contents-box fieldset legend{
	background-color: #FFFFFF;
	color: #333333;
}
#contents-box fieldset ul{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
#contents-box fieldset li{
	margin: 0px;
	padding: 5px 0px 0px;
}

/*コラム（あなたに合うサプリメント）
---------------------------------------------*/
.colm{
	width: 329px; /*Sup5で利用*/
	text-align: left;
	float: left;
	font-size: 0.75em;
	line-height: 1.4em;
	margin-left: 20px;
}
.colm p{
	line-height: 1.4em;
	padding-bottom: 10px;
}
.colm p.bold{
	color: #000000;
	font-weight: bold;
}
.colm p.bold_r{
	color: #FF0000;
	font-weight: bold;
}
.colm p a  {
	border-bottom: 1px dotted #666666; /*コンテンツ内リンクの波線ボーダー*/
	text-decoration : none;
	color: #666666;
}
.colm ul li{
	width: 329px;
	margin-bottom: 20px;
	height: 120px;
}

/*チェックポイント（サプリの選び方）
---------------------------------------------*/
#contents-box p.point {
	line-height: 1.4em;
	color: #333333;
	border:3px double #FF00FF; /*二重枠（紫）*/
	font-size: 0.875em; /*14ポイント*/
	padding: 5px;
	font-weight: bold;
}

/*ＦＡＱ
---------------------------------------------*/
#contents-box .contents-faq p.question {
	font-size: 0.875em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(gif/faq_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #0000FF;
	padding-bottom: 5px;
	margin-top: 20px;
}
#contents-box .contents-faq p.answer {
	font-size: 0.875em;
	background-image: url(gif/faq_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contents-box .contents-faq p.answer1 {
	font-size: 0.875em;
	background-image: url(gif/faq_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #000000;
	margin-top: 20px;
}
#contents-box .contents-faq p.answer2 {
	font-size: 0.875em;
	padding-left: 30px;
	color: #000000;
}
#contents-box .contents-faq p.answer3 {
	font-size: 0.875em;
	padding-left: 30px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

/*次ページへ進む部分
---------------------------------------------*/
#contents-box p.next {
	text-align: right;
	font-size: 0.75em;
	margin-top: 30px;
	margin-bottom: 50px;
}
#contents-box p.next a {
	text-decoration : none;
}

/*ページの先頭に戻る部分
---------------------------------------------*/
#contents-box p.pagetop {
	text-align: right;
	font-size: 0.75em;
	margin: 1em 10px 20px;
	border-bottom: 1px dotted #666666;
}
#contents-box p.pagetop a {
	text-decoration : none;
}

/*コンテンツ部分（コンテンツ内リンク下線）
---------------------------------------------*/
#contents-box .contents1 p a,#contents-box .contents2 p a,#contents-box .contents-faq p a,#contents-box .contents3 .productdirection a {
	border-bottom: 1px dotted #666666; /*コンテンツ内リンクの波線ボーダー*/
	text-decoration : none;
	color: #666666;
	clear: both;
}

/*コンテンツ部分（段落上下マージン）
---------------------------------------------*/
#contents-box p.m30-t{
	margin-top: 30px;
}
#contents-box p.m30-b{
	margin-bottom: 30px;
}
#contents-box p.m50-t{
	margin-top: 50px;
}
#contents-box p.m50-b{
	margin-bottom: 50px;
}

/*コンテンツ部分（サマリー・要約部分）
---------------------------------------------*/
#contents-box p.summary {
	line-height: 1.4em;
	color: #333333;
	background-color: #FFFFCC; /*肌色枠内塗りつぶし*/
	border:1px solid #FF6633; /*オレンジ枠*/
	font-size: 0.75em; /*12ポイント*/
	padding: 5px;
}

/*フッター部分
---------------------------------------------*/
#footer {
	margin-top: 20px;
	padding-top: 10px;
	width: 718px;
	text-align: center;
	clear: both;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#footer li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 16px;
}
address {
	font-size: 12px;
	font-style: normal;
	padding-top: 10px;
}

/*写真・イラスト
---------------------------------------------*/
img.photo {
	border:solid 1px #999999; /*枠の表示*/
}
img.photo_r {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border:solid 1px #999999;
	margin-right: 0px;
}

img.photo_l {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border:solid 1px #999999;
	margin-left: 0px;
}
#contents-box p.photo_r300 a,#contents-box p.photo_r200 a,#contents-box p.photo_l200 a,#contents-box p.photo_r150 a,#contents-box p.photo_l150 a,#contents-box p.photo_r100 a,#contents-box p.photo_l100 a {
	border-style: none; /*コンテンツ内の写真に貼ったリンクのボーダーを消す*/
}

#index-page3 p.photo_r300 {
	float:right; /*サプリメント購入方法トップページで利用中*/
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	color: #000000;
	width: 300px;
	text-align: center;
}

#contents-box p.photo_r300 {
	float:right;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #000000;
	width: 300px;
	text-align: left;
}
#contents-box p.photo_r200 {
	float:right;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #000000;
	width: 200px;
	text-align: left;
}
#contents-box p.photo_l200 {
	float:left;
	margin: 0px 10px 10px 0px;
	font-size: 10px;
	color: #000000;
	width: 200px;
	text-align: left;
}
#contents-box p.photo_r150 {
	float:right;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #000000;
	width: 150px;
	text-align: left;
}
#contents-box p.photo_l150 {
	float:left;
	margin: 0px 10px 10px 0px;
	font-size: 10px;
	color: #000000;
	width: 150px;
	text-align: left;
}
#contents-box p.photo_r100 {
	float:right;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #000000;
	width: 100px;
	text-align: left;
}
#contents-box p.photo_l100 {
	float:left;
	margin: 0px 10px 10px 0px;
	font-size: 10px;
	color: #000000;
	width: 100px;
	text-align: left;
}

/*サプリメント注文方法・選択ボックス部分
---------------------------------------------*/
#wrapper #container-indexpage #index-page3 #orderchoice{
	background-color: #FFFFFF;
	width: 550px;
	margin: 20px auto 0px;
	padding: 0px;
	border: 1px solid #999999;
	height: 220px;
}
#wrapper #container-indexpage #index-page3 #orderchoice ul{
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px 0px 30px;
	width: 520px;
}
#wrapper #container-indexpage #index-page3 #orderchoice li{
	background-color: #FFFFFF;
	display: block;
	width: 100px;
	float: left;
	font-size: 12px;
	padding: 0px 30px 0px 0px;
	line-height: 16px;
	margin: 20px 0px;
}

/*相互リンクページ
---------------------------------------------*/
.contents1 .linkpage {
	width: 500px;
	font-size: 0.75em;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.contents1 .linkpage td {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	height: 4em;
}
.contents1 .linkpage a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#wrapper #container #contents-box .contents1 table.linkpage p {
	font-size: 1em;
	padding: 3px 0px 0px 1em;
	margin: 0px;
	line-height: 1.2em;
}

/*特定商取引法、個人情報保護方針ページにて利用中
---------------------------------------------*/
#torihiki {
	width: 600px;
	line-height: 1.6em;
	font-size: 0.75em;
	border-collapse: collapse;
	margin:0px auto;
	border: 1px solid #CCCCCC;
}
#torihiki th {
	width: 149px;
	text-align: left;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px 10px;
}
#torihiki td {
	width: 410px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#torihiki caption {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}


/*製品一覧表
---------------------------------------------*/
.contents3 .productlist {
	width: 500px;
	font-size: 0.75em;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.contents3 .productlist td {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.contents3 .productlist a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#wrapper #container #contents-box .contents3 table.productlist p {
	font-size: 1em;
	padding: 3px 0px 0px 1em;
	margin: 0px;
	line-height: 1.2em;
}

/*製品詳細ページにて利用中
---------------------------------------------*/
#wrapper #container #contents-box .contents3 .productimage {
	float: left;
	width: 100px;
	padding-top: 10px;
}
#wrapper #container #contents-box .contents3 .productdirection {
	float: right;
	width: 390px;
	padding-left: 10px;
	padding-top: 10px;
}
#wrapper #container #contents-box .contents3 .productdirection dt {
	font-size: 0.85em;
	text-align: left;
	padding: 2px;
	color: #000000;
}
#wrapper #container #contents-box .contents3 .productdirection dd {
	font-size: 0.75em;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
#wrapper #container #contents-box .contents3 ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#wrapper #container #contents-box .contents3 ul li.sup-choice {
	float: left;
	list-style: none;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	height: 65px;
	width: 150px;
}

#wrapper #container #contents-box .contents4 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#wrapper #container #contents-box .contents4 ul li {
	list-style-type: none;
	padding-left: 10px;
	text-decoration: none;
}
#wrapper #container #contents-box .contents4 ul li a {
	text-decoration: none;
}
#wrapper #container #contents-box .contents4 ul li a:hover {
	border-bottom: 1px dotted #666666;
}

#wrapper #container #contents-box .contents4 p {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px 0px 5px;
}

