body	{
	font-size        : 12px;
	color            : #666666;
	background-color : #F7F5E0;
	font-family      : Verdana, arial, Helvetica, sans-serif; 
	line-height:140% ;
	margin: 0px;
	text-align: center;
}	
	
blockquote, ul, ol, dl, li, dt, dd, div, th, td, caption, em  {
	font-size        : 12px;
	color            : #666666;
	font-family      : "Verdana", arial, "Helvetica", sans-serif; 
	line-height:140% ;
}

p {
	padding:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img {
	border: 0px;
}

/* グレー枠つきイメージ
--------------------------------------- */
.img-border {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* FONT
--------------------------------------- */
.fs10 {
	font-size: 10px;
	line-height: 145%;
}

.fs14 {
	font-size: 14px;
	line-height: 140%;
}

.fs18 {
	font-size: 18px;
	line-height: 140%;
}

.red {
	color: #CC0000;
}

.orange {color:#FF6600;
}

.blue {
	color: #0066FF;
}

.green {
	color: #009900;
}
.navy {
	color: #003366;
}
.white {
	color: #FFFFFF;
}

/* LINK
--------------------------------------- */

a {
	COLOR: #FF6600; TEXT-DECORATION: none
}
a:hover {
	COLOR: #FF6600; TEXT-DECORATION: underline
}


a.link00 {font-size: 10px; line-height: 13px; text-decoration:none; color:#ffcc00;}
a.link00:hover {font-size: 10px; line-height: 13px; text-decoration:underline; color:#FF6600;}
a.link01 {font-size: 12px; line-height: 17px; text-decoration:none; color:#eeeeee;}
a.link01:hover {font-size: 12px; line-height: 17px; text-decoration:underline; color:#FF3333;}

/* 基本ページ
--------------------------------------- */
#wrapper {
	background-color:#FFFFFF;
	width:800px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #888888;
	border-bottom-color: #888888;
}

/* TOPページ ヘッダー
--------------------------------------- */
#top-header {
	height:106px;
	width:800px;
	margin: 0px;
	padding: 0px;
	background-image: url(image/top_02.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}


#top-header a {
	display: block;
	height: 106px;
	width: 800px;
	text-decoration:none;
	overflow: hidden;
}

#top-header a:hover {
	background-color: transparent;
}

/* TOPページ 上段メニュー
--------------------------------------- */
#top-menu {
	height:221px;
	width:800px;
	margin: 0px;
	padding: 0px;

}

/* TOPページ 上段メニュー：左側
--------------------------------------- */
#top-menu-left {
	width:176px;
	margin: 0px;
	background-image: url(image/top_04.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 221px;
}

#top-menu-left p {
	padding:0px;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	left: 5px;
	position: relative;
	top: 165px;
}
/* TOPページ 上段メニュー：右側
--------------------------------------- */
#top-menu-right {
	width:624px;
	margin: 0px;
	float: left;
	padding: 0px;
}

#top-menu-right ul {
	height:221px;
	width:623px;
	margin: 0px;
	padding: 0px;
	display: block;
	position:relative
}

#top-menu-right li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	float: left;
}

#top-menu-right #navi01 a {
	width:125px;
	height:221px;
	text-indent:-9999px;
	background:url(image/top_05.gif) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#top-menu-right #navi01 a:hover {
background:url(image/topb_05.gif) no-repeat left top;
}

#top-menu-right #navi02 a {
	width:124px;
	height:221px;
	text-indent:-9999px;
	background:url(image/top_06.gif) no-repeat left top;
	position: absolute;
	left: 125px;
	top: 0px;
	overflow: hidden;
}

#top-menu-right #navi02 a:hover {
background:url(image/topb_06.gif) no-repeat left top;
}

#top-menu-right #navi03 a {
	width:124px;
	height:221px;
	text-indent:-9999px;
	background:url(image/top_07.gif) no-repeat left top;
	position: absolute;
	left: 249px;
	top: 0px;
	overflow: hidden;
}

#top-menu-right #navi03 a:hover {
background:url(image/topb_07.gif) no-repeat left top;
}

#top-menu-right #navi04 a {
	width:124px;
	height:221px;
	text-indent:-9999px;
	background:url(image/top_08.gif) no-repeat left top;
	position: absolute;
	left: 373px;
	top: 0px;
	overflow: hidden;
}

#top-menu-right #navi04 a:hover {
background:url(image/topb_08.gif) no-repeat left top;
}

#top-menu-right #navi05 a {
	width:127px;
	height:221px;
	text-indent:-9999px;
	background:url(image/top_09.gif) no-repeat left top;
	position: absolute;
	left: 497px;
	top: 0px;
	overflow: hidden;
}

