@charset "Shift_JIS";

/*ベース
------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}

body {
	font-family: Lucida Grande,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #595649;
	font-weight: normal;
	text-align: center;
	background: url(../img_shared/bg_body.gif) repeat-y center;
	background-color: #efe8db;
}

img {
	vertical-align: bottom;
	border: none;
}
p.fimg {
	float: right;
	margin: 0px 0px 15px 15px;
}
p.fimg_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

div.fimg_left {
	float: left;
	margin: 5px 15px 15px 0px;
	line-height:2.5em;
}

li p.fTxt {
	float: left;
	margin: 0px 10px 0px 0px;
}


/*スペース調整
------------------------------------------ */
#space,
#space_big,
#space_mid, 
#space_small {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#space {
	height: 35px;
}
#space_big {
	height: 47px;
}
#space_mid {
	height: 15px;
}

#space_small {
	height: 1px;
}



/*リンク
------------------------------------------ */
a {
	color: #F90033;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #F90033;
}

a:hover {
	color: #AF0124;
}


/*テキスト
------------------------------------------ */
h2 {
	clear: both;
	height: 45px;
	width: 580px;
	color: #F90033;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 3em;
	text-indent: 25px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img_shared/bg_h2.gif);
	background-repeat: no-repeat;
}
h3 {
	color: #F90033;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid 1px #F90033;
	margin-bottom: 10px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #595649;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
}
.note {
	font-size: 10px;
	line-height: 1.4em;
}

p.wide {
	line-height: 1.8em;
}
.normal {
	font-size: 12px;
	font-weight: normal;
}
.emphasis {
	color: #F90033;
}
.number {
	margin-right: 5px;
	padding: 1px 3px;
	background-color: #F90033;
	color: #FFFFFF;
}


/*レイアウト
------------------------------------------ */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#contents {
	clear: both;
	text-align: left;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#main {
	float: left;
	margin: 0px;
	padding: 0px;
}
#side {
	clear: both;
	float: right;
	width: 200px;
}


/*ヘッダ
------------------------------------------ */

#main_visual,
#main_visual_sub {
	text-align: left;
	clear: both;
	width: 575px;
	margin: 0px 0px 15px 0px;
}
#main_visual {
	height: 202px;
}
#main_visual_sub {
	height: 102px;
}

.main_text {
	padding: 78px 20px 0px 23px;
}
.main_text a {
	color: #333329;
	text-decoration: none;
}
.main_text a:visited {
	color: #333329;
}

.main_text a:hover {
	color: #F90033;
}

.main_text li {
	color: #333329;
	list-style-type: disc;
	width: 265px;
	margin-left: 10px;
	margin-bottom: 4px;
	border-bottom: dotted 1px #333329;
}


#header_top {
	clear: both;
	margin: 5px 0px 0px 0px;
}
#header_top p.headLeft  {
	float: left;
	overflow: hidden;
	font-size: 12px;
	height: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
	color: #666657;
}
#header_top p.headRight  {
	float: right;
	overflow: hidden;
	font-size: 11px;
	height: 17px;
	margin: 0px 0px 0px 3px;
}
#header_top p.headRight a {
	font-size: 11px;
	color: #666657;
}

.logo {
	clear: both;
	width: 196px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.logo img.logoXms {
	margin: -6px 0px -15px 0px;
}


.globalnavi {
	float: right;
	text-align: right;
	width: 580px;
	margin-top: 10px;
}
.globalnavi li {
	float: left;
	margin: 10px 0px 0px 3px;
}

#catchcopy {
	clear: both;
	font-size: 11px;
	width: 800px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*footer
------------------------------------------ */
#footer {
	clear: both;
	margin-top: 34px;
	margin-bottom: 8px;
}
#footer p {
	font-size: 11px;
	padding-bottom: 1px;
}

#footer .footer_menu {
	float: left;
}
#footer .footer_pr {
	float: right;
	text-align: right;
}
#footer .footer_copy {
	clear: both;
	width: 800px;
	letter-spacing: 1px;
	border-top: solid 1px #666657;
	padding-top: 3px;
}

