@charset "UTF-8";

/* CSS Document */




body {
	line-height: 35px;
	color: black;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background: white;
	text-align: center;
	margin-top: 40px;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	background: white;
	font-size: 20px;
	width: 1000px;
	margin-bottom: 20px;
}

div#title_left {
	float: left;
	width: 583px;
}

div#menu {
}

li {
	float: left;			/*リスト項目を横に並べる*/
	display: inline;			/*リスト項目をインライン表示にする*/
	list-style-type: none;		/*リストマーカー無しにする*/
	background-repeat: no-repeat; 	/*背景画像を繰り返さない*/
	padding-right: 17px;
}

div#title_right {
}

div#title_image {
	height: 182px;
}

div#title_detail {
	text-align: left;
	margin-left: 90px;
	font-weight: bold;
	line-height: 20px;
}

div#title_menu {
}

div#pad {
	padding: 40px;
}

div#kougigaiyou {
}

div#schedule {
}

div#stuffprof {
}

div#contact {
}

div#content {
	padding-top: 5px;
	padding-left: 25px;
	margin-bottom: 60px;
	width: 92%;
	max-width: 1000px;
	min-width: 600px;
}

div#ipd {
	line-height: 20px;
	font-size: 12px;
	width: 100%;
	max-width: 1000px;
	min-width: 600px;
}

div#footer {
	border-top: black 1px solid;
	text-align: rignt;
	width: 100%;
	max-width: 1000px;
}

div.time {
	font-size: 12px;
	float: left;
	width: 100px;
	padding: 5px;
}
