@charset "UTF-8";

/* ***************************************************
* CSS file For cyberstar.jp/
	FileName: common.css
	data:2009/01/26 nishikawa
■目次 ==========================================
■[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;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
	margin: auto;
}

body {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	background: url(/img/common/bg.gif) repeat-x top #e2e2e2;
}

img,table { border: none;}

table { font-size: 12px; }

img { border: 0px; 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; }

ol li {margin: 0;}

.clear { clear: both; display: block; font-size: 0px; line-height: 0px; }

.left { float: left;}

br { padding: 0px; margin: 0px;}

/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #b6956d; text-decoration: none; }
a:visited 	{ color: #b6956d; text-decoration: none; }
a:hover 	{ color: #996633; text-decoration: underline; }



/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/
div#Container {
	width: 940px;
}

div#Contents {
	float: right;
	width: 730px;
	margin: 0 0 50px 0;
}

div#Side {
	float: left;
	position: absolute;
	top: 97px;
	left: 660px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
div#Side { float: left; position: static; left: 0; top: 0; }
/* これ以降Mac IE 5以外にも適用される */


/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/


/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 940px;
	height: 30px;
}
div#Header h1 {
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #331d29;
	width: 465px;
}

div#Header ul {
	float: right;
	width: 475px;
}

div#Header ul li {
	float: right;
	padding: 0 0 0 10px;
}


/*-----------------------------------------------------------
■[40]:グローバルナビ
------------------------------------------------------------*/

div#mainNvg {
	width: 180px;
	background: url(/img/common/bg_nvg.jpg) no-repeat 0px 320px ;
	float: left;
	text-align: center;
	/* height: 945px; */
	/* margin: 0 0 50px 0; */
}

div#mainNvg ul {
	width: 180px;
	margin: 2px 0 12px 0;
}

div#mainNvg ul li {
	padding: 0;
	margin: 0 0 2px 0;
}

div#mainNvg div.contact{
	margin: 10px 0 0 0;
}

div#mainNvg div.bana{
	margin: 16px 0 0 0;
}

/*-----------------------------------------------------------
■[48]:ページトップ
------------------------------------------------------------*/
div.pagetop{
	margin-top : 50px;
	clear:both;
	width: 940px;
}

/*-----------------------------------------------------------
■[49]:店舗案内
------------------------------------------------------------*/
div#shopArea{
	width: 940px;
	clear:both;
	background: url(/img/common/bg_logomark.gif) no-repeat left top #ccc ;
	margin-top : 10px;
	height: 140px;
}

div#shopArea div{
	padding: 12px 0 0 160px;
	line-height: 24px;
	font-size: 10px;
	letter-spacing: 1px;
	float: left;
	width: 650px;
}

div#shopArea div dl{
	float: left;
}
div#shopArea div dl dt{
	width: 110px;
	float: left;
}

div#shopArea div dl dd{
	width: 540px;
	float: left;
}


div#shopArea p{
	width: 114px;
	padding: 8px 8px 8px 0;
	float: right;
}




/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#Footer {
	float: left;
	width: 100%;
	padding: 16px 0;
	text-align: center;
	margin-top : 20px;
	background-color: #161616;
}

div#Footer a:link { color: #fff; text-decoration: none; }
div#Footer a:visited { color: #fff; text-decoration: none; }
div#Footer a:hover { color: #ac834f; text-decoration: none; }

div#Footer img {
	padding: 8px 0 0 0;
}

/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
div#TopicPath {
	width: 100%;
	line-height: 30px;
	margin: 0 0 10px 0;
	text-align: left;
}

div#TopicPath span{
	color: #ac834f;
}

div#TopicPath a:link,div#TopicPath a:visited 	{ text-decoration: underline;}
div#TopicPath a:hover 				{ color: #ac834f; text-decoration: underline; }


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/

/******** サイドナビ *******/

div#SideTop {
	float: left;
	background: url(/img/common/horizontal_line.gif) repeat-x left bottom;
}


	
/*-----------------------------------------------------------
■[90]:中ページ共通
------------------------------------------------------------*/
/****** タイトル *******/
h2 {
}



/*-----------------------------------------------------------
■[91]:共通余白
------------------------------------------------------------*/
.fRight{ float: right; }
.fLeft{ float: left; }


/*-----------------------------------------------------------
■[**]:藤本追加
------------------------------------------------------------*/
.ime-off {
	ime-mode: disabled;
}
