@charset "UTF-8";

/*
	Reset
*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}
img {border:0;}

/* Yahoo UI Font CSS
-----------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------------------------- */ 
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;

*font-size:small; /* for IE */*font:x-small; /* for IE in quirks mode 		background-color: #FFF;*/

}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*
	clearfix
*******************************/
.clearfix:after { content: " ";  display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
	replaceImg
*******************************/
.replaceImg { text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;}


/*
	BASE
*******************************/
/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
	/*background-color: #FFF;*/
}
/*dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { font-size:93%;}
*/
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#999;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

#container { margin:0 auto; padding:0 0 0 0;}

body#bg {
	background:url(http://jazz5.jp/images/main-bg.jpg);
}



/*//////////////////////////////////////////////////////////////////////////*/




/*
	Header LAYOUT
******************/

#head {
	width:100%;
	margin:0;
	padding:15px 0 15px 0;
	background:#FFF;
}
#header {
	width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#head #logo2 {
	position:absolute;
	top:0;
	right:0;
}
	


/*//////////////////////////////////////////////////////////////////////////*/

/*
	Contents LAYOUT
******************/

div#main {
	width:900px;
	margin:0 auto;
	padding:30px 0 30px 0;
}

div#contents {
	width:680px;
	float:left;
	margin:0;
	padding:0;
}

div#contents h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #600;
	border-bottom:1px solid #600;
}

div#contents h2 span {
	font-size: 20px;
}

div#contents h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	color: #600;
}

div#contents p {
	font-size:108%;
	line-height:180%;
	margin:0 0 15px;
	padding:0;
}
div#contents p.date {
	font-size:100%;
	padding-left:15px;
}

div#contents #nlist dl {
	margin:0 0 15px;
	padding:0;
}

div#contents #nlist dl dt {
	width:120px;
	float:left;	
}
div#contents #nlist dl dd {
	width:555px;
	float:right;	
}

div#side {
	width:170px;
	float:right;
	margin:0;
	padding:15px 0 0 0;
}
div#side p.tit {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	color: #600;
}
div#side li {
	margin:0 0 10px;
	padding:0;
}
div#side p.list {
	margin-bottom:15px;
}

/*news*/
#news {
	overflow-x: hidden;
	overflow-y: auto;
    padding: 10px 20px 0 20px;
}

#news dl {
	zoom: 1;
}

#news dl dt,
#news dl dd {
	line-height: 1.4;
	padding: 8px 0;
}
#news dl dt:first-child,
#news dl dd:first-child {
	margin-bottom: 0;
}
#news dl dt {
	width: 6.5em;
	float: left;
	clear: both;
}
#news dl dd {
	padding-left: 7em;
}

#news dl a {
	color:#462800;
}


/*
	Footer LAYOUT
******************/