/* 全体のレイアウト */
body{
	background: url("back.png") repeat;/* #f1f1f1; */
	text-align: center;
	font-size: 14px;
/*	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","平成明朝","HeiseiMincho","ＭＳ 明朝","MS Mincho",serif; */
	color: #333;
}

/* 背景青色 */
.layout{
	background-color: #99ccff;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #ddd;
}

/* 看板  */
h1{
	width: 800px;
	height: 80px;
	padding: 0px;
	background: url("titlelogo1.jpg") no-repeat;
	margin: 0px;
}

h1 span{
	visibility: hidden;
}

/* 目次とテキスト部の調整 */
.basis{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.navi{
	width: 800px;
	height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}

.navi-left{
	text-align: left;
	float: left;
	font-size: 10px;
	margin-left: 10px;
}

.navi-right{
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
}

/* はごろもプロ */
.hagoromo_banner{
	height: 100px;
	float: center;
	background-color: #fff;
	margin-bottom: 5px;
	font-size: 10pt;
	clear: center;
}
.noborder{
	border: none!important;
	display: block;
}

/* 行事の紹介 */
.event{
	width: 397px;
	height: 330px;
	float: left;
	text-align: left;
	background-color: #ddd;
	margin-bottom: 5px;
	font-size: 10pt;
	clear: left;
}

.eventcontents{
	width: 377px;
	margin: 0px 10px;
}

.eventimg{
	height: 200px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.eventtxt{
	clear: left;
}
.eventjump{
	width: 367px;
	margin-right: 10px;
	text-align: right;
	clear: left;
}
/* アートコレクション */
.art{
	width: 398px;
	height: 330px;
	margin-left: 5px;
	float: left;
	background-color: #ddd;
	margin-bottom: 5px;
	font-size: 10pt;
}

.artcontents{
	width: 378px;
	margin: opx 10px;
}

.artimg{
	width: 378px;
	height: 200px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.arttxt{
	width: 378px;
	float: left;
	text-align: center;
}

.artjump{
	width: 368px;
	margin-right: 10px;
	text-align: right;
	clear: left;
}

/* 大学院・学部の案内 */
.sosiki{
	width: 227px;
	height: 420px;
	float: left;
	margin-bottom: 5px;
	background-color: #eee;
}

/* 新着情報 */
.whatsnew{
	width: 336px;
	height: 420px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #eee;
}

table.wtn{
	border-collapse: separate;
	font-size: 12px;
	line-height: 18px;
	border-spacing: 5px 10px;
}

.whatsnewtxt{
	width: 336px;
	height: 370px;
	overflow: auto;
}

/* コンテンツ */
.contents{
	width: 227px;
	height: 420px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #eee;
}

/* リンクの指定 */
.footer{
	clear: left;
	width: 800px;
	margin-top: 5px; 
	padding: 10px 0px;
	background-color: #ffcc66;
	text-align: center;
	font-size: 12px;
}

/*　リンクの色 */
a:link{
	color: #333;
}
a:visited{
	color: #333;
}
a:active{
	color: #777;
}
a:hover{
	color: #333;
	background-color: #ccc;
}

/* 全体的な指定 */
h2.top{
	font-size: 12pt;
	color: #dbdbdb;
	text-align: center;
	margin-top: 0px;
	background-color: #339933;
	padding-top: 3px;
	padding-bottom: 1px;
}

li.top{
	list-style: none;
	margin-top: 30px;
	color: 333;
}

h2{
	font-size: 14pt;
	color: #dbdbdb;
	text-align: center;
	margin-top: 0px;
	background-color: #339933;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.maintxt{
	background-color: #eee;
}

.text{
	padding: 0px 10px;
}

.art-index-tbl{
	border: solid 1px #000;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}
.event-index-tbl{
	border: solid 0px #000;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	
}
.event-table-txt{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 40px;
	text-align: left;
	vertical-align: top;
}
.event-table-row{
	border-bottom: dotted 1px #333;
}
.event-table-pic{
	width: 300px;
	padding-left: 30px;
}

.strong{
	font-weight: bold;
}

.art-img{
	text-align: center;
}

