/* -------------------------
サロンプロ(左メニュー)css
2008 Business Laboratory CO.,LTD.
横幅全体780、左サイド150、間空20、メイン585+右空25=610
---------------------------- */

/* -------------------------
共通リセット
---------------------------- */
body,div,dl,form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;  /* センタリングFirefox対策 */
}

body {
	line-height: 1.2;
	background: white;
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	color: #666666;
}

/* 指定場所メモ
h1　ヘッダー
h2　サイド
h3　メイン
h4　メイン[price01]
h5　メイン[service01]
*/

p {
	margin: 0 0 1em;
	padding: 0;
}

ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	empty-cells: show;
	font-size: 100%;  /* 親要素bodyのfont-size継承 IE対策 */
}

caption {
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
}

th {
	/* text-align: left; 料金表 会社概要*/
	font-weight: normal;
}

strong {
	font-weight: normal;
}

hr {
	height: 1px;   /* IE対策 */
	color: #cccccc;  /* IE対策 */ 
	border: solid;  /* ff対策 */ 
	border-width: 1px 0 0;  /* ff対策 */ 
}


/* -------------------------
共通リンク色
---------------------------- */
a {color: #3399cc;}
a:link {color: #3399cc;}
a:visited {color: #9999cc;}
a:hover {color: #33cccc;}
a:active {color: #3399cc;}


/* -------------------------
ヘッダー
---------------------------- */
#header {
	width: 780px;
	margin: 0 auto;
	border-top: solid 5px #ff9900;
	border-left: solid 1px #ff9900;
	border-right: solid 1px #ff9900;
	background: url(img/head01.gif) no-repeat;
}

#header h1 {
	float: left;  /* 3カラム 幅領域250 ロゴimg180×40px */
	width: 250px;
	padding: 5px 0 5px 0;  /* 高さ領域50 */
}

#head_naka {
	float: left;
	width: 360px;  /* 3カラム 幅領域370 トップページのみ 他ページ指定可 */
	padding: 25px 10px 0 0;
	text-align: right;
}

#head_right p {
	float: right;
	width: 150px;  /* 3カラム 幅領域160 会社ロゴimg136×34px */
	padding: 8px 10px 0 0;
	margin-bottom: 0;
}

#head_bar p {
	clear: both;  /* barない場合contentsでfloat解除(BL) */
	margin-bottom: 0;
}


/* -------------------------
全体(ヘッダー以下)wrapper
---------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto;
	border-left: solid 1px #ff9900;
	border-right: solid 1px #ff9900;
	background: #ffffff;
}


/* -------------------------
フッター
---------------------------- */
#footer {
	clear: both;
	width: 770px;  /* 幅領域780 */
	line-height: 25px;  /* 1行テキスト上下中央 */
	padding-left: 10px;
	background: #ff9900 url(img/foot01.gif) no-repeat;
	font-size: 10pt;
	color: #ffffff;
}

#footer p {
	margin-bottom: 0;
}


/* -------------------------
コンテンツ 全ページ用
---------------------------- */
#contents {
	float: left;  /* ff背景高さ確保。(:after指定なし。) */
	width: 780px;
	background: url(img/bg01.gif) repeat-y;
}


/* -------------------------
サイド(コンテンツ内)
---------------------------- */
#side {
	float: left;
	width: 150px;
	font-size: 10pt;
}

h2 {
	font-weight: normal;  /* 不要 */
	font-size: 10pt;
}


/* -----------
ナビゲーション メニュー(サロンプロのナビ hover,focusが別画像 3種画像)
---------------------------- */
#gnavi {
	width: 150px;
	height: 280px;
}

#gnavi ul,
#gnavi ul li {
	float: left;  /* 幅780のナビimg配置 ieで縦ポイントずれない */
}

#gnavi ul {
	width: 150px;
	height: 280px;
	background: url(img/navi.gif) no-repeat;
} 

#gnavi ul li a {
	display: block;
	width: 150px;
	height: 35px;  /* 削除 tips100% */
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


#gnavi ul li.navi1 a:focus,
#gnavi ul li.navi1 a:hover {
	background: url(img/navi.gif) no-repeat -300px top;  /* HOME */
}
#gnavi ul li.navi1 a.open {
	background: url(img/navi.gif) no-repeat -150px top;
}

