@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/


body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-color: #ffffff;
}

a:link {
  color: #ff3366;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #ff0077;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  background-color: #ffffff;
}


#main img.head_photo {
  margin: 1px 0 0 0;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 900px	;
  height: 70px;
  border-bottom: solid 3px #f08080;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 3px 0 4px 8px;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	background-image : url(image/head/h_back.gif);
}

#header h2 {
  margin: 0;
  padding: 20px 0px 10px 15px;
  width: 380px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

#table-right1{
  text-align: right;
  margin: 0;
  padding: 2px 1px 2px 0;
  font-size: 12px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right1 a{
  text-align: right;
  margin: 0;
  padding: 2px 1px 2px 0;
  font-size: 12px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}
#table-right1 a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 2px 2px 0;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  padding: 2px 2px 2px 0;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

/*---------- 雲のとこ ----------*/
#header-image h4 {
  font-size: 14px;
  color: #666666;
}

#header-image h4 a{
  font-size:130%;
font-weight: 900; 
  color: #dc143c;
  text-decoration: none;
}

#header-image h4 a:hover{
  font-size:130%;
font-weight: 900; 
  color: #f08080;
  text-decoration: none;
}

.cloudy-left{
position: relative;
z-index: 0;
}

.cloudy-left:hover{
background-color: transparent;
z-index: 50;
}

.cloudy-left span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
}

.cloudy-left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.cloudy-left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 70px; 
}

.cloudy-right{
position: relative;
z-index: 0;
}

.cloudy-right:hover{
background-color: transparent;
z-index: 50;
}

.cloudy-right span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
}

.cloudy-right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.cloudy-right:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -400px; 
}

/*---------- コンテンツ ----------*/

#container {
  width: 900px;
  margin: 0px;
  overflow: hidden;
  padding: 6px 0 6px 0;
  background-color: #ffffff;
}

/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 1px 0 15px 0;
	padding: 0;
	width: 180px;
	letter-spacing: 1px;
	text-align: left;

}

#menu h2 {
	margin: 0 0 2px 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(image/menu/sidebar.gif);
	background-repeat: no-repeat;
}


#menu a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#menu a:hover{
  font-size: 12px;
  color: #ff0033;
  text-decoration: none;
}

.menulist {
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 8px;
	width: 169px;
	text-align: left;
}

.menulist h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 100%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(image/menu/sidebar.jpg);
	background-repeat: no-repeat;
}

.menulist a {
	display: block;
	border-bottom: dotted 2px #f08080;
	padding: 10px 0 9px 23px;
	font-size: 12px;
	background-image: url(image/menu/side_menu_bg.gif);
	background-repeat: no-repeat;
}

.menulist a:hover {
	background-image: url(image/menu/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}


.menu_news {
	margin: 0 0 0px 0;
	padding: 5px 2px 0px 8px;
	width: 170px;
	text-align: left;
	letter-spacing: 1px;
}

.menu_news h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(image/menu/sidebar.gif);
	background-repeat: no-repeat;
}

.menu_news a{
  color: #99ab4e;
  width: 145px;
  padding: 6px 0 5px 0;
 
}

.menu_news a:hover{
  color: #69821b;
}

.menu_news p{
  margin: 10px 0px 0 0px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
}

.openrss ul { 
	margin: 0 0 20px 0;
	padding: 5px 2px 20px 8px;
	width: 170px; 
} 
.openrss li { 
font-size:12px; 
  color: #99ab4e;
} 
.openrss li a{ 
font-weight:bold; 
  color: #99ab4e;
  width: 145px;
  padding: 6px 0 5px 0;
} 



/*---------- 義援金 ----------*/
#gien{
  padding: 20px 20px 20px 20px;
  width: 600px;
  border: solid 1px #666666;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
/*---------- サイトマップ----------*/

.sitemap {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #c9171e;
  line-height: 130%;
}
.sitemap a{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;

}

