@charset "utf-8";
/* CSS Document */

*,html{
	margin:0px;
	padding:0px;
}
	

body{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin:0px auto;
	padding:0px;	
}

#head{
	width:800px;
	height:310px;
	margin:auto;
}

#container{
	width:800px;
	margin:auto;
}
#photo {
	float: left;
	width: 550px;
	text-align:left;
}
#day {
	float: right;
	width: 210px;
	text-align:left;
	padding:10px;
}
h2 {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
p {
	line-height: 1.5em;
}
p.seminar {
	font-size:130%;
	font-weight:bold;
	line-height:1.2em;
}
p.photo {
	margin-bottom:5px;
	text-align:center;
}

ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
	}
a{
	font-size: 14px;
	color:#090;
	font-weight:bold;
}