#gnavi ul li.navi2 a:focus,
#gnavi ul li.navi2 a:hover {
	background: url(img/navi.gif) no-repeat -300px -35px;  /* 概要 */
}
#gnavi ul li.navi2 a.open {
	background: url(img/navi.gif) no-repeat -150px -35px;
}

#gnavi ul li.navi3 a:focus,
#gnavi ul li.navi3 a:hover {
	background: url(img/navi.gif) no-repeat -300px -70px;  /* 全体イメージ図 */
}
#gnavi ul li.navi3 a.open {
	background: url(img/navi.gif) no-repeat -150px -70px;
}

#gnavi ul li.navi4 a:focus,
#gnavi ul li.navi4 a:hover {
	background: url(img/navi.gif) no-repeat -300px -105px;  /* システムの内容 */
}
#gnavi ul li.navi4 a.open {
	background: url(img/navi.gif) no-repeat -150px -105px;
}

#gnavi ul li.navi5 a:focus,
#gnavi ul li.navi5 a:hover {
	background: url(img/navi.gif) no-repeat -300px -140px;  /* 料金プラン */
}
#gnavi ul li.navi5 a.open {
	background: url(img/navi.gif) no-repeat -150px -140px;
}

#gnavi ul li.navi6 a:focus,
#gnavi ul li.navi6 a:hover {
	background: url(img/navi.gif) no-repeat -300px -175px;  /* 導入までの流れ */
}
#gnavi ul li.navi6 a.open {
	background: url(img/navi.gif) no-repeat -150px -175px;
}

#gnavi ul li.navi7 a:focus,
#gnavi ul li.navi7 a:hover {
	background: url(img/navi.gif) no-repeat -300px -210px;  /* よくあるご質問 */
}
#gnavi ul li.navi7 a.open {
	background: url(img/navi.gif) no-repeat -150px -210px;
}

#gnavi ul li.navi8 a:focus,
#gnavi ul li.navi8 a:hover {
	background: url(img/navi.gif) no-repeat -300px -245px;  /* フォーム */
}
#gnavi ul li.navi8 a.open {
	background: url(img/navi.gif) no-repeat -150px -245px;
}



/* -------------------------
メイン 各ページ用 #main
---------------------------- */
#main {
	float: right;
	width: 585px;  /* 幅領域610 */
	margin-bottom: 10px;
	padding-right: 25px;  /* floatと同方向のmarginはIE6で2倍になるバグあり */
}

#main h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1px 3px 0 28px;
	background: url(img/ttl_bg.gif) no-repeat;
}

#main h4 {
	margin-bottom: 10px;  /* price01 service0203 */
	padding: 2px 7px;
	border: double 3px #ffcc00;  /* オレンジ */
	background-color: #fff8d9;
	font-size: 11pt;
	color: #cc6633;  /* 茶系 */
}

#main h5 {
	margin-bottom: 10px;  /* service03 */
	padding: 2px 2px 2px 7px;
	border-left: solid 5px #6699cc;
	border-bottom: dashed 1px #6699cc;  /* 青ライン */
	color: #6699cc;  /* 青色文字 */
	font-size: 11pt;
}

#main h6 {
	padding-left: 7px;
	border-left: solid 5px #cc6633;
	font-size: 11pt;  /* service01 fs15似 */
	color: #cc6633;  /* 茶系 */
}


.table01 {
	padding: 0  0 25px 0;  /* テーブル1 */
}

.table02 {
	padding: 0 1px 11px 1px;  /* html内borderなどにより調整 */
	font-size: 10pt;  /* テーブル2。10pt用 */
}

.table02 th {
	text-align: center;  /* テーブル必要に応じて */
	font-weight: bold;
}

.table03 {
	margin-bottom: 30px;  /* テーブル3 service03システム内容 */
	font-size: 10pt;
}

.table04 td {
	padding-left: 20px;  /* テーブル4 price01 forIE */
}


/* -----メイン下テキストナビ----- */
#mainfoot ul {
	width: 580px;
	margin-top: 1.5em;
	padding-bottom: 0;
}

#mainfoot ul li {
	float: left;
	padding-right: 12px;
	font-size: 8pt;
}


