@import url("default.css");

body {
	font-size: 14px;
	color: #333;
	}

a:link, a:visited {
     color: #666;
     text-decoration: underline;
     }

a:active, a:hover {
     color: #AEDCFF;
     text-decoration: none;
	}

#container {
	width : 800px;
	margin-top: 30px;
	background: #fff;
	}

#header {
	width: 800px;
	height: 150px;
	background: #ccc url(back.jpg) 20px;
	}

#header h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	}

#sp {
	height: 65px;
	}

#setumei {
	padding: 10px;
	text-align: left;
	}

#setumei h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	margin-bottom: 10px;	
	}

#setumei h3 {
	font-weight: bold;
	border-left :7px solid #AEDCFF;
	padding-left:5px;
	}

ul {
	margin-bottom: 10px;
	}

li {
	list-style: inside disc;
	padding-left:30px;
	}

.aisatu {
	margin-bottom: 10px;
	text-align : justify;
	text-justify: distribute;	
	}

.meeting {
	margin-bottom: 10px;
	}

.meeting ul {
	}

.meeting li {
	list-style: inside circle;
	}

#info {
	text-align: left;
	padding: 10px;
	border: 1px dotted #333;
	}

#info h2 {
	font-weight: bold;
	padding: 2px;
	}

#info h3 {
	font-weight: bold;
	padding: 2px;
	}