@charset "utf-8";
@charset "utf-8";

/*
	style_base
*/				
					

/*
----------------------------------------------------
	01:customers Reset  
----------------------------------------------------
*/  

html{   
	margin:0;   
	padding:0;   
}   
body{   
	margin:0;   
	padding:0;   
	font-size:small;   
	line-height:1.5; 
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	color:#555;
}   
  
h1,h2,h3,h4,h5,h6,div,p,form{   
	margin:0;   
	padding:0;   
}   
  
div{   
	margin:0;   
	padding:0;   
	display: zoom: 100%; /* IE for7.0 clearfix */  
}   
  
div:after{  /* clear fix */  
    content: ".";     
    display: block;     
    visibility: hidden;     
    height: 0.1px;     
    font-size: 0.1em;     
    line-height: 0;     
    clear: both;     
}   
    
table{   
	/*  
	border-collapse: separate;  
	border-collapse: collapse;
	border-spacing: 1px;  
	*/  
	border-collapse: collapse;
}   
  
th,td{   
	text-align:left;   
	vertical-align:top;  
	padding:2px 5px;
}   
  
img {   
	border:none;   
}   
  
address{   
	font-style:normal;   
}   


ul,li{
	
}

 a{
	 
 }
 a:visited{
	 color:#999;
 }
 a:hover{
		text-decoration:none; 
 }


/*  
----------------------------------------------------
	02:Layout  
----------------------------------------------------
*/

body{
background:#f5f5f5;	
}
#page{	/*全体*/

}

.inner{
	width:800px;
	margin:0 auto;
	background:#fff;
	padding:0 10px;
}



#header{
	width:800px;
	height:250px;
	margin:10px 0;
}

#header .inner{

}


#header h1 a{
	display:block;
	background:url('../img/image.jpg');
	width:800px;
	height:250px;
	overflow:hidden;
	text-indent:-1000em;
}

#hansel{
	clear:both;
	text-align:right;
	padding:0;
	margin:5px 0;
	font-size:12px;

}



#container{
	width:580px;
	float:right;
}


#sidebar{
	float:left;
	width:180px;
}


#footer{
	display:block;
	background:url('../img/foot_bg.jpg');
	width:780px;
	height:20px;
	color:#fff;
	padding:5px 10px;
	font-size:10px;
	margin:20px 0;
}


/*Navi*/

#navi{
	padding:10px;
	margin:0;
	background:#eee;
}

#navi li{
	padding:0;
	margin:0 0 2px 0;
	list-style:none;
}


#navi li a{
	display:block;
	background:url('../img/navi_bg.jpg');
	width:150px;
	height:22px;
	padding:8px 0 0 10px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-position:0 -32px;	
}
#navi li a.current,
#navi li a:hover.current{
	background-position:0 0px;	
}



#navi li a:hover{
	background-position:0 -64px;	
}

#banners{
	padding:10px;
	margin:10px 0 0 0;
	background:#eee;
}

#banners li{
	padding:0;
	margin:0 0 2px 0;
	list-style:none;
}


#banners li a{
	display:block;
	/*
	background:url('../img/navi_bg.jpg');
	*/
	background:#fff;
	width:150px;
	height:40px;
	padding:8px 0 0 10px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	background-position:0 0px;	
}
#banners li a.current,
#banners li a:hover.current{
	
}



#banners li a:hover{
	color:#F93;
}

/*
-----------------------------
	container
-----------------------------
*/

#container h2{
	background:url('../img/h_bg.jpg');
	width:530px;
	height:34px;
	font-size:16px;
	padding:12px 0 0 50px;
	margin-bottom:20px;
	color:#000;
}


#container h3{
	border-top:2px solid #c00;
	border-bottom:1px solid #c00;
	color:#000;
	
	height:20px;
	font-size:14px;
	padding:5px 0 2px 5px;
	margin:20px 0 15px 0;
}
/*
-----------------------------
	header @ home
-----------------------------
*/
#banner,
#banner a{
	width:245px;
	height:118px;
}

#banner {
	float:left;
	font-size:1px;
	line-height:1px;
}

#banner a{
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	text-align:left;
	font-size:1px;
	line-height:1px;
}

/*
	indivi
*/

.shuttenTable table{
	width:100%;

}

.shuttenTable td,
.shuttenTable th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;


	
}
.stName{
	width:200px;
	border-right:1px solid #eee;
}
.shuttenTable th{
	background:#900;
	color:#fff;
	width:20px;
}

.seminorTable{
	
}

.semNum{
	background:#333;
	color:#fff;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	width:40px;
	text-align:center;
}
.seminorTable th{
	background:#399;
	color:#fff;
}

.seminorTable td,
.seminorTable th{
	border:1px solid #ccc;
}

.seminorTable h4{
	color:#C60;	
}

.seminorTable td img{
	float:right;	
}

.date78{
	background:#f0FFFF;
}

.date78 h4{
	color:#399;
}


.date79{
	background:#FFF5F4;
}

span.kouryu{
	border:1px solid #FF0000;
	color:#FF0000;
	padding:2px 5px;
}

span.tein{
	font-weight:bold;
}
