@charset "shift_jis";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
BODY {
	color : #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #e8debd url(../images/bg.gif) repeat-x center top;
	font: 12px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

HR {
padding-top: 5px;
visibility : hidden;
}

/*ヘッダー
■h1タグの文字色を白以外にしたい場合、#header-container h1項目内にある「#FFFFFF」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
	width: 917px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container H1 {
	font-size: 11px;
	color: #FFFFFF;
	background : #ffffff url(../images/header_bg.jpg);
	height: 190px;
	padding-top: 11px;
	padding-left: 20px;
	font-weight: normal;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	display: inline;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background : url(../images/container_bg.gif) repeat-y left center;
}

/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 9px;
	width : 320px;
	background : url(../images/item_bg.gif) repeat-x center bottom;
}

.t1 P{
font-size : 13px;
line-height : 160%;
padding-top : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-bottom : 0px;
}

.t1 TD {
	vertical-align: top;

}

.t1 STRONG {
	background : url(../images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
　　　 font-size : 14px;
       font-weight : bold;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	float : left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

#main H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
}

#main H3{
font-size : 14px;
font-weight : bold;
padding-left : 0px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
color : red;
}

#main H4{
font-size : 13px;
font-weight : bold;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
}

#main P {
font-size : 12px;
padding-left : 10px;
padding-right : 5px;
margin-left : 0px;
margin-right : 0px;
}

#main P SPAN{
font-size : 12px;
font-weight : bold;
color : maroon;
}

#main TH{
font-size : 13px;
padding-top : 5px;
padding-bottom : 5px;
background-color : white;
vertical-align : top;
}

#main TD{
font-size : 13px;
padding-top : 5px;
padding-bottom : 5px;
background-color : white;
text-align : center;
}

#main TABLE{
width : 650px;
}

/*メインコンテンツ　各商品
----------------------------------------------------------------------------------*/
.good {
	float : left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

.good IMG {
border-width : 0px 0px 0px 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 7px;
margin-left : 10px;
margin-right : 10px;
margin-bottom : 0px;
float : left;
}




.good P{
font-size : 12px;
padding-left : 10px;
padding-right : 5px;
margin-left : 0px;
margin-right : 0px;
}

.good P SPAN{
font-size : 12px;
font-weight : bold;
color : maroon;
}

.good H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
}

.good H3{
font-size : 13px;
font-weight : bold;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
color : navy;
}

.good H4{
font-size : 14px;
font-weight : bold;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 0px;
margin-left : 0px;
margin-bottom : 0px;
color : red;
}

.good TABLE{
width : 420px;
margin-top : 10px;
}

.good TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 80px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.good TD{
font-size : 14px;
text-align : left;
padding-top : 10px;
padding-left : 5px;
padding-bottom : 10px;
font-weight : normal;
}

.good TD SPAN{
font-size : 15px;
font-weight : bold;
}

.dot{
background-image : url(../images/line.gif);
text-align : center;
}

/*メインコンテンツ　一覧
----------------------------------------------------------------------------------*/
.ichi {
	float : left;
	width: 662px;
	text-align : center;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}
.ichi P{
font-size : 12px;
padding-left : 10px;
padding-right : 5px;
margin-left : 0px;
margin-right : 0px;


text-align : left;
}

.ichi P SPAN{
font-size : 12px;
font-weight : bold;
color : maroon;
}
.ichi IMG {
border-width : 1px 1px 1px 1px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-top-style : solid;
border-top-color : gray;
border-left-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-left-color : gray;
border-right-color : gray;
border-bottom-color : gray;
}


.ichi H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
text-align : left;
}

.ichi H3{
font-weight : bold;
font-size : 12px;
}


.ichi TABLE{
width : 600px;
margin-top : 10px;
text-align : center;
}

.ichi TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 150px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.ichi TD{
font-size : 14px;
text-align : center;
padding-top : 10px;
padding-left : 5px;
padding-bottom : 10px;
font-weight : normal;
}


.ichi2 TABLE{
width : 420px;
margin-top : 10px;
}

.ichi2 TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 80px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.ichi2 TD{
font-size : 14px;
text-align : left;
padding-top : 10px;
padding-left : 5px;
padding-bottom : 10px;
font-weight : normal;
width : 200px;
}

.longbardown{
width : 662px;
text-align : center;
line-height : 2;
}

.ichidown{
width: 662px;
text-align : center;
line-height: 2;
border-top-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
border-bottom-width : 0px;
}

.ichidown H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
}

.ichidown TABLE{
width : 600px;
margin-top : 10px;
text-align : center;
}

.ichidown TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 150px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.ichidown TD{
font-size : 14px;
text-align : center;
padding-top : 10px;
padding-left : 5px;
padding-bottom : 10px;
font-weight : normal;
}

