* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

BODY{
	line-height : 1.4;
	padding : 0px;
	margin : 0px;
	font-family: "MS UI Gothic","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	position:relative;
}
table{
	font-size : 0.9em;
	
}
#frame{
	width: 750px;
	font-size : 0.9em;

}
#headline{
	width: 750px;
	height:20px;
	background-image : url(img/headline.png);
}

#header{
	width: 750px;
	height : 60px;
	background-color : white;
	background-image: url(img/logo_CATSJ_back.png);
	background-repeat: no-repeat;
}
#logo{
	width : 250px;
	height : 60px;
	float: left;
}
#logo_wakate{
	width : 500px;
	height: 60px;
	float: right;
	padding-top:21px; 
}
#contentsframe{
	margin:0px;
	padding:0px;
}
#menu{
	width: 250px;
	min-height: 350px;
	float : left;
}
#menu ul#navigation{
	width:180px;
	padding-top:20px;
	list-style-type:none;
	margin-left: 10px;
	padding-left:0px;
}

ul#navigation li.menuitem{
	margin-top:5px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	background:#F0F0F0;
	
}
ul#navigation li.menuitem ul{
	list-style-type:none;
	margin:10px;
	padding:0px;
	
}

#menu ul#navigation2{
	width:180px;
	padding-top:20px;
	list-style-type:none;
	margin-left: 10px;
	padding-left:0px;
}
ul#navigation2 li.menuitem{
	margin-top:5px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	background:#E0E0E0;
	
}
ul#navigation2 li.menuitem ul{
	list-style-type:none;
	margin:10px;
	padding:0px;
	
}

#contents{
	width : 490px;
	float : right;
	min-height : 600px;
	padding : 5px;
	margin-bottom:10px;
}

h1{
	padding-left:10px;
	height:60px;
	background-image:url(img/h1_back.png);
	background-repeat: repeat-x;
	font-size:140%;
	line-height:60px;

}


h2{
	padding-left:10px;
	height:35px;
	background-image:url(img/h2_back.png);
	background-repeat: repeat-x;
	font-size:120%;
	line-height:35px;
}
table.home{
	width:100%;
}

table.home .date{
	width:180px;
}

.article{
	width:100%;
}
.article .left{
	width:100px;
}

table#fresh09_timetable{
	width:100%;
	border-style:none;
	padding:2px;
	background-image:url(img/table_back.png);
}
table#fresh09_timetable th{
	background-color:#BDEDFF;
	padding:5px;
	text-align:left;
}
table#fresh09_timetable td{
	padding:5px;
}

table#fresh09_timetable th.time{
	width:150px;
}
table#fresh09_timetable th.instructor{
	width:150px;
}
tr.white{
	background-color:white;	
}

table#summer09table{
	width:100%;
	background-image:url(img/table_back.png);
	
}
table#summer09table .left{
	width:70px;
}
table#summer09table td{
	padding:5px;
}

table#summer09table th{
	padding:5px;
	
}

#footer{
	width: 750px;
	padding:5px;
	clear : both;
	text-align: right;
	background-image:url(img/footerline.png);
	background-repeat: repeat-x;
}
A{
	text-decoration: none;
}
A:hover { color: red; }

