/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
body {
	background-color: #FFDFDB;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #777;
}
p {
	line-height: 1.8;
}
table {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	color: #777;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
	color: #FFFFFF;
}
strong {
	color: #AA0505;
}
img {
	border: none;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 12px;
	margin: 5px 10px;
	font-weight: normal;
}
h1 a:hover {
	color: #555;
}
h2 {
	text-align: center;
	margin: 10px auto;
}
h3.kikou {
	height: 40px;
	background-image:url(image/h3_01.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 40px;
	margin: 20px 20px 10px 20px;
	padding-left: 40px;
	color: #AA0505;
	clear: both;
}
h3.sinkansen {
	text-align: center;
	margin: 5px auto;
}
h3.map {
	margin: 30px 150px 0 150px;
	font-size: 24px;
	color: #AA0505;
	border-bottom: solid 1px #AA0505;
}
h4.sinkansen {
	margin: 20px 20px 10px 20px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #AA0505;
	border-bottom: solid 1px #EBC1CF;
	clear: both;
}
h4.sinkansen img {
	vertical-align: middle;
	margin-right: 10px;
}
h4.flow {
	margin: 10px 10px 10px 10px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #AA0505;
	border-bottom: solid 1px #EBC1CF;
	clear: both;
}
h4.flow img {
	vertical-align: middle;
	margin-right: 10px;
}
h4.privacy {
	margin: 20px 30px 0 30px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #AA0505;
}
h5.privacy {
	margin: 20px 30px 0 30px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #AA0505;
}

/* ------------------------------
 リンク関連
------------------------------ */

a {
	color: #777;
}
a:hover {
	color: #00F;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right;
	margin: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 10px auto;
	clear: both;
}
p.center02 {
	text-align: center;
	margin: 30px auto;
	clear: both;
}
p.line01 {
	text-align: center;
	margin: 10px auto;
	clear: both;
}
.text01 {
	margin: 10px 30px;
}
.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}

/* ------------------------------
 メイン・ヘッダー
------------------------------ */

div.kikou {
	width: 960px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
}
div.kikou02 {
	width: 800px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
}
p.top {
	margin: 0 5px;
	padding: 0;
	float: left;
}
table.header {
}
td.header01 {
	width: 430px;
}
td.header02 {
	width: 280px;
	text-align: right;
	vertical-align: bottom;
}
td.header03 {
	width: 250px;
	text-align: center;
	vertical-align: bottom;
}
td.header02 img {
	margin-bottom: 5px;
	margin-right: 5px;
}
td.header03 img {
	margin-bottom: 5px;
}
div.main {
	margin: 10px 20px;
}

/* ------------------------------
 メニュー
------------------------------ */



/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	padding: 10px;
}
p.topleft {
	float: left;
}
p.topright {
	float: right;
}
p.topright img {
	margin-bottom: 18px;
}
td.info01 {
	text-align: center;
	padding-top: 10px;
}
td.info03 {
	text-align: center;
	padding-bottom: 10px;
}
td.info04 {
	text-align: left;
	padding: 10px 40px 10px 40px;
}
div.info {
	margin: 0 30px;
	background-image:url(image/info.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	height: 200px;
	overflow: auto;
}
p.info {
	margin: 0 30px;
	font-weight: bold;
	color: #AA0505;
}
ul.info {
	margin: 5px 30px 10px 30px;
	list-style-type: none;
}
ul.info li {
	border-bottom: dotted 1px #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div.topimg_left {
	float: left;
}
div.topimg_right {
	float: right;
}

/* ------------------------------
 ブログとツイッター
------------------------------ */

div.blog_tw {
	margin: 10px 30px;
}
div.tw {
	float: right;
	width: 250px;
}
div.blog {
	float: left;
}
#blog_view {
	width: 620px;
	height: 300px;
	background-image:url(image/blog.gif);
	background-repeat: no-repeat;
	float: left;
}
#blog_view ul {
	list-style: none;
	padding: 50px 20px 0 20px;
	height: 230px;
	overflow: auto;
}
#blog_view li {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #333;
}


/* ------------------------------
 震災関連のお知らせ
------------------------------ */

div.info2011 {
	border: solid 3px #F00;
	margin: 10px 30px;
	padding: 10px;
}
p.midasi2011 {
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}
p.right2011 {
	text-align: right;
}

/* ------------------------------
 パンくず・他
------------------------------ */

p.bread {
	font-size: 11px;
}
p.toplink {
	font-size: 11px;
	text-align: right;
	clear: both;
}

