@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: common.css
	data:2008/03/25 kinoshita

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	background: url(/img/bg.gif) repeat-y center #bfca72;
}

img,table { border: none;}

img { border: 0px;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0px;
}

br { padding: 0px; margin: 0px;}

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #666666; text-decoration: underline; }
a:visited 	{ color: #666666; text-decoration: underline; }
a:hover 	{ color: #666666; text-decoration: underline; }



/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#container {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	background: url(/img/bg_top.gif) no-repeat center top;
}

div#TopBox{
	width: 100%;
	background: url(/img/bg_topimage.jpg) no-repeat center top;
	height: 560px;
	text-align: left;
}


/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------
 */

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#header {
	width: 760px;
	text-align: left;
	height: 80px;
	clear: both;
}

.logo{
	float: left;
	padding-top: 7px;
	width: 56px;
}

h1{
	color: #9b402e;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 15px;
	line-height: 16px;
}


/*-----------------------------------------------------------
■[40]:
------------------------------------------------------------*/
#mainNvg {
	width: 760px;
	position: relative;
	height: 480px;
}

#mainNvg ul {
}

#mainNvg li.BtShop { position: absolute; top: 98px; left: 448px; }
#mainNvg li.BtHari { position: absolute; top: 206px; left: 200px; }
#mainNvg li.BtNail { position: absolute; top: 0px; left: 85px; }
#mainNvg li.BtFoot { position: absolute; top: 298px; left: 412px; }
#mainNvg li.BtCoupon { position: absolute; top: 206px; left: 667px; }
#mainNvg li.BtContact { position: absolute; top: 219px; left: 0px; }

p.mainText{
	padding-top: 400px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
}


/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #671402;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 5px 0px;
}

div#footer a:link 		{ color: #fae0d9; text-decoration: none; }
div#footer a:visited 		{ color: #fae0d9; text-decoration: none; }
div#footer a:hover 		{ color: #FFF; text-decoration: underline; }


.Pagetop{
	padding-right: 18px;
	text-align: right;
	line-height: 20px;
	padding-top: 38px;
}

.dot{
	background: url(/common/dot.gif) repeat-x;
	height: 1px;
}


/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
div#TopicPath {
	font-size: 10px;
	color: #eea5b8;
	margin-bottom : 15px;
	text-align: left;
}
div#TopicPath a:link,div#TopicPath a:visited {color: #eea5b8; text-decoration: underline;}
div#TopicPath a:hover {color: #e5718d; text-decoration: underline;}
div#TopicPath strong {color: #e5718d; font-weight: normal;}


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt2{margin-top: 2px;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large { font-size:200%;    line-height:150%; } /*32px*/
.xx-large  { font-size:150%;    line-height:150%; } /*24px*/
.x-large   { font-size:131.25%; line-height:150%; } /*21px*/
.large     { font-size:112.5%;  line-height:150%; } /*18px*/
.mid       { font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small     { font-size:80.0%;   line-height:150%; } /*12px*/
.x-small   { font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:150%; } /*9px*/

/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/

