@charset "utf-8";
/* CSS Document */

/* aboutのスタイル */

.mainimg{
margin-left:10px;
margin-top:10px;

}

* html .mainimg{
margin-left:0px;
margin-top:0px;

}


* html #leftcol {

	width:200px;
}



#nav #nav-schedule a {
	background: url(/test/common/img/triforce_nav_sprite2.gif) no-repeat left top;
	background-position: -511px -39px;	
}

* html #link {
	background: url(/test/common/img/yellow_bg.jpg) no-repeat right top;
	margin-left:0px;
	width:200px;
}

.banner {
	text-indent:-90em;
}

.biglead {
	display:block;
	margin:20px 5px 15px 0px;
	height:24px;
	font-size:120%;
	border-bottom-style:solid;
	border-bottom-color: #009900;
	background:url(../common/img/header_icon.jpg) no-repeat left top;
	text-indent:20px;
}

/*サイドナビゲーションのスタイル*/

#leftcol ul {
margin-left:0px;
margin-right:0px;
padding:0px;
}


.schedule{
	margin:-0px 0px 10px -1px;
	display:block;
	height:45px;
	width:200px;
	float:left;
background: url(/test/img/schedule/sidenav.gif) no-repeat left top;		

}





.schedule a{
	display:block;
	height:45px;
	width:200px;
	text-decoration:none;
	text-indent:-90em;
}

.schedule a:hover{
	background: url(/test/img/schedule/sidenav.gif) no-repeat left top;
	background-position: 0px -45px;	

}

.trial{
	margin:-0px 0px 10px -1px;
	display:block;
	height:45px;
	width:200px;
	float:left;
background: url(/test/img/schedule/sidenav.gif) no-repeat left top;		
	background-position: 0px -90px;	
}

.trial a{
	display:block;
	height:45px;
	width:200px;
	text-decoration:none;
	text-indent:-90em;
}

.trial a:hover{
	background: url(/test/img/schedule/sidenav.gif) no-repeat left top;
	background-position: 0px -135px;
}

.nyukai{
	margin:-0px 0px 10px -1px;
	display:block;
	height:45px;
	width:200px;
	float:left;
	background: url(/test/img/schedule/sidenav.gif) no-repeat left top;
	background-position: 0px -180px;
}

.nyukai a{
	display:block;
	height:45px;
	width:200px;
	text-decoration:none;
	text-indent:-90em;
}

.nyukai a:hover{
	background: url(/test/img/schedule/sidenav.gif) no-repeat left top;
	background-position: 0px -225px;	

}

#schedule .schedule{
	display:block;
	height:45px;
	width:200px;
	float:left;
	background: url(/test/img/schedule/sidenav.gif) no-repeat left top;
	background-position: 0px -45px;	
}


p {
margin-bottom:5px;
}


.p-end {
margin-top:40px;
}


.class_left {
margin-left:20px;
padding-left:20px;
clear:both;
float:left;
width:160px;

}

.class_center {
float:left;
width:160px;

}

.class_right {
float:left;

}

dl dt {
	font-weight: bold;
	font-size: 120%;
}