#top-menu-right #navi05 a:hover {
background:url(image/topb_09.gif) no-repeat left top;
}

/* TOPページ 中央
--------------------------------------- */
#top-contents {
	width:780px;
	padding: 0px;
	clear: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(image/image2.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}

/* TOPページ 中央：最新情報
--------------------------------------- */
table.top-info {
	width:422px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.top-info th {
	padding: 0px;
}

table.top-info td {
	background-image: url(image/topnews_02.gif);
	background-repeat: repeat-y;
	line-height: 150%;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

table.top-info td.bottom {
	background-image: url(image/topnews_03.gif);
	background-repeat: no-repeat;
}


/* 中ページ ヘッダー
--------------------------------------- */
#naka-header {
	height:94px;
	width:800px;
	margin: 0px;
	padding: 0px;
	background-image: url(image/naka_02.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}


#naka-header a {
	display: block;
	height: 106px;
	width: 800px;
	text-decoration:none;
	overflow: hidden;
}

#naka-header a:hover {
	background-color: transparent;
}

/* 中ページ メニュー
--------------------------------------- */
#naka-menu {
	height:37px;
	width:800px;
	margin: 0px;
	padding: 0px;
}

#naka-menu ul {
	height:37px;
	width:800px;
	margin: 0px;
	padding: 0px;
	display: block;
	position:relative
}

#naka-menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	float: left;
}

#naka-menu #navi01 a {
	width:170px;
	height:37px;
	text-indent:-9999px;
	background:url(image/naka_04.gif) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#naka-menu #navi01 a:hover {
background:url(image/nakab_04.gif) no-repeat left top;
}

#naka-menu #navi02 a {
	width:154px;
	height:37px;
	text-indent:-9999px;
	background:url(image/naka_05.gif) no-repeat left top;
	position: absolute;
	left: 170px;
	top: 0px;
	overflow: hidden;
}

#naka-menu #navi02 a:hover {
background:url(image/nakab_05.gif) no-repeat left top;
}

#naka-menu #navi03 a {
	width:154px;
	height:37px;
	text-indent:-9999px;
	background:url(image/naka_06.gif) no-repeat left top;
	position: absolute;
	left: 324px;
	top: 0px;
	overflow: hidden;
}

#naka-menu #navi03 a:hover {
background:url(image/nakab_06.gif) no-repeat left top;
}

#naka-menu #navi04 a {
	width:154px;
	height:37px;
	text-indent:-9999px;
	background:url(image/naka_07.gif) no-repeat left top;
	position: absolute;
	left: 478px;
	top: 0px;
	overflow: hidden;
}

#naka-menu #navi04 a:hover {
background:url(image/nakab_07.gif) no-repeat left top;
}

#naka-menu #navi05 a {
	width:168px;
	height:37px;
	text-indent:-9999px;
	background:url(image/naka_08.gif) no-repeat left top;
	position: absolute;
	left: 632px;
	top: 0px;
	overflow: hidden;
}

#naka-menu #navi05 a:hover {
background:url(image/nakab_08.gif) no-repeat left top;
}

/* 中ページ メインコンテンツ
--------------------------------------- */
#naka-contents {
	width:760px;
	padding: 0px;
	clear: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

/* 中ページ パンくずナビ
--------------------------------------- */
#pankuzu {
	width:760px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* 中ページ タイトル
--------------------------------------- */
h1 {
	width:760px;
	padding: 0px;
	text-align: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
}

h2 {
	margin: 5px;
	padding: 0px;
	text-align: left;
}



/* 中ページ：理髪メニュー一覧
--------------------------------------- */
.rihatsu-border {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #33CC99;
}

.rihatsu-border02 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #109CB2;
}

table.rihatsu {
	padding: 0px;
	margin: 3px;
}

table.rihatsu th {
	text-align:left;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

table.rihatsu td {
	text-align:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* 中ページ：営業案内
--------------------------------------- */
#guide-left {
	padding:0px;
	float:left;
	width: 495px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#guide-right {
	padding:0px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* 会社概要テーブル
--------------------------------------- */

table.company {
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 180px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}

table.company th {
	text-align:left;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #99CCCC;
}

table.company td {
	text-align:left;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

table.company td.midashi {
	background-color: #FFFFD7;
}

/* アクセスページ見出し
--------------------------------------- */
.access-title {
	margin: 5px;
	text-align: left;
	font-size: 18px;
	line-height: 140%;
	color: #009966;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* フッター
--------------------------------------- */
#footer {
	width:800px;
	padding: 0px;
	background-image: url(image/s1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
}