.sitemap h3 {
	margin: 0;
	padding:0;
	line-height: 100%;
	font-size: 16px;
	color: #fffffc;
}



/*---------- QA ----------*/

.qamenulist {
	margin: 0 0 3px 0;
	padding: 5px 0px 0px 8px;
	width: 180px;
	text-align: left;
}

.qamenulist h3 {
	margin: 0;
	padding: 8px 0 8px 12px;
	line-height: 100%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(page/etc/image/qa/qasidebar.gif);
	background-repeat: no-repeat;
}

.qamenulistin {
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	width: 168px;
	text-align: left;
	border-bottom: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}
.qamenulistin a {
	display: block;
	padding: 10px 5px 8px 20px;
	font-size: 12px;
	background-image: url(page/etc/image/qa/side_menu_bg.gif);
	background-repeat: no-repeat;
	letter-spacing: 0px;
}

.qamenulistin a:hover {
	background-image: url(page/etc/image/qa/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}
/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 4px 0 5px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  width: 705px;
}


#contents a {
  color: #e95464;
  font-size: 12px;
}

#contents a:hover {
  color: #ff6699;
  font-size: 12px;
}

span.a {
 font-size: 10pt;
 color: red;
}

/*---------- メイン部分リンク ----------*/
td#t03 {
	margin:0;
 	 padding:0px 0px 0px 4px;
	color: #ffffff;
	 text-align:left;
}

/*---------- モニターのとこ、お客さまの声 ----------*/


table#t01 {
 border: none;
  border-collapse: collapse;
}


td#t01 {
 border: none;
  border-collapse: collapse;
  font-size:12px;
  margin:0px;
 text-align:left;
}


td#t02{
  border-bottom:solid 2px #e95464; 
  border-top:hidden;
  border-left:hidden;
  border-right:hidden;
  color:#e95464;
  font-wight:bold;
  font-size:14px;

}
/*---------- 緊急の方に----------*/
.kinkyu {
	padding: 0px 20px 15px 20px;
	line-height: 100%;
	background-image: url(image/main/6-1.gif);
	background-repeat: no-repeat;
}

.kinkyuin{
	padding: 11px 0px 0px 31px;
	line-height: 1.9;
	color: #000000;
	font-size: 18px;
	font-wight: bolder;
	letter-spacing: 0px;
	width: 300px;
}

.kinkyuin2{
	padding: 83px 0px 0px 10px;
	line-height: 1.8;
	color: #000000;
	font-size: 16px;
	font-wight: bolder;
	letter-spacing: 0px;
	width: 320px;
}
/*---------- 始めてます----------*/
.hajimete {
	padding: 0px 0px 5px 0px;
	line-height: 100%;
	background-image: url(image/main/hajimete.jpg);
	background-repeat: no-repeat;
}

.hajimetein{
	padding: 88px 0px 0px 211px;
	line-height: 1.6;
	color: #000000;
	font-size: 20px;
	font-wight: bolder;
	letter-spacing: 0px;
	width: 300px;
}
/*---------- パタカラの医学的根拠----------*/

#contents h2 {
  margin: 0;
  padding: 0px 0px 10px 0px;
  text-align: left;
  font-size: 18px;
  color: #e95464;
  font-weight:bolder;
  line-height: 130%;
}


#contents img.head_photo {
  margin: 0 0 10px 0;
}
/*---------- 実感体験----------*/

.jikkan {
	background-color: #ff9999;
	margin: 5 5 5px 5;
	padding: 5px 5px 5px 5px;
	width: 685px;
}