/* ------------------------------
 健康新幹線
------------------------------ */

div.sinkansen01 {
	width: 880px;
	margin: 10px 0 10px 20px;
	border: solid 1px #EDBFC7;
}

/* ------------------------------
 値段表
------------------------------ */

p.pricemidasi01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #AA0505;
}
table.price {
	margin: 10px 0 20px 160px;
	border-left: solid 1px #AA0505;
	border-top: solid 1px #AA0505;
}
table.price td {
	border-right: solid 1px #AA0505;
	border-bottom: solid 1px #AA0505;
}
table.price p {
	margin: 5px;
}
td.price01 {
	width: 200px;
	font-size: 18px;
	background-color: #F5DCE2;
	color: #AA0505;
	vertical-align: middle;
	font-weight: bold;
}
td.price02 {
	width: 200px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
td.price03 {
	width: 200px;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	color: #000;
}
td.price04 {;
	text-align: right;
	color: #000;
}
td.price05 {
	color: #AA0505;
}
p.price_start {
	font-size: 24px;
	font-weight: bold;
	color: #AA0505;
}

/* ------------------------------
 流れ
------------------------------ */

div.flow {
	width: 780px;
	margin: 20px 0 10px 70px;
	border: solid 1px #EDBFC7;
}

/* ------------------------------
 マップ
------------------------------ */

p.map {
	margin: 5px 150px 0 150px;
	color: #AA0505;
}

/* ------------------------------
 よくある質問
------------------------------ */

table.faq {
	margin: 20px 60px;
	border: solid 1px #EDBFC7;
}
table.faq img {
	margin: 5px;
}
table.faq p {
	margin: 5px 20px;
}
td.faq_q {
	background-color: #F5DCE2;
	color: #AA0505;
	font-size: 18px;
	font-weight: bold;
}
td.faq_a {
}

/* ------------------------------
 サロン紹介
------------------------------ */

table.salon01 {
	margin: 20px 0 20px 50px;
}
table.salon01 p {
	margin: 10px;
}
td.salon00 {
	width: 20px;
}
td.salon00_2 {
	height: 20px;
}
td.salon01 {
	width: 400px;
	border: solid 1px #EDBFC7;
}

/* ------------------------------
 お客様の声
------------------------------ */

table.voice {
	margin: 20px 85px;
}
table.voice p {
	margin: 5px 20px 20px 20px;
}
td.voice01 {
	border-left: solid 2px #EDBFC7;
	border-right: solid 2px #EDBFC7;
}

/* ------------------------------
 メディア紹介
------------------------------ */

table.media {
	margin: 20px 85px;
	border-top: solid 1px #EDBFC7;
	border-left: solid 1px #EDBFC7;
}
table.media p {
	margin: 10px 5px;
}
table.media td {
	border-right: solid 1px #EDBFC7;
	border-bottom: solid 1px #EDBFC7;
}
td.media01 {
	width: 100px;
	background-color: #F5DCE2;
	color: #AA0505;
	font-weight: bold;
}
td.media02 {
	width: 650px;
}
td.media02 ul {
	margin: 10px 5px 10px 25px;
}
td.media02 li {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #DDD;
}
td.media03 {
	width: 187px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 50px 0 20px 200px;
}
.contact01 {
	width: 150px;
	padding: 5px 0;
}
.contact02 {
	width: 350px;
	padding: 5px 0;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}

/* ------------------------------
 サイトマップ
------------------------------ */

ul.sitemap {
	margin: 20px 150px;
	font-size: 18px;
	background-image:url(image/sitemap.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul.sitemap li {
	padding-bottom: 10px;
	font-weight: bold;
}
ul.sitemap li a {
	color: #AA0505;
}
ul.sitemap li a:hover {
	color: #00F;
}

/* ------------------------------
 リンク
------------------------------ */

ul.link {
	margin: 20px 150px;
}
ul.link li {
	padding-bottom: 10px;
}
ul.link li a {
	color: #AA0505;
	font-size: 18px;
	font-weight: bold;
}
ul.link li a:hover {
	color: #00F;
}

/* ------------------------------
 サブページ
------------------------------ */

p.sub {
	text-align: center;
	margin: 70px auto;
	font-size: 28px;
}
p.sub a {
	line-height: 3;
}

/* ------------------------------
 フッター
------------------------------ */

td.footer {
	padding-bottom: 10px;
}
p.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 5px;
	color: #A8746B;
}
p.footer a {
	color: #A8746B;
}
p.footer a:hover {
	color: #00F;
}
p.footer02 {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #A8746B;
}