/* -------------------------
トップページ用 コンテンツ／メイン
---------------------------- */
/* -----写真含むエリア全体----- */
#topmain {
	float: right;
	width: 630px;  /* 幅領域630 */
	margin-bottom: 10px;
}

#topphoto {
	padding: 10px 10px 5px 10px;
}

/* -----写真下エリア全体----- */
#attention {
	width: 585px;  /* 幅領域630 */
	margin: 0 25px 0 20px;
	font-size: 10pt;
}

/*----- 1左 What's New、2右 Topics----- */
#whatsnew1 {
	float: left;  /* What's Newエリア */
	width: 350px;  /* 幅領域350 1と2の間25空く */
}

#whatsnew2 {
	float: right;  /* formボタン エリア */
	width: 210px;  /* 幅領域210 */
}


/* -------------------------
全ページ用
---------------------------- */
.waku01 {
	border: double 3px #ffcc00;  /* 未使用 オレンジ枠 お知らせなど */
	padding: 10px;
	font-size: 10pt;
}

.jisage01 {
	text-indent: -1.0em;  /* ぶら下がり指定 faq01.htm */
	margin-left: 2em;
}

.clear {
	clear: both;
}

.fs01 {
	font-size: 11pt;  /* 未使用 */
}

.fs02 {
	font-size: 10pt;
}

.fs03 {
	letter-spacing: -0.1em;  /* 未使用 幅狭BLprivacy */
}

.fs04 {
	font-size: 8pt;  /* index */
}

.fs05 {
	font-size: 10pt;  /* 未使用 BL Link p(hr部)専用 */
}

.fs05 p {
	margin-bottom: 0;  /* 未使用 BL Link p(hr部)専用 */
}

.fs06 {
	font-family: monospace;  /* 未使用 等幅フォント 沿革 */
	background: #e8e8e8;
	line-height: 2;
}



.fs10 {
	font-weight: normal;
}

.fs11 {
	line-height: 1.5;
}

.fs12 {
	text-align: right;
}

.fs13 {
	font-size: 10pt;  /* ▲トップへ */
	text-align: right;
}

.fs14 {
	padding: 20px 30px 20px 10px;  /* ログインボタン配置 */
}

.fs15 {
	color: #cc6633;  /* 茶系 */
	font-size: 11pt;  /* service03システム内容 01ASP h6似 */
	font-weight: bold;
}

.fs16 {
	background-color: #ffe98e;  /* step */
	text-align: center;
	color: #cc6633;
	font-weight: bold;
}

.fs17 {
	text-indent: -1.2em;  /* faq 字下げ */
	margin-left: 2em;
	margin-bottom: 0.5em;
	padding: 3px 0;
	background-color: #f2f2f2;
	font-size: 10pt;
	font-weight: bold;
}
.fs17:first-letter {
	color: #006600;
}

.fs18 {
	text-indent: -1.2em;  /* faq 字下げ */
	margin-left: 2em;
	margin-bottom: 1.5em;
	font-size: 10pt;
}
.fs18:first-letter {
	color: #cc0000;
	font-weight: bold;
}



.fs21 {
	margin-bottom: 0;
}

.fs22 {
	margin-bottom: 0.5em;
}

.fs23 {
	margin-bottom: 1.5em;
}

.fs24 {
	margin-bottom: 2.5em;
}

.fs25 {
	margin-left: 1em;  /* 左余白 */
}


.fs31 {
	background: #f2f2f2 url(img/bg0xx.gif);  /* profile01テーブル背景など */
}

.fs32 {
	background: #f5f5f5 url(img/bg0xx.gif);  /* 未使用 テーブル背景などbg0xx */
}


.fs36 {
	list-style: decimal outside;  /* お問合せ 数字あり(ol数字decimal 英小文字lower-alpha) */
	margin-left: 2.2em;
}

/* .fs36 li {
	margin-bottom: 1em;  必要に応じて
} */

.fs37 {
	list-style: disc outside;  /* 概要 マークあり(ul黒丸disc 黒四角square) */
	margin-left: 2.5em;  /* 1.2em先頭揃え */
	margin-bottom: 1em;
}

.fs38 {
	list-style: none;  /* price01 マークなし(imgあり) */
	text-indent: -1.2em;  /* ぶら下がり指定jisage */
	margin-left: 1.5em;
	margin-bottom: 1em;
	font-size: 10pt;
}
.fs38 li {
	margin-bottom: 1.5em;
}


