/* $Id: default.css,v 1.1.2.22 2008/10/21 02:37:16 nagisa Exp $ */

/** 外部CSS読み込み **/
@import url(top.css);
@import url(form.css);
@import url(detail.css);
@import url(freespace.css);
@import url(news.css);
@import url(etc.css);
@import url(items.css);
@import url(itemDetail.css);
@import url(print.css);
@import url(category.css);
@import url(module.css);
@import url(lightbox.css);
@import url(popup.css);
@import url(jazzWiki.css);
@import url(shared.css);
@import url(thickbox.css);
@import ie.css;

/** 基本設定 **/
* {
	margin:           0;
	padding:          0;
}
img {
	border:           none;
	font-size:        1px;
	line-height:      0;
	vertical-align:   baseline;
}
a {
	color:            #2477B8;
	text-decoration: none;
}
a:hover {
	color:            #57AAEB;
}
* html body {
	font-family: 		'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	letter-spacing: 1px;
}
*:first-child+html body { 
	font-family: 		'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}
html:not([lang*=""]) body {
	overflow-y:       scroll;
}
body {
	min-width:        970px;
	text-align:       center;
	font-size:        100%;
	background:       #FFF;
/*	font-family: "Lucida Grande", sans-serif;*/
}
#wrapper {
	width:            970px;
	margin:           0 auto;
	text-align:       left;
	background:       #FFF;
}
.both {
	clear:            both;
	line-height:      1px;
}


/** ヘッダ **/
#header {
	background:			#fff url(../../img/default/bg_header.gif) center bottom no-repeat;
	padding-bottom:		10px;
	zoom:				1;
}
#titlebar {
	height:				110px;
	zoom:				1;
}
#titlebar h1 {
	float:            left;
	margin:			  15px 0 0 10px;
	font-size: 9pt;
	font-weight: normal;
}
#titleLead {
	width:	150px;
}
#titlebar:after,
#header:after,
#navigation:after {
    content:		"";
    clear:			both;
    height:			0;
    display:		block;
    visibility:		hidden;
}


/** お問い合わせ **/
#headEnglish {
	margin-top:		5px;
	float:			right;
}
#headInquiry {
	clear:			right;
	float:			right;
	margin-top:		10px;
	text-align: right;
}
#headInquiry a {
	display:	block;
}
*html #headInquiry a {
	dispaly:	inline;
}
#titlebar ul {
	float:			right;
	clear :			both;
	list-style-type:	none;

}

#titlebar ul li {
	font-size:		9pt;
	display:	-moz-inline-block;
 	display:	inline-block;
 	*display:	inline;
 	*zoom:		1;
 	border-right:	1px solid #ccc;
 	padding:	0 10px;
}
#titlebar ul li a {
	
	display:		block
} 
/** ナビゲーション **/
#navigation {
	margin:				10px 10px 0;
	background:			#004ea2 url(../../img/default/bg_navigation.gif) 0 0 repeat-x;
	zoom:				1;
}

/** サイト内検索 **/
#siteSearch {
	float:				right;
	margin:				0 !imporant;
	padding:			2px 10px;
}


/** 本文 **/
#pageBody {
	clear:            left;
	background:			#FFF url(../../img/default/bg_body.jpg) center top repeat-x;
	padding:			0 10px;
	border-right:		1px solid #CECECE;
	border-left:		1px solid #CECECE;
}
#contents {
	padding:          10px 15px;
	background:			#FFF;
	zoom:				1;
}
#contents:after {
    content:		"";
    clear:			both;
    height:			0;
    display:		block;
    visibility:		hidden;
}
#contents #main {
	float:            right;
	width:		700px;
}

/** 共通項目 start **/


/** 中ページレイアウト **/
#innerMain {
	float:            right;
	width:            680px;
}
#sideMenu {
	float:            left;
	width:            210px;
}
#sideMenu p {
	margin:			  5px 0;
	text-align:		  center;
}

