/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #EEE;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.8;
}
li {
	line-height: 1.8;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	width: 100%;
	height: 80px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	font-size: 30px;
	color: #FFF;
	line-height: 80px;
	padding-left: 30px;
}
h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 50px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 50px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 50px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	width: 100%;
}
div.header_left {
	float: left;
}
div.header_right {
	float: right;
}
p.j_link {
	text-align: right;
	margin: 10px 10px -10px 0;
}

/* ------------------------------
 メニュー
------------------------------ */

div.menu {
	width: 100%;
	height: 40px;
	background-color: #DDD;
	font-size: 16px;
	font-weight: bold;
}
div.menu ul {
	list-style: none;
}
div.menu li {
	float: left;
	width: 200px;
	text-align: center;
	line-height: 40px;
}
div.menu a {
	display: block;
	height: 40px;
	color: #000;
	text-decoration: none;
}
div.menu a:hover {
	background-color: #555;
	color: #fff;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	width: 100%;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 シャンプー
------------------------------ */

table.shampoo {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.shampoo td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	vertical-align: middle;
}
table.shampoo p {
	margin: 5px;
}
td.shampoo00 {
	text-align: center;
}
td.shampoo00 p {
	line-height: 1em;;
}
td.shampoo01 {
	width: 200px;
	text-align: center;
}
td.shampoo02 {
}
td.shampoo03 {
}
td.shampoo04 {
	text-align: right;
}
span.fnt_small {
	font-size: 11px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.contact td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 200px;
}
td.contact02 {
	width: 400px;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	width: 100%;
	font-size: 12px;
	border-top: solid 2px #DDD;
	margin-top: 50px;
}
div.footer ul {
	list-style: none;
	margin: 10px 10px;
}
div.footer li {
	float: left;
	margin-right: 10px;
}
div.footer p {
	clear: both;
	text-align: center;
	margin: 10px auto;
}



p.page_midashi {
	font-size: 2em;
	text-align: center;
	margin: 20px auto;
	clear: both;
	background-color: #efefef;
	color: #000;
	font-weight: bold;
}
p.midashi {
	font-size: 1.8em;
	text-align: center;
	margin: 20px auto;
	clear: both;
}
span.faq_q {
	color: #00F;
}
td.contact04 {
	text-align: right;
}
div.profile {
	margin: 0 200px;
}