/* -----定義リスト通常(list11〜)----- */
.list11 dt {
	margin-left: 1em;  /* What's New */
}
.list11 dd {
	margin-left: 2em;
	margin-bottom: 0.5em;
}


/* -----定義リスト横並び表(list21〜)----- */
.list21 dt {
	float: left;  /* [ニュース一覧] 定義リスト横並び */
	clear: both;
	width: 100px;  /* 幅領域590 */
	margin-right: 10px;
}
.list21 dd {
	float: left;  /* 定義リスト横並び 後述にclearでfloat解除する */
	width: 480px;
	margin: 0 0 5px 0;  /* 共通リセットでdlのみ0指定済み */
	padding: 0;
}


/* -------------------------
各ページ
---------------------------- */
/* -----パンくずリスト1 service02 kiden参照----- */
ol.grouppath {
	margin: 20px 0 10px;
}

ol.grouppath li {
	display: inline;
	font-size: 8pt;
}

ol.grouppath li a {
	display: inline;
	padding-right: 18px;
	background: url(img/path01.gif) no-repeat right center;
}

/* -----パンくずリスト2(分類ナビ)price01使用 flower参照----- */
ul.grouppath {
	margin: 0 0 1.5em;
}

ul.grouppath li {
	display: inline;
	font-size: 10pt;
	padding: 0 5px;
}

/* -----パンくずリスト2(右上ナビ)使用----- */
ul.grouppath2 {
	margin: 0 0;
}

ul.grouppath2 li {
	display: inline;
	font-size: 8pt;
	padding: 0 5px;
}


/* -----sitemap.htm (kiden,kuroda参照)----- */
.sitemap {
	font-size: 10pt;  /* サイトマップ全体 */
	line-height: 1.5;
}

.sitemap ul {
	padding-bottom: 1.0em;
}

.sitemap1 {
	float: left;  /* サイトマップ左エリア */
	width: 310px;
}

.sitemap2 {
	float: right;  /* サイトマップ右エリア */
	width: 230px;
}

.sitemap_sub {
	margin-left: 2.0em;  /* サイトマップ内サブ */

}


/* メモ1
{margin: 0 auto;}　autoが使えるのはmarginのみ。
marginはマイナスも使える。
*/

/* メモ2
font-family: monospace;　等幅フォント
border: solid 1px #999999;
border: double 3px;
border-top: dotted 2px #ccccff;
border-bottom: dashed 2px #9999ff;
padding: 5px;
font-weight: normal;
font-size: 95%;
95%-11pt
80%-10pt
text-align: right;
vertical-align: bottom;
*/

/* メモ3 記述順序統一
(1)表示や配置 display position float
(2)ボックスモデル width height margin padding border
(3)背景 background
(4)フォント color font text-align vertical-align
(5)生成内容 content
*/

/* メモ4 hサンプル差し替え用
 {
	font-weight: normal;
	font-size: 11pt;
	padding: 2px;
	background-color: #d9d9ff;
	border: solid 1px #9999ff;
	margin-bottom: 10px;
}
*/

/* メモ5 テーブル初期
	border-collapse: collapse;　隣のセルの枠線を重ねて表示
	border-spacing: 0;

	border-collapse: separate;　隣のセルと少し離して表示
	border-spacing: 3px;　隙間の指定、
	変化ないようなので、HTMLテーブル内で指定する。
*/

/* メモ6 (共通リセットのメモ)　dlは下マージン0にするため　dt ddはそのまま */

/* メモ7 2カラムfloatのための#contents(親要素)の指定方法
背景の繰り返しで高さ確保し、さらにffで高さ確保(表示)のためfloat指定。
1.背景をrepeat-yで繰り返す。(背景なしで2のみで高さ確保可)(色指定も可。TARA)
2.#contentsにfloat指定する。(ff背景高さ確保)
3.組み方によってIEでレイアウトが崩れる場合は、さらに:after指定。(未使用)
	#contents:after {
		content: ".";
		display: block;
		height: 0px;
		clear: both;
		visibility: hidden;
	}
ff背景高さ確保。(:after指定なし。)
*/