.jikkan p{
  margin: 10px 0px 0 0px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- 会社概要----------*/
#gaiyo h2 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #ff0066;
  font-weight:bolder;
}
.gaiyo1{
  border-bottom:solid 1px #c0c0c0; 
  border-top:hidden;
  border-left:hidden;
  border-right:hidden;
  padding: 3px 0px 3px 15px;
  color:#808080;
font-weight: bold; 
  font-size:13px;
}
.gaiyo2{
  border-bottom:solid 1px #c0c0c0; 
  border-top:hidden;
  border-left:hidden;
  border-right:hidden;
  padding: 3px 0px 3px 15x;
  color:#808080;
  font-size:13px;
}
/*---------- 個人情報・ご利用条件----------*/
#gaiyo h3 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #999999;
  font-weight:bolder;
  border-bottom:solid 1px #c0c0c0; 
}

.gaiyo3{
  padding: 3px 0px 3px 15x;
  color:#808080;
  font-size:13px;
}
/*----------QAメイン側----------*/
.boxqa {
  border-bottom:solid 1px #dcdcdc; 
  border-top:solid 1px #dcdcdc; 
  border-left:solid 1px #dcdcdc; 
  border-right:solid 1px #dcdcdc; 
  color:#e95464;
  font-wight:bold;
  font-size:16px;
}

.boxq {
  border-bottom:solid 1px #e95464; 
  border-top:hidden;
  border-left:hidden;
  border-right:hidden;
  color:#e95464;
  font-wight:bold;
  font-size:16px;
}

.boxa {
  color:#696969;
  font-size:12px;
  letter-spacing: 1px;
}

.under{
  border-bottom:solid 1px #d3d3d3; 
  border-top:hidden;
  border-left:hidden;
  border-right:hidden;
}
/*---------- 問合せ----------*/
.info_net_img {
	text-align:center;
	margin-bottom:22px;
}
/*---------- ページのトップに戻る ----------*/
.pagetop{
 clear:both;
 margin:20px 0 0 0;
 text-align:right;
  overflow: hidden;
}

.pagetop a{
 background-image: url(image/menu/up-icon.gif) ;
 background-repeat: no-repeat;
 background-position: top left;
 padding-left:20px;
 padding-bottom:1px;
 padding-top:1px;
  text-decoration: none;
}

.pagehome{
 clear:both;
 margin:20px 0 0 0;
 text-align:right;
  overflow: hidden;
}

.pagehome a{
 background-image: url(image/menu/home-icon.gif) ;
 background-repeat: no-repeat;
 background-position: top left;
 padding-left:20px;
 padding-bottom:1px;
 padding-top:1px;
  text-decoration: none;
}
/*---------- 表情筋について ----------*/
.bijinline{
  border:solid 1px #c0c0c0; 
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 0px;
 text-align:center;
vertical-align:top;
  padding: 0px 0px 10px 0px;
}

/*---------- パタカラについて ----------*/
.box {
  border-bottom:solid 1px #dcdcdc; 
  border-top:solid 1px #dcdcdc; 
  border-left:solid 1px #dcdcdc; 
  border-right:solid 1px #dcdcdc; 
}

.boxin{
  margin: 15px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
}

.boxtd {
  color:#696969;
  font-size:12px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 15px;
}


/*---------- パタカラとは ----------*/
.patakaratoharogo{
	padding: 0px 0px 60px 0px;
	line-height: 100%;
	background-image: url(page/patakara/image/patakara/patakaratoha.jpg);
	background-repeat: no-repeat;
}

.boxmoji {
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 1px;
  border-bottom: dotted 3px #e95464; 
  padding: 0px 0px 10px 0px;
	line-height: 140%;
}
/*---------- フィップルとは----------*/
.boxmojifit {
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 1px;
  border-bottom: dotted 3px #e95464; 
  padding: 30px 5px 10px 10px;
	line-height: 140%;
}
.text11fit {
  color:#4d4d4d;
  font-size:11px;
  letter-spacing: 1px;
	line-height: 110%;
  padding: 15px 5px 10px 10px;
}


.boxmoji h2 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #e95464;
  font-weight:bolder;
}

.text11 {
  color:#4d4d4d;
  font-size:11px;
  letter-spacing: 1px;
	line-height: 110%;
}
/*---------- エクササイズ----------*/
.boxin2{
  margin: 15px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 1px;
}