/** 主要タグ **/
#innerMain h2 {
	margin:				10px 0;
	padding:			10px 0 10px 45px;
	font-size:			24pt;
	font-weight:		normal;
	color:				#8C4433;
	background:			url(../../img/default/bullets/square_orange.gif) left center no-repeat;
}
#innerMain h3 {
	margin:				.8em 0;
	padding:			3px 5px;
	font-size:			12pt;
	font-weight:		normal;
	color:				#333;
	border:				1px solid #999;
	background:			#EEE;
}

/** パンくず **/
.topicPath {
	padding-bottom:   20px;
}
.topicPath p {
	font-size:        80%;
	line-height:      1.6;
}


/** 製品ブロック共通 **/
.productUnit {
	padding-top:      5px;
	padding-bottom:   5px;
	border-bottom:    1px solid #D5D5D5;
	margin-bottom:    5px;
	height:			  auto;
	min-height:		  90px;
	zoom:			1;
}
.productUnit:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
/* for IE6
* html .productUnit,
* html #top .newItemUnit {
	height:			  90px;
}
.productUnit div.img {
	float:            left;
	width:			  92px;
	text-align:		  center;
}
#top .newItemUnit div.img {
	float:            left;
	width:			  112px;
	text-align:		  center;
}
#top .newItemUnit div.description {
	float:			  left;
	width:			  330px;
} */
/** 共通スタイル **/
.note {
	font-color:		  #E00;
}
#innerMain .productUnit div.img {
	float:			  left;	
	width:			  90px;
}
#innerMain .productUnit div.description {
	float:			  left;	
	width:			  520px;
}
#innerMain .productUnit div.description h3 {
	font-size:        90%;
	line-height:      1.6;
	margin:    		  0 0 6px 0;
	border:			  0;
	padding:		  0;
	background-color: transparent;
}
#innerMain .productUnit div.description h3 *,
#top .newItemUnit div.description h3 * {
	vertical-align:   middle;
}
#innerMain .productUnit div.description p,
#top .newItemUnit div.description p {
	font-size:        80%;
	line-height:      1.6;
}
.searchUnit {
	margin-right:     15px;
	margin-left:      15px;
}


/** サブメニューありコンテンツエリア **/
#innerContents {
	float: left;
	width: 401px;
}


/** サブメニュー **/
#subMenu {
	float: right;
	width: 150px;
}


/** ページトップ **/
.pageTop {
	clear: both;
	padding: 20px;
}
.pageTop p {
	font-size: 80%;
	line-height: 1.6;
	text-align: right;
}

/** 詳細を見る **/
#main p.detail,
#sideMenu p.detail {
	text-align: right;
}

/** フッタ **/
#footer {
	padding:				30px 20px 40px;
	background:				url(../../img/default/bg_footer.jpg) center top no-repeat;
}
#footerMenu {
}
/**/
	* html #footerMenu {
		/*padding: 10px 110px 20px;*/
	}
/**/
#footerMenu ul {
	float: right;
	zoom: 100%;
	overflow: auto;
	border-left: 1px solid #999;
	margin-bottom:		10px;
	zoom:		1;
}
#footerMenu ul:after {
	content:			".";
	display:			block;  
	visibility:			hidden;  
	height:				0.1px;  
	font-size:			0.1em;  
	line-height:		0;  
	clear:				both;  
}
/**/
	* html #footerMenu ul {
		height: 1px;
		overflow: visible;
	}
/**/
#footerMenu li {
	float: left;
	list-style: none;
	font-size: 70%;
	line-height: 1.2;
	border-right: 1px solid #999;
	white-space: nowrap;
}
#footerMenu li a {
	color: #2477B8;
	padding: 0 7px;
}
#footerMenu p a{
	color: #2477B8;
}
#footerMenu p{
	float:		left;
	font-size: 	70%;
}
#footer address {
	clear: both;
	font-size: 80%;
	line-height: 1.6;
	text-align: center;
	font-style:	normal;
}
#footer address#copyright {
	text-align:			right;
	font-size:			70%;
	color:				#666;
}
