﻿html {
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, geneva, verdana, sans-serif, "ＭＳ Ｐゴシック";
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 0.8em;
}

* body > #wrap {
	height: auto;
	width:960px;
}

h1 {
}

a {
	font-size: small;
}

img {
	border: none;
	
}

p{
	margin:0;
}

/* 見出しの処理 */
#header {
	diplay:none;	
}
#header h1 {
	diplay:none;
}
#header_conts {
	diplay:none;
}
#search_area {
	display:none;
}
.description {
	display:none;
}
#footer {
	display:none;
}

/* mainの見出し */

#main h2 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#listMenuRoot {
	display:none;
}

#main h3 {
	color: #1b4699;
	font-size: 18px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	border-left: 5px solid #1b4699;
	padding-left: 12px;
}

#main h4 {
	color: #6585c4;
	border-bottom: 1px dotted #415780;
	line-height: 2em;
}

#main ul {
	margin: ;
}

#conts01 li {
	list-style-type: square;
	font-size: x-small;
}

#conts02 ul,#conts03 ul,#conts04 ul {
	margin: 0;
	padding: 0;
}

#conts02 li,#conts03 li,#conts04 li {
	list-style-type: none;
}

#main p {
	font-size: small;
	line-height: 166%;
	margin-bottom: 1.5em;
}
#main dl{
	margin:0;
		padding-left:20px;
}
#main dt {
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;

	color: #295fc3;
	border-bottom: 1px solid #1b4699;
	line-height: 2em;
}

#main dd {
	color: #4d4d4d;
	margin-bottom: 15px;
	font-size: small;
	line-height: 1.66em;
}

/* 左ナビゲーション */

#left {
	display:none;
}
#right {
	display:none;
}



/*静的サブメニュー部分終わり*/

/*page Link*/
#forTop{
	width:40%;
	padding: 5px;
	float: right;
	font-size: 12px;
	text-align: right;
}
#forTop a{
	color: #3399CC;	
}
#forTop a:hover{
	color: #3399CC;
	text-decoration: underline;
}
/*bpm_player*/
#plyer_box{
	wodth:100%
}
#plyer_img{
	float:left;
	margin:0;
}
#plyer_txt{
	float:left;
	margin-left:10px;
}

#plyer_txt a{
	color: #333333;
	text-decoration: none;	
}


.mgn_t20{
	margin-top: 20px;	
}
.clear{
	clear: both;
}

.date{
	font-size: 0.7em;
	color: #999999;	
}
.red{
	color: #CC0000;
}

/* 2008 12 03 add */
.newslist li{
	margin-bottom:5px;
	border-bottom:1px dotted #cacaca;
	padding-bottom:3px;
	line-height:140%;

}
.newslist li a{
	color:#0099cc;
	text-decoration:none;
}
.newslist li a:hover{
	color:#006699;
	text-decoration: underline;
}

