﻿/* CSS Document */

body { 
	padding: 0; 
	margin: 0;  
	color: #454545; 
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;	
}

h1 { 	 
	font-size: 15px; 
	color: #737373;
}

p {	
	margin: 0px 5px 0px 0px;
}

a {
	text-decoration: none;
}

a img{
    border-style:none;	
}

#wapper {
	margin: auto;
	width: 794px;
	height: auto;
	background: #ffffff url(../images/bg.gif) repeat-y top;

}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 780px;
	height: 700px;
}

#header { 
	height: 50px; 
	width: 780px;
	margin: 0 7px 0 7px;
	background: #eee url(../images/tse_log.gif);

}

#header a{
	color: #ffffff;
	text-decoration: none;	
}

#header h1 { 
	font-size: 10px; 
	color: #ffffff;
	text-align: right;
	margin: 0 5px 4px 0;
}

#menu{
	border-top:#ffffff    1px solid;
	border-bottom:#ffffff    1px solid;
	margin: 0 7px 0 7px;
	list-style-type:none;
	width: auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	background:transparent url("../images/black.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
}

#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:13PX;
	height:24px;

	}
#menu li a:hover{
	background:transparent url("../images/blue.gif") repeat-x top left;	
}

#images_box{
	margin: 0 0 5px 7px;
}


#content_box{
	margin: 0px 0px 10px 0px ;
	font-size: 13PX;
	text-align:left;
}

#left {
	float: left;
	width: 20%;
	height:auto; 
	margin: 0 0 0 15px;
	font-size: 13px;
}	

* html #left {
	float: left;
	width: 20%;
	height:auto; 
	margin: 5px 0 0 10px;
	font-size: 13px;
}

#left_box {
	font-size: 13PX;
	margin: 0 5px 10px 0; 
	background: #f5f5f5;
	padding: 3px 0;
}	

#left h3 {
	clear: both;
	width: auto; 
	height:auto; 
	background: url(../images/title_bg.gif);
	font-size: 14px;
	color: #FFF;
	padding: 7px 0 7px 5px;
	margin: 0 0 5px 0;
}
	
#right {
	float: right;
	font-size: 13PX;
	width:  70%;
	margin: 0px 30px 10px 0;
	height: auto;
}


* html #right {
	float: right;
	font-size: 13PX;
	width:  65%;
	margin: 5px 30px 10px 0;
	height: auto;
}

#right h3 {
	padding: 7px 0 7px 5px;
	margin: 10px 0 10px 0;
	background:#F5F5F5;
	border-top:#4169e1 5px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	}


#right_img {
        float: left;
	border: none;
	vertical-align: top;
	width: 160px;
	height: 150px;
	margin:0px 0px 10px 0;
}	

* html #right_img {
        float: left;
	border: none;
	vertical-align: top;
	width: 160px;
	height: 150px;
	margin:0 0 0 0;
}

#right_box {
	background: #f5f5f5;
	color: #414141;
	font-size: 13PX;
	margin: 0 5px 10px 0px;
}
#right_box li {
	list-style-position: inside;

}

#center {
	width: 80%;
	height:auto; 
	margin: 10px 10px 5px 70px;
	font-size: 13PX;
}	
#center p{
	margin: 0px 0px 0px 5px;
}
	
#center_box {
	font-size: 13PX;
	background: #f5f5f5;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}	

#center_box2 {
	font-size: 13PX;
	background: #f5f5f5;
	margin: 7px 0 7px 10px;
}




#center h3 {
	padding: 7px 0 7px 5px;
	margin: 3px 0 3px 0px;
	background:#F5F5F5;
	border-top:#4169e1 5px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333;
}



#center h4 {
	margin: 5px 0px  5px  0px;
	background:#F5F5F5;
	border-left:#4169e1 3px solid;
	font-size: 13PX;
	font-weight: bold;
}


#link{
	margin: 10px 10px  0px  10px;
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 20px;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#navi li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#navi a {
	padding: 4px 0 4px 10px;
	display: block;
	color: #333;
	text-decoration: none;
}

#navi a:hover{
	border-left:3px solid #4169e1;
}

table {
	margin: 10px 0 0 0;
		
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 13px;
}
table td {
	padding: 4px 5px;
	text-align: left;
	vertical-align:top;
}

table li {
	list-style-position: inside;
}
table col.month {
	background: #CBD5FF;
	width: 100px;
}

table col.session {
	 background: #F2F5FF;	
}


table col.month2 {
	background: #ffffff;
}
table col.session2 {
	background: #F2F5FF;	
}


#footer { 
	font-size: 10px;
	margin: 0 7px 0 7px;
	color: #FFF;
	clear:  both;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background: url(../images/title_bg.gif);
	line-height: 1.5em;
}

bred {
	text-transform: uppercase;
	color: #FF0000;
}

