@charset "utf-8";

/*
	Site Name:神戸常盤大学
　　Description: gaiyo Layout
*/

/*-----------------------------------------------------
Index
-------------------------------------------------------*/
.centerMessage{
}
.centerMessage .photo{
	float:left;
	width: 305px;
}
.centerMessage .message{
	float:right;
	width: 331px;
}
.centerMessage .message .comment{
	height: 695px;
	background:#E3E8EC;
}
.centerMessage .message .comment p{
	padding: 30px;
}

/*-----------------------------------------------------
introduction
-------------------------------------------------------*/
.introduction h2{
	margin:0 0 10px 0;
}
.introduction p{
	margin:0 0 30px 0;
}
.introduction div{
	background:#D1E7E6;
	padding:15px 20px;
}

.introduction div ul,
.introduction div dl{
	padding:3px 0;
}
.introduction div li{
	margin:8px 10px;
}
.introduction div dt,
.introduction div dd{
	margin: 3px 10px;
}

.introduction div dt{
	font-weight:bold;
}
.introduction div dd{
	clear:left;
}
.introduction div dd span{
	display:block;
	float:left;
	width:120px;
}

/*-----------------------------------------------------
activity
-------------------------------------------------------*/
.activity ul {
	padding:20px 0 0 0;
}
.activity ul li.first{
	padding:0;
}
.activity ul li{
	float:left;
	padding:0 0 0 10px;
}
.activity ul li img{
	border:1px solid #CCC;
	padding:1px;
}
.activity table{
	margin:20px 0;
	width: 100%;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.activity caption{
	font-weight:bold;
	text-align:left;
	padding-bottom: 5px;
}
.activity table th{
	background-color: #97C8C6;
	font-weight: normal;
	padding: 5px;
	text-align:left;
	width:120px;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	vertical-align:top;
}
.activity table td{
	background-color: #FFFFFF;
	padding: 5px;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}
.activity div{
	background:#D1E7E6;
	padding:5px 20px 15px 20px;
}
.activity div dl{
	padding:3px 0;
}
.activity div dt{
	margin: 15px 10px 0 10px;
	font-weight:bold;
}
.activity div dd{
	margin: 3px 10px;
	clear:left;
}
