@charset "utf-8";
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 940px;
}
a:link {
	color: #297;
	text-decoration: none;
}
a:visited {
	color: #297;
	text-decoration: none;
}
a:hover {
	color: #297;
	text-decoration: underline;
}
a:active {
	color: #297;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.8125em;
	line-height: 140%;
	color: #555;
}
header {
	border-bottom: solid 1px #ddd;
	background-color: #eee;
}
header section {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 920px;
}
header section h1 {
	float: right;
	font-size: 0.875em;
	line-height: 125%;
	font-weight: 400;
	text-align: right;
	color: #333;
}
#main {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 150px;
	width: 920px;
}
#side {
	margin: 0 10px;
	float: left;
	display: inline;
	width: 180px;
}
#siteTitle   {
	font-size: 1.25em;
	line-height: 125%;
	font-weight: 600;
	background-color: #adc;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	text-align: center;
}
#siteTitle a {
	display: block;
	color: #666;
	font-weight: 600;
	padding: 50px 10px;
}
#sideLinks .outlink {
	margin: 15px 0;
}

nav {
}
nav ul {
	margin: 20px 0px;
}
nav ul li {
	font-size: 0.875em;
	line-height: 125%;
}
nav ul li a {
	padding: 10px 0px;
	display: block;
	zoom: 1;
}
nav ul li a:hover {
}
nav ul li a:active {
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {

}
#main #siteDescription {
	border-bottom: solid 1px #ddd;
}

article {
	width: 680px;
	margin: 0 10px;
	float: right;
	display: inline;
}
h2 {
	margin: 40px 0 20px;
	color: #888;
	font-weight: 600;
	font-size: 1.125em;
}

article p {
	color: #333;
	padding: 0;
	text-align: justify;
	margin: 15px 0;
}
article .contents {
	font-size: 0.875em;
	line-height: 160%;
}
article .outlink {

}

footer {
	width: 100%;
	border-top: solid 1px #ddd;
	font-size: 0.8125em;
	line-height: 125%;
	position: absolute;
	bottom: 0px;
	padding: 30px 0;
}
footer div {
	width: 920px;
	margin: 0 auto;
}
footer div ul {
	width: 460px;
	float: left;
}
footer div p {
	width: 460px;
	float: right;
	text-align: right;
}
