div#sub p {
	width:600px;
	line-height:1.4em;
}

div#sub ul {		/*更新履歴のところ*/
	border-bottom:dotted #000 1px;
	padding-bottom:20px;
	width:600px;
}

div#sub ul li {			/*更新履歴のところ*/
	line-height:2em;
}




img.topimg {		/*最近のイベントの画像*/
	height:337px;
	width:600px;
        display: block;
/*	margin-bottom:10px;  

        margin-left:auto;
        margin-right: auto;*/
}


img.topimga {		/*最近のイベントの画像*/
	height:225px;
	width:600px;
       display: block;
/* 	margin-bottom:10px;  

        margin-left:auto;
        margin-right: auto;*/
}
img.topimgb {		/*最近のイベントの画像*/
	height:280px;
	width:600px;
        display: block;
/*	margin-bottom:10px;  

        margin-left:auto;
        margin-right: auto;*/
}

img.topimgc {		/*最近のイベントの画像*/
	height:373px;
	width:600px;
        display: block;
/*	margin-bottom:10px;  

        margin-left:auto;
        margin-right: auto;*/
}

img.topimgd {		/*最近のイベントの画像*/
	height:348px;
	width:600px;
        display: block;
/*	margin-bottom:10px;  

        margin-left:auto;
        margin-right: auto;*/
}


/* 横並び */

.flex {
       display: flex; /*横並び*/
}
.flex .image {
       width: 640px; /*画像サイズ指定*/
       margin: 0;
       padding: 0;
       overflow: hidden;
       position: relative;
}
.flex .text {
       margin:25px 50px 0px 10px;
       padding: 0;

}




img.zemi {			/*一番下のゼミの画像*/
	margin-top:30px;
}

/*img.zemi2 {			一番下のゼミの画像
	margin-top:10px;
	margin-right:30px;
	margin-left:40px;
}*/

h2.subtitle1 {
	width:600px;
	height:35px;
	background-image:url("../img/subtitle1.gif");
}

h2.subtitle1 span {
	font-size:19px;
	font-family:HG明朝B,serif;
	position:relative;
	top:9px;
	left:22px;
	color:#444;
	letter-spacing:0.05em;
}