@charset "UTF-8";

/* 基本設定
---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
	font-size: 12px;
	background: url(images/back.jpg) repeat-x;
}
p {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #666666;
}
a {
	color: #0033CC;
}
a:hover {
	color: #FF0000;
}
div {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ol,ul {
	margin-left: 2em;
	margin-right: 15px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
blockquote {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 0 5px;
	background: #EEE;
	border: #aaa 1px dotted;
} 
img {
	border: 0;
}
img.mt_icon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}
img.emoticon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}
.clr {
	clear: both;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg {
	display: inline-block;
}

/* no ie mac \*/

* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}

/* .ページ名の定義
---------------------------------------------------- */

/* 包括レイアウト
---------------------------------------------------- */

#container {
	width: 800px;
	margin: 0 auto;
}

/* ページボディの指定 */ 

#pagebody {
	width: 800px;
	background: url(images/page.jpg) top no-repeat;
	display: block;
}
#pagebody-inner {
	padding: 20px;
} 
#page_tab {
	background: url(images/h3_back.jpg) no-repeat left;
}
#page_tab h3 {
	text-indent: 12px;
	line-height: 180%;
	font-size: 14px;
	color: #FFFFFF;
	width: 160px;
	height: 38px;
}
#pagebody_bottom {
	background: url(images/page_bottom.jpg) bottom no-repeat;
	width: 800px;
	height: 34px;
}
#pagebody_bottom p {
	text-indent: -10000px;
	font-size: 0px;
}

/* ヘッダ画像の指定 */

#banner {
	width: 800px;
	margin: 0 auto;
}
#banner-inner {
	width: 600px;
	margin: 0 auto;
}
#banner-header {
	color: #666666;
	font-size: 9px;
	line-height: 200%;
	text-indent: 10px;
	border: none;
}
#banner-header a {
	color: #666666;
	text-decoration: none;
}
#banner-header a:hover {
	margin: 0;
	padding: 0;
}
#top_box {
	width: 800px;
}
#logo_box {
	width: 145px;
	height: 19px;
	padding-top: 12px;
	float: left;
}
#inbox {
	width: 780px;
	padding: 10px;
	background: url(images/tel.jpg) right top no-repeat;
}
#toptxt_box {
	width: 630px;
	float: right;
}
#tel_box {
	width: 630px;
	float: right;
}
#banner-description {
	color: #666666;
	font-size: 9px;
	line-height: 200%;
	text-indent: 10px;
	border: none;
}

/* メインメニューの設定
---------------------------------------------------- */

#menu {
	width: 800px;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
}
#menu a {
	display: block;
	color: #FFFFFF;
	text-align: center;
}

/* alpha(ページ左側)の設定
---------------------------------------------------- */

#alpha {
	width: 555px;
	float: left;
	margin-top: 5px;
}
#alpha-inner {
	padding: 5px;
}
#alpha p {
	margin: 0;
	padding: 0;
}
#alpha p a {
	color: #0033BB;
	text-decoration: none;
}
#alpha p a:hover {
	color: #990000;
}
#alpha-inner_title {
	width: 176px;
	height: 38px;
	background: url(images/title_back.png) no-repeat;
}
* html #alpha-inner_title {
	behavior: expression(IEPNGFIX.fix(this));
	width: 176px;
	height: 38px;
	background: url(images/title_back.png) no-repeat;
}
#entry_title {
	display: block;
	text-indent: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 180%;
	background: url(images/icon001.gif) left no-repeat;
}
#alpha-inner_box {
	width: 520px;
	margin: 20px auto;
}
#alpha-inner_left {
	width: 220px;
	float: left;
}
#alpha-inner_right {
	width: 250px;
	float: right;
}
#alpha-inner_right ul {
	margin: 0;
	padding: 0;
}
#alpha-inner_right li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#alpha-inner_photo {
	width: 125px;
	float: left;
}
#alpha-inner_photo2 {
	width: 365px;
	float: left;
}
#alpha-inner_photo3 {
	width: 519px;
	margin: 20px auto;
}
#alpha-inner_txt {
	width: 145px;
	float: right;
}
#alpha-inner_txt p {
	line-height: 150%;
}
#alpha-inner_foot {
	width: 560px;
	margin: 0 auto;
}
#alpha-inner_txt2 {
	width: 540px;
	margin: 10px auto;
	background: url(images/back2.jpg) no-repeat;
}
#alpha-inner_txt3 {
	width: 520px;
	margin: 20px auto;
}
#alpha-inner_left2 {
	width: 300px;
	float: left;
}
#alpha-inner_right2 {
	width: 230px;
	float: right;
}
#alpha-inner_txt4 {
	width: 140px;
	float: left;
}
#alpha-inner_in {
	width: 100px;
	margin: 10px auto;
}
#alpha-inner_info {
	width: 540px;
	margin: 20px auto;
	background: url(images/dott.jpg) bottom repeat-x;
}
#alpha-inner_tb {
	width: 540px;
	margin: 20px auto;
}
#salon_info {
	width: 480px;
	margin: 0 auto 10px auto;
}
#salon_info li {
	line-height: 160%;
}
#salon_info p {
	margin: 0;
	padding: 0;
}
.info_photo_l {
	width: 150px;
	float: left;
}
.info_photo_r {
	width: 118px;
	float: right;
}
.info_txt_l {
	width: 310px;
	float: left;
}
.info_txt_r {
	width: 310px;
	float: right;
}
#staff_box {
	width: 460px;
	margin: 10px auto;
}

