/* ***************************************************
* CSS file For 船井エステチーム
	FileName: common.css
	data:2008/9/27 koyama

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本スタイル
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:フッター
■[50]:共通指定
**************************************************** */


/*-----------------------------------------------------------
■[00]:WinIE用/透過pngの適用
------------------------------------------------------------*/
* html .iepngfix {
	behavior: url(/iepngfix.htc);
}

/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

img,table {border: none;}

img {vertical-align: bottom;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {list-style: none;}

p {
	margin:0;
	padding:0;
}


/*-----------------------------------------------------------
■[02]:基本スタイル
------------------------------------------------------------*/

/*a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}*/
a:link {color: #006699; text-decoration: underline;}
a:visited {color: #006699; text-decoration: underline;}
a:hover {color: #3399cc; text-decoration: none;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	float: none;
}

hr {
	color: #CCCCCC;
	height: 1px;
	border: 0px;
}

/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

body {
	width: 100%;
	font-family:Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	color: #333;
	background: #FFF url(../img/common/body_bg.gif) repeat-x top;
}

/* 大枠 */
div#Container {
	margin: 1px auto 0;
	background: url(../img/common/container_bg.jpg) no-repeat top;
}

div#Wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	min-height:0;
	display: inline-table;
}
div#Wrapper:after{ 
	content:"."; 
	display:block; 
	height:0; 
	clear: both; 
	visibility:hidden; 
} 
/* \*/ 
* html div#Wrapper {height:0;} 
div#Wrapper {display: block;} 
/* */ 
/* -- end clear float -- */

div.Content {
	width: 495px;
	padding: 0 0 50px;
}

#GNvg{
	width:860px;
	height:44px;
	display: block;
}

#GNvg ul{
	display: block;
	LIST-STYLE-TYPE: none;
}

#GNvg ul li{
	BACKGROUND: url(../img/common/gnvg_rll.jpg) no-repeat;
	display:block;
	font-family:"MS UI Gothic";
	color:#000000;
	font-size:14px;
	text-align: center;
	float: left;
	height:44px;
}

#GNvg ul li a:hover{
	BACKGROUND: url(../img/common/gnvg_on.jpg)  no-repeat;
}

#GNvg ul li a.current{
	BACKGROUND: url(../img/common/gnvg_on.jpg)  no-repeat;
}

#GNvg ul li.px5 a{
	display:block;
	height:44px;
	TEXT-DECORATION: none;
	padding:5px;
}


#GNvg ul li.px13 a{
	display:block;
	height:44px;
	TEXT-DECORATION: none;
	padding:13px;
}

#GNvg a:link {color: #FFFFFF; text-decoration: none;}
#GNvg a:visited {color: #FFFFFF; text-decoration: none;}
#GNvg a:hover {color: #FFFFFF; text-decoration: none;}

/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/

h1 {
	text-align: right;
	font-size: 12px;
	font-weight: normal ;
	color: #ccc;
	padding: 2px 0 0;
}


#h3title{
	display:inline-block;
	background-color:#333333;
	width:41px;
	font-size:32px;
	height:30px;
	color:#FFFFFF;
}

#titleborder{
	display:block;
	background: url(../img/common/title_border.gif) repeat-x top;
}


/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 860px ;
	margin: 0 auto;
	text-align: left;
	background: url(../img/common/header_bg.gif) repeat-x bottom;
	padding: 0 0 8px;
}

div#Logo { margin: 15px 0 0; }
div#Logo p { float: right; }

/*-----------------------------------------------------------
■[40]:フッター
------------------------------------------------------------*/

div#Footer {
	background-color:#FFFFCC;
	display:block;
	height:40px;
	vertical-align:middle;
	width: 100%;
}

div#FootNvg {
	padding: 10px 0;
	line-height:150%;
}

/*-----------------------------------------------------------
■[50]:共通指定
------------------------------------------------------------*/

/* ぱんくず */
div#TopicPath { padding: 8px 0; }

/* ページトップ */
img.PageTop { margin: 5px 0 0; }

/* ページ上メニュー */
div.PageMenu {
	background: #e5e5e5 url(../img/common/menu_bg.gif) no-repeat left;
	padding: 6px 0 6px 47px;
	margin: 8px 0 0;
}
div.PageMenu img { margin: 0 5px 0 0; }
