@charset "utf-8";

/*
	Site Name:神戸常盤大学
　　Description: gaiyo Layout
*/

/*-----------------------------------------------------
Index
-------------------------------------------------------*/
.centerMessage{
}
.centerMessage p.comment{
}
.centerMessage p.name{
	margin:50px 0 0 0;
	font-weight:bold;
	text-align:right;
}

/*-----------------------------------------------------
introduction
-------------------------------------------------------*/
.introduction h2{
	margin:0 0 10px 0;
}
.introduction p{
	padding:0 0 30px 0;
}
.introduction p.text{

}
.introduction p.fig{
	display:inline;
	float:right;
	margin:0 0 30px 30px;
	padding:10px;
	text-align:center;
	border:1px solid #CCC;
}
.introduction p.fig img{
	margin:0 0 10px 0;
}
.introduction div.section h3{
	font-weight:bold;
	margin:0 0 10px 0;
}
.introduction div.section{
	clear:both;
}
.introduction div.section p{
	margin:0 0 30px 0;
}
.introduction div.section ul {
	float:right;
	padding:0 0 30px 30px;
}
.introduction div.section ul li img{
	border:1px solid #CCC;
	padding:1px;
}
.introduction div.info{
	background:#D1E7E6;
	padding:5px 20px 15px 20px;
}
.introduction div.info dl{
	padding:3px 0;
}
.introduction div.info dt{
	margin: 15px 10px 0 10px;
	font-weight:bold;
}
.introduction div.info dd{
	margin: 3px 10px;
	clear:left;
}

/*-----------------------------------------------------
activity
-------------------------------------------------------*/
.activity h2{
	margin:0 0 10px 0;
}
.activity div.section{
	clear:both;
}
.activity div.section p{
	margin:0 0 30px 0;
}

.activity table{
	width:100%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.activity table.programTable{
	margin:0 0 30px 0;
}
.activity table caption{
	text-align:left;
	font-weight:bold;
}
.activity table th,
.activity table td{
	padding:3px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
.activity table th{
	background:#eee;
}
.activity table td{
	width:50%;
}
.activity div.section p.link{
	background:url(../../../images/common/ico_arrow.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin: 0 0 10px 0;
}