/* beta(ページ右側)の設定
---------------------------------------------------- */

#beta {
	width: 200px;
	float: right;
	margin-top: 5px;
}
#beta-inner {
	padding: 5px;
}
#ban_inbox {
	width: 180px;
	margin: 5px auto;
}
#powered {
	padding: 10px;
}
#powered p {
	color: #999999;
	font-size: 10px;
}
#powered a {
	color: #999999;
	font-size: 10px;
}
#powered a:hover {
	color: #CCCCCC;
	font-size: 10px;
}
#copyright {
	width: 100%;
}
#copyright p {
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#beta_title {
	margin: 0;
	font-size: 14px;
}
.cat_title {
	background: url(images/cat_title.png) no-repeat left;
	width: 81px;
	height: 14px;
}
.cat_title p {
	text-indent: -10000px;
	font-size: 0px;
}
* html .cat_title {
	behavior: expression(IEPNGFIX.fix(this));
	background: url(images/cat_title.png) no-repeat left;
	width: 81px;
	height: 14px;
}
* html .cat_title p {
	text-indent: -10000px;
	font-size: 0px;
}
.ent_title {
	background: url(images/ent_title.png) no-repeat left;
	width: 90px;
	height: 14px;
}
.ent_title p {
	text-indent: -10000px;
	font-size: 0px;
}
* html .ent_title {
	behavior: expression(IEPNGFIX.fix(this));
	background: url(images/ent_title.png) no-repeat left;
	width: 90px;
	height: 14px;
}
* html .ent_title p {
	text-indent: -10000px;
	font-size: 0px;
}
.arc_title {
	background: url(images/arc_title.png) no-repeat left;
	width: 76px;
	height: 14px;
}
.arc_title p {
	text-indent: -10000px;
	font-size: 0px;
}
* html .arc_title {
	behavior: expression(IEPNGFIX.fix(this));
	background: url(images/arc_title.png) no-repeat left;
	width: 76px;
	height: 14px;
}
* html .arc_title p {
	text-indent: -10000px;
	font-size: 0px;
}

/* .モジュールの設定 */

.module {
	margin: 5px;
}
.module-content {
	padding: 10px;
}

/* .モジュール内のリスト表示 */

.module-list {
	margin: 0;
	padding: 0;
}
.module-list ul {
	margin: 0;
	padding: 0;
}
.module-list li {
	list-style: none;
	float: none;
	margin: 5px auto;
	width: 190px;
}
.module-list li a {
	background: url(images/arrow.jpg) left center no-repeat;
	list-style: none;
	display: block;
	padding-left: 15px;
	color: #9A3135;
	text-decoration: none;
}
.module-list li a:hover {
	background: url(images/arrow_o.jpg) left no-repeat;
	color: #CC9999;
	text-decoration: none;
}

/* .タグ表示の定義 */

.content-nav {
	margin-left: 20px;
}
.entry {
	margin-top: 20px;
}
.entry-content p {
	margin: 0;
	padding: 0;
}
.entry-tags {
	margin-top: 10px;
}
.entry-tags-header {
	font-size: 10px;
	color: #333;
	border: none;
}
.entry-tags-list {
	margin-left: 3px;
}
.entry-tag {
	list-style: none;
	float: left;
	margin: 5px;
	display: block;
}
.entry-body {
	padding: 20px;
}
.entry-body img {
	margin: 3px;
}
.entry-footer {
	margin-bottom: 20px;
	clear: both;
}

/* color */

.white {
	color: #FFFFFF;
}
.blue {
	color: #023761;
}
.blue02 {
	color: #0000CC;
}
.red {
	color: #996666;
	font-weight: bold;
}
.red02 {
	color: #996666;
}
.red03 {
	color: #FF0000;
}
.red04 {
	color: #996666;
}
.orange {
	color: #F0A703;
}
.wine {
	color: #6E0000;
}
.green {
	color: #666600;
}

/* position,weight */

.top {
	text-align: center;
	font-size: 10px;
	color: #666666;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.f10 {
	font-size: 10px;
	color: #999999;
}
.l_title {
	text-indent: 24px;
	font-size: 14px;
	font-weight: bold;
	line-height: 260%;
}
.s_title {
	font-size: 10px;
	font-weight: normal;
}
.spc1 {
	padding-top: 24px;
}
.spc2 {
	margin-top: 12px;
}
.spc3 {
	margin-top: 12px;
	margin-bottom: 12px;
}
.left_spc {
	margin-left: 12px;
}
.left_spc2 {
	text-indent: 5px;
}
.txt_out {
	clear: both;
}
.txt_out p {
	text-indent: -10000px;
	font-size: 0px;
}
.blog_title {
	background: url(images/title_left.jpg) left no-repeat; 
	margin: 0;
	padding: 6px;
	border-bottom: #CCCCCC solid 1px;
	font-weight: bold;
}
.blog_title a {
	margin-left: 12px;
}
.arrow {
	display: block;
	padding-left: 10px;
	background: url(images/arrow.gif) left center no-repeat;
}
.archive_li {
	display: block;
	padding-left: 10px;
	background: url(images/arrow.gif) left center no-repeat;
}
#fied_box {
	background: url(images/rss.gif) left center no-repeat;
}
#fied_box p {
	font-size: 10px;
	letter-spacing: -1px;
	margin-left: 41px;
}
#archive {
	background: url(images/arrow.jpg) left center no-repeat;
	list-style: none;
	display: block;
	padding-left: 15px;
	color: #9A3135;
	text-decoration: none;
}