#footer .footer_copy p {
	font-size: 10px;
	text-align: center;
}

#footer a {
	font-size: 11px;
	color: #595649;
}
#footer a:visited {
	color: #595649;
}
#footer a:hover {
	color: #89877A;
}



/*右サイド
------------------------------------------ */
#side a {
	color: #89877A;
	font-size: 10px;
	line-height: 1.4em;
}
#side a:visited {
	color: #89877A;
}
#side a:hover {
	color: #595649;
}
#side h3 {
	border-bottom: none;
}

/* 脚やせ通信 送信 */
#side #mailMagazine {
	height: 90px;
	background: url(../img_shared/bg_mail.jpg) no-repeat top;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
#side #mailMagazine p{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}
#side #mailMagazine p.title {
	font-size: 12px;
	color: #ffffff;
	padding: 8px 10px 8px 42px;
}
/*form input */
#side #mailMagazine input {
	font-size: 9pt;
	background-color: #ffffff;
	border: 1px solid #595649;
	color: #9F9E8F;
	margin: 0px;
	padding: 2px;
}
#side #mailMagazine input:focus {
	font-size: 9pt;
	color: #595649;
	border: 1px solid #595649;
	background-color: #FFEBF6;
}
/*form button */
#side #mailMagazine .button_style {
	font-size: 9pt;
	color: #595649;
	margin: 0px;
	padding: 2px;
	border: 1px solid #595649;
	background-color: #FFF100;
}
#side #mailMagazine .button_style:visited,
#side #mailMagazine .button_style:hover,
#side #mailMagazine .button_style:active {
	color: #595649;
	background-color: #FFD400;
}


/* 無料相談・カウンセリング */
#side p.muryouTitle {
	clear: both;
	overflow: hidden;
	width: 200px;
	height: 31px;
	font-size: 13px;
	line-height: 2.4em;
	text-indent: 10px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: url(../img_shared/bg_muryou.jpg) no-repeat top;
}
#muryou {
	clear: both;
	width: 182px;
	margin: 0px 0px 4px 0px;
	padding: 5px 8px;
	border-bottom: solid 1px #E60044;
	border-left: solid 1px #E60044;
	border-right: solid 1px #E60044;
}
#muryou p a {
	width: 182px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

/* blog */
#side p.blogTitle {
	clear: both;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#blog {
	clear: both;
	width: 178px;
	margin: 0px 0px 4px 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: solid 1px #B5B4A7;
	border-left: solid 1px #B5B4A7;
	border-right: solid 1px #B5B4A7;
}
#blog ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#blog li.areas {
	overflow: hidden;
	font-weight: bold;
	width: 100%;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 0px;
	border-bottom: solid 1px #B5B4A7;
	margin: 0px 0px 3px 0px;
	padding: 8px 0px 2px 0px;
}
#blog li a {
	overflow: hidden;
	margin: 0px;
	padding: 0px 3px;
}
#blog .pastBlog {
	width: 178px;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #B5B4A7;
	text-align: right;
}
#blog .pastBlog a {
	line-height: 1.5em;
}

/* その他のリンク */
#side ul.links {
	float: left;
	border-top: solid 1px #B5B4A7;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}
#side ul.links li {
	display: block;
	float: left;
	clear: both;
	width: 200px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-bottom: solid 1px #B5B4A7;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}
#side ul.links li a {
	text-decoration: none;
}
#side ul.links li h3 {
	font-size: 11px;
	color: #595649;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}


/*TOPに戻るボタン
------------------------------------------ */
.top_btn {
	clear: both;
	width: 575px;
	text-align: right;
	margin-top: 5px;
}

.top_btn2 {
	clear: both;
	width: 575px;
	text-align: right;
	padding-top: 5px;
}
.top_btn2 a, .top_btn2 a:hover {
	font-size: 11px;
}

