* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: Osaka, verdana,arial,sans-serif;
}

html, body {
	width: 1300px;
	background-color: #f9fcf9;
}
a {
	color: #3E5B7C;
}

dl {
	margin: 0 1em;
}
	dl dt {
		padding-top: 1em;
		padding-bottom: 0.5em;
		padding-bottom: 2px dotted #59aa0D;
	}
	dl dd {
		margin: 0 1em;
	}
ul {
	margin: 0 1em;
}
	ul li {
		margin: 0 1em;
		padding-bottom: 0.5em;
	}
em {
	font-size: 110%;
	font-weight: bold;
}
strong {
	font-size: 140%;
	font-weight: bold;
	color: #c00;
}

.left {
	float: left;
}

#site {
	margin-bottom: 2em;
}
	#site h1 {
		height: 100px;
		line-height: 100px;
		font-size: 200%;
		text-align: right;
		background-color: #efb;
	}
		#site h1 a {
			font-weight: bold;
			color: #5A8D63;
		}
	#site h2 {
		height: 2em;
		line-height: 2;
		text-align: center;
		background-color: #59aa0D;
		border-bottom: 1px solid #40411E;
		color: #F5F6D4;
	}
	#site .navigation {
		width: 100%;
		height: 2em;
	}
		#site .navigation ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#site .navigation ul li {
			float: left;
			margin: 0 1%;
			padding: 0;
			width: 30%;
			background-color: #fff;
		}
			#site .navigation ul li a {
				display: block;
				height: 2em;
				line-height: 2em;
				text-align: center;
				border: 1px solid #40411E;
				border-width: 0 1px 1px;
				color: #40411E;
			}
			#site .navigation ul li a:hover {
				background-color: #59aa0D;
				color: #F5F6D4;
			}

#page { background-color: #efb; }
	#page .entry {}
		#page .entry h3 {
			clear: both;
			margin: 1em 0 0.5em;
			height: 2em;
			line-height: 2;
			background-color: #59aa0D;
		}
			#page .entry h3 a {
				margin-left: 1em;
				color: #fff;
			}
		#page .entry .text {
			padding: 1em;
		}
			#page .entry .text p {
				margin-bottom: 0.3em;
				line-height: 1.3;
				text-indent: 0.5em;
			}
			#page .entry .text ul {
				margin-left: 0;
			}
		#page .entry .information {
			margin: 1em 0.5em 0;
			border-top: 1px dotted #59aa0D;
		}
			#page .entry .information .column {
				float: left;
				margin-bottom: 2em;
				width: 400px;
			}
		#page .entry #proconSlide {
			margin: 1em -1em;
			padding: 0.5em 0;
			text-align: center;
			border-top: 1px solid #59aa0D;
			border-bottom: 1px solid #59aa0D;
			/*background-color: #fff;*/
		}

#publication { background-color: #59aa0D; }
	#publication h3 {
		height: 100px;
		line-height: 100px;
		text-align: right;
	}
		#publication h3 a {
			color: #fff;
		}
