/* $Id: default.css,v 1.1.2.22 2010/01/14 10:48:23 mitani Exp $ */

/** 外部CSS読み込み **/
@import url(top.css);
@import url(module.css);
@import url(news.css);
@import url(detail.css);
@import url(jazzWiki.css);
@import url(contents.css);
@import url(form.css);
@import url(category.css);
/*@import url(freespace.css);
@import url(etc.css);
@import url(items.css);
@import url(print.css);
@import url(lightbox.css);
@import url(popup.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:   bottom;
}
a {
	color:            #e50e50;
	text-decoration: underline;
}
a:hover {
	color:            #f67fa4;
	text-decoration: none;
}
* 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%;
	line-height: 1.5;
	background: #fff url(../img/bg_body.gif) 0 0 repeat;
/*	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/bg_header.gif) 0 0 no-repeat;
	zoom:				1;
	height:				90px;
	position: relative;
}
#titlebar {
	margin: 0 10px;
	padding: 0 0 5px 0;
	zoom:				1;
}
#titlebar h1 {
	padding-top: 10px;
}
#header:after,
#headRight:after,
#navigation:after {
	content:		".";
	display:			block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}

/** ヘッダー右部分 **/
#headRight {
	padding: 10px 0 0 0;
	zoom:				1;
	position: absolute;
	right: 10px;
	top: 0;
}

/** サブリンク **/
#headRight ul {
	overflow: hidden;
	float: left;
}
#headRight ul a {
	color: #333;
}
#headRight ul li {
	float: left;
	border-left: solid 1px #333;
	padding: 0 10px;
	margin-left: -1px;
	list-style-type: none;
	font-size: 75%;
}

/** サイト内検索 **/
#headRight form {
	float: left;
}
#headRight form #Q {
	width: 11em;
	height: 12pt;
}
*html #headRight form #Q {
	height: 100%;
}
#headRight form #SA {
	vertical-align: top;
}

/** ナビゲーション **/
#navigation {
	zoom:				1;
	position: absolute;
	bottom: 0;
}
#navigation li {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	float:	left;
	list-style-type: none;
}
#navigation a {
	display:	block;
	height:	30px;
}
#navigation #navi1 a {
	background:			url(../img/bg_navigation.jpg) 0 0 no-repeat;
	width:				162px;
}
#navigation #navi2 a {
	background:			url(../img/bg_navigation.jpg) -162px 0 no-repeat;
	width:				162px;
}
#navigation #navi3 a {
	background:			url(../img/bg_navigation.jpg) -324px 0 no-repeat;
	width:				161px;
}
#navigation #navi4 a {
	background:			url(../img/bg_navigation.jpg) -485px 0 no-repeat;
	width:				161px;
}
#navigation #navi5 a {
	background:			url(../img/bg_navigation.jpg) -646px 0 no-repeat;
	width:				161px;
}
#navigation #navi6 a {
	background:			url(../img/bg_navigation.jpg) -807px 0 no-repeat;
	width:				163px;
}

#navigation #navi1 a:hover {
	background:			url(../img/bg_navigation.jpg) 0 -30px no-repeat;
	width:				162px;
}
#navigation #navi2 a:hover {
	background:			url(../img/bg_navigation.jpg) -162px -30px no-repeat;
	width:				162px;
}
#navigation #navi3 a:hover {
	background:			url(../img/bg_navigation.jpg) -324px -30px no-repeat;
	width:				161px;
}
#navigation #navi4 a:hover {
	background:			url(../img/bg_navigation.jpg) -485px -30px no-repeat;
	width:				161px;
}
#navigation #navi5 a:hover {
	background:			url(../img/bg_navigation.jpg) -646px -30px no-repeat;
	width:				161px;
}
#navigation #navi6 a:hover {
	background:			url(../img/bg_navigation.jpg) -807px -30px no-repeat;
	width:				163px;
}

/** 本文 **/
#pageBody {
	border-right:		1px solid #CECECE;
	border-left:		1px solid #CECECE;
	font-size: 75%;
	color: #333;
}
#contents {
	zoom:	1;
	padding: 20px 0 0 0;
}
#contents:after {
 content:		".";
	display:			block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}
#contents #main {
	float: right;
	width: 680px !important;
	margin: 0 10px 0 0;
	display: inline;
}
#contents #sideMenu {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	display: inline;
}
#contents #main h2 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	border: solid 1px #e5e7dd;
	background: #f7f8f8;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
}

/** パンくず **/
#contents .topicPath {
	padding: 20px 0 20px 10px;
}
#contents .topicPath a {
	color: #333;
}

/** ページナビ **/
.pageNaviItem {
	border: solid 1px #e1e3d9;
	padding: 5px 0 5px 10px;
	margin: 20px 0;
	text-align: center;
}
.pageNaviItem a,.pageNavi strong {
	padding: 0 5px;
	color: #333;
}
.pageNavi {
	border: solid 1px #e1e3d9;
	padding: 5px 0 5px 10px;
	margin: 20px 0;
}
.pageNavi a {
	color: #333;
}
.pageNavi .pageNaviPrev a {
	padding: 0 50px 0 0;
}
.pageNavi .pageNaviNext a {
	padding: 0;
}

/** フッタ **/
#footer {
	clear: both;
	font-size: 73%;
	border-right: solid 1px #dfe1d6;
	border-left: solid 1px #dfe1d6;
	border-bottom: solid 1px #dfe1d6;
}
*html #footer {
	padding: 50px 0 0 0;
}
#footer a {
	color: #333;
}
#footerMenu {
	background: url(../img/bg_footer.gif) 0 0 no-repeat;
	
}
#footerMenu ul {
	overflow: hidden;
	padding: 15px 0 0 0;
}
#footerMenu li {
	margin-left: -1px;
	list-style-type: none;
	float: left;
	padding: 0 7px;
	border-left: solid 1px #333;
}
#footer address {
	clear: both;
	color: #333;
	text-align: center;
	font-style:	normal;
	margin: 40px 0 10px 0;
}

/* ページトップ */
#footer .pageTop {
	clear: both;
	text-align: right;
	padding: 30px 10px 10px 0;
	font-size: 95%;
}
*html #footer .pageTop {
	padding: 0 10px 0 0;
	margin: -40px 0 0 0;
}
#footer .pageTop span {
	color: #e1e3d9;
}