/* 第3階層ボタン
------------------------------------------ */
#menu {
	width: 800px;
	height: 22px;
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img_shared/bg_menu.gif);
}

#menu ul {
	height: 22px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	float: left;
	height: 22px;
	text-align: left;
	margin: 0px 2px 0px 0px;
}

/* 第4階層ボタン
------------------------------------------ */
#menu2_long,
#menu2_short {
	width: 575px;
	text-align: left;
}
.box_red_contents #menu2_long2 {
	width: 240px;
	padding-top:12px;
	padding-left:288px;
	padding-bottom:20px;
	_padding-bottom:0em;
	text-align: left;
}

*:first-child+html #menu2_long2 {
	padding-bottom:0px;
}

#menu2_long li,
#menu2_short li {
	height: 28px;
	font-size: 12px;
	line-height: 2.2em;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	display: inline;
	margin: 0px 2px 5px 0px;
	text-indent: 6px;
}

.box_red_contents #menu2_long2 li {
	height: 28px;
	font-size: 12px;
	line-height: 2.2em;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	display: inline;
	margin: 0px;
	text-indent: 6px;
}

#menu2_long li {
	width: 158px;
	background-image: url(../img_shared/bt_menu2_long_h.gif);
}

#menu2_long2 li {
	width: 240px;
	background-image: url(../img_shared/bt_menu2_long2_h.gif);
}

#menu2_short li {
	width: 113px;
	background-image: url(../img_shared/bt_menu2_short_h.gif);
}

#menu2_long li a {
	background-image: url(../img_shared/bt_menu2_long.gif);
}
.box_red_contents #menu2_long2 li a {
	background-image: url(../img_shared/bt_menu2_long2.gif);
}
#menu2_short li a {
	background-image: url(../img_shared/bt_menu2_short.gif);
}

#menu2_long li a:hover {
	background-image: url(../img_shared/bt_menu2_long_r.gif);
}
.box_red_contents #menu2_long2 li a:hover {
	background-image: url(../img_shared/bt_menu2_long2_r.gif);
}

#menu2_short li a:hover {
	background-image: url(../img_shared/bt_menu2_short_r.gif);
}

#menu2_long li a, #menu2_long li a:hover, #menu2_long li a:visited,
#menu2_long2 li a, #menu2_long2 li a:hover, #menu2_long2 li a:visited,
#menu2_short li a, #menu2_short li a:hover, #menu2_short li a:visited {
	font-size: 12px;
	height: 28px;
	display: block;
	color: #FFFFFF;
}

/*BOX
------------------------------------------ */
.box_normal {
	clear: both;
	width: 575px;
	margin: 0px;
	padding: 0px;
}

.box_normal p {
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.box_normal .strong {
	font-size: 13px;
	font-weight: bold;
	color: #F90033;
}
.box_double_l {
	float: left;
	width: 285px;
	margin-right: 35px;
}
.box_double_r {
	float: left;
	width: 255px;
	margin: 0px;
}
.box_double_r img {
	margin-bottom: 15px;
}


.box_red p,
.box_gray p,
.box_gray_short p {
	letter-spacing: 0px;
	margin-bottom: 0px;
}


.box_red {
	width: 575px;
	margin-top: -2px;
	margin-bottom: -4px;
	background-image: url(../img_shared/bg_box_red2.gif);
}
.box_red_contents {
	margin: 0px;
	padding: 13px 20px;
}

.box_red h4,
.box_gray h4  {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}
.box_red h4  {
	color: #F90033;
	border-bottom: solid 1px #F90033;
}
.box_gray h4  {
	border-bottom: solid 1px #666657;
}

.box_gray,
.box_gray_short {
	margin: 0px;
	border: dotted 1px #666657;
	background-image: url(../img_shared/bg_box2.gif);
}
.box_gray {
	width: 575px;
}
.box_gray_short {
	width: 285px;
}
.box_gray_contents {
	margin: 0px;
	padding: 10px;
}

.clearAll{ clear: both;}
