﻿/* -----内容----- */
div#main {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#main div.pagetitle {
	position: relative;
	margin-bottom: 20px;
	position: relative;
}
.pagetitle h1 {
	color: #00A0E9;
	font-size: 250%;
	display: inline-block;
}
.pagetitle div.otherworks {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.otherworks h2 {
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.otherworks h2 a {
	color: #00A0E9;
	text-decoration: underline;
}
.otherworks h2 a:hover {
	color: #F55F4F;
}