.ichi3 {
	float : left;
	width: 662px;
	text-align : center;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


.ichi3 P{
font-size : 12px;
padding-left : 10px;
padding-right : 5px;
margin-left : 0px;
margin-right : 0px;
}

.ichi3 P SPAN{
font-size : 12px;
font-weight : bold;
color : maroon;
}

.ichi3 IMG {
border-width : 1px 1px 1px 1px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-top-style : solid;
border-top-color : gray;
border-left-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-left-color : gray;
border-right-color : gray;
border-bottom-color : gray;
}


.ichi3 H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
text-align : left;
}

.ichi3 H3{
font-weight : bold;
font-size : 12px;
color : red;
}


.ichi3 TABLE{
width : 600px;
margin-top : 10px;
text-align : center;
}

.ichi3 TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 450px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.ichi3 TD{
font-size : 14px;
text-align : center;
padding-top : 10px;
padding-left : 5px;

padding-bottom : 10px;
font-weight : normal;
}


/*ドクター中松プロフィール
----------------------------------------------------------------------------------*/
.drpro{
	
	width: 662px;
	text-align: left;
	
	line-height: 2;
	border-top-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
border-bottom-width : 0px;
}

.drpro H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
}

.drpro H4{
font-weight : bold;
font-size : 12px;
color : red;
padding-left : 10px;
padding-top : 3px;
padding-bottom : 3px;
margin-top : 0px;
margin-bottom : 0px;
}

.drpro P{
font-size : 12px;
padding-left : 15px;
padding-right : 15px;
margin-left : 0px;
margin-right : 0px;
}

.drpro IMG{
font-size : 12px;
padding-left : 15px;
padding-right : 15px;
margin-left : 0px;
margin-right : 0px;
float : right;
}


/*リフラックス
----------------------------------------------------------------------------------*/
.reflax{

width: 662px;
text-align : center;
}


.reflax H3{
font-weight : bold;
font-size : 12px;
color : blue;
padding-left : 0px;
padding-top : 0px;
padding-bottom : 0px;
padding-right : 0px;
}

.reflax H4{
font-weight : bold;
font-size : 12px;
color : red;
padding-left : 10px;
padding-top : 3px;
padding-bottom : 3px;
margin-top : 0px;
margin-bottom : 0px;
}

.reflax IMG {
}


.reflax TABLE{
width : 600px;
margin-top : 10px;
}

.reflax TH{
font-size : 14px;
padding-top : 10px;
padding-left : 6px;
padding-right : 3px;
text-align : left;
width : 200px;
margin-bottom : 0px;
padding-bottom : 10px;
font-weight : normal;
}

.reflax TD{
font-size : 14px;
text-align : center;
padding-top : 10px;
padding-left : 5px;
padding-bottom : 10px;
font-weight : normal;
}

/*ラフィノース
----------------------------------------------------------------------------------*/
.raff{

width: 662px;
text-align : center;
}
.raff H5{
font-weight : bold;
font-size : 12px;
color : teal;
padding-left : 10px;
padding-top : 0px;
padding-bottom : 0px;
padding-right : 0px;
background-color : #d7ffff;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : teal teal teal teal;
text-align : left;
margin-left : 6px;
margin-right : 6px;
}

.raff H6{

font-size : 12px;

padding-left : 20px;
padding-top : 3px;
padding-bottom : 3px;
margin-top : 3px;
margin-bottom : 3px;
line-height : 160%;
text-align : left;
padding-right : 20px;
}


/*無印
----------------------------------------------------------------------------------*/

.muji {
	float : left;
	width: 662px;
	text-align : center;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


.muji P{
font-size : 12px;
padding-left : 10px;
padding-right : 5px;
margin-left : 0px;
margin-right : 0px;
}

.muji P SPAN{
font-size : 12px;
font-weight : bold;
color : maroon;
}

.muji IMG {
border-width : 0px 0px 0px 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}


.muji H2{
font-size : 14px;
font-weight : bold;
color : white;
background-image : url(../images/midashi.gif);
width : 662px;
height : 30px;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 3px;
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-bottom : 0px;
text-align : left;
}

.muji H3{
font-weight : bold;
font-size : 12px;
color : red;
}


.muji TABLE{
width : 600px;
margin-top : 10px;
text-align : center;
}

.muji TH{
font-size : 14px;



text-align : center;



font-weight : normal;
}

.muji TD{
font-size : 14px;

padding-top : 5px;
padding-left : 5px;
padding-bottom : 5px;
font-weight : normal;
width : 200px;
text-align : left;
vertical-align : top;
}

.mujimenu {
font-size : 13px;
line-height : 160%;
padding-top : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;

padding-left : 3px;
padding-right : 0px;
border-left-width : 0px;
vertical-align : super;
}

.mujiul LI {
	border-bottom: 1px dotted #CCCCCC;
	background : url(../images/arrow2.gif) no-repeat left top;
	padding-left : 13px;
vertical-align : super;
}


/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line LI {
	border-bottom: 1px dotted #CCCCCC;
	background : url(../images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}


/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

#side P {
font-size : 11px;
line-height : 160%;
padding-top : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
width : 190px;
padding-left : 3px;
padding-right : 0px;
border-left-width : 0px;
}
/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background : url(../images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */














.ichi_img{




float : left;


}