.text14 {
  color:#4d4d4d;
  font-size:14px;
  letter-spacing: 1px;
  padding: 0px 0px 10px 0px;
 line-height: 170%;
}
.text12 {
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 0px;
  padding: 0px 0px 10px 0px;
}
.text12monita {
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 1px;
  padding: 15px 0px 10px 15px;
}
.text16 {
  color:#4d4d4d;
  font-size:16px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
 line-height: 170%;
}

.text16 a {
  color:#4d4d4d;
  font-size:16px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
 line-height: 170%;
}

/*---------- 注文、商品案内----------*/

.text18order {
  color:#000000;
  font-size:18px;
  letter-spacing: 1px;
  padding: 15px 0px 10px 0px;
  font-weight:bolder; 
line-height: 130%;
}

.text14order {
  color:#000000;
  font-size:14px;
  letter-spacing: 1px;
  padding: 0px 0px 10px 0px;
  font-weight:bolder; 
line-height: 130%;
}

.text16order {
  color:#000000;
  font-size:16px;
  letter-spacing: 1px;
  padding: 5px 0px 5px 0px;
  font-weight:bolder; 
line-height: 130%;
}


.text12patakara {
  color:#383c3c;
  font-size:12px;
  letter-spacing: 1px;
  padding:10px 15px 0px 10px;
line-height: 130%;
}

.redtext12patakara {
  color:#ff3366;
  font-size:12px;
  letter-spacing: 1px;
  padding:5px 15px 3px 10px;
}
.text12patakaraset {
  color:#383c3c;
  font-size:12px;
  letter-spacing: 1px;
  padding:15px 5px 10px 5px;
line-height: 130%;
}

.text10patakara {
  color:#383c3c;
  font-size:10px;
  letter-spacing: 1px;
  padding:20px 25px 0px 50px;
line-height: 130%;
}

.text14patakara {
  color:#4d4d4d;
  font-size:14px;
  letter-spacing: 1px;
  padding: 0px 0px 10px 0px;
 line-height: 170%;
vertical-align:middle;}
}

.text10pink {
  color:#ff3366;
  font-size:10px;
  letter-spacing: 1px;
  padding:10px 10px 10px 10px;
line-height: 130%;
text-align:center;
vertical-align:text-top;
}

.text10blue {
  color:#4169e1;
  font-size:10px;
  letter-spacing: 1px;
  padding:10px 10px 10px 10px;
line-height: 130%;
vertical-align:text-top;
}

td#t06 {
	margin:0;
 	 padding:0px 0px 0px 50px;
	font-size: 14px;
	color: #ffffff;
	 text-align:left;
}

td#t05 {
	margin:0;
 	 padding:0px 20px 0px 0px;
	font-size: 14px;
	color: #ffffff;
	 text-align:right;
}

.doubleline {/*二重取り消し線*/
background-image:url(page/etc/image/patakara/line.gif);
background-repeat:repeat-x;
background-position: center;
}

/*---------- 開発者より----------*/


.akihiro {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 650px;
	text-align: left;
}

.akihiro p {
	display: block;
	border-bottom: dotted 1px #f08080;
	padding: 0px 0px 3px 8px;
	font-size: 12px;
   line-height: 12px;
letter-spacing: 2px;
}

.akihiromoji {
  color:#4d4d4d;
  font-size:12px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
}

.akihiromoji h4 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #f08080;
  font-weight:bolder;
}


/*---------- フッター ----------*/
.boxmoji2 {
  color:#e95464;
  font-size:18px;
  letter-spacing: 1px;
  border-bottom: dotted 2px #e95464; 
  padding: 0px 0px 0px 0px;
 line-height: 140%;
 text-align:center;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #f08080;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 
}

#footer a:hover {
  color: #666666;
}

#copy  {
  color: #666666;
  font-size: 10px;
}
