@charset "UTF-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "メイリオ";
}

header,article,section,nav,footer{
	display: block;
}
header,article,footer{
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 90%;
	text-align: right;
	font-weight: normal;
	width: 100%;
}
header {
}
header h2 {
	font-size: 130%;
	font-weight: normal;
	color: #39F;
}
header h2 a {
	color: #39F;
	text-decoration: none;
}
#banner {
	height: auto;
	width: 100%;
	background: #DDF2FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6f9ff 0%, #DDF2FF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d6f9ff 0%,#DDF2FF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #39F 0%,#E5F3FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#DDF2FF',GradientType=0 ); /* IE6-9 */
	margin-bottom: 25px;
	display: block;
}
#banner .bn{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	width: 100%;
	max-width:950px;
}
hr {
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	background-color: #CCC;
}
article {
	margin-bottom: 30px;
}
section {
	float: left;
	width: 65%;
	padding-right: 5%;
	margin-bottom: 30px;
}
article section h2 {
	font-size: 120%;
	width: 100%;
	height: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #39F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #F7F7F7 0%, #FFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #F7F7F7 0%,#FFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #F7F7F7 0%,#FFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
	margin-top: 20px;
}
article section h3 {
	font-size: 110%;
	width: 100%;
	height: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #39F;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
article section p {
	margin-top: 0px;
	margin-bottom: 0px;
}
nav {
	float: left;
	width: 30%;
	margin-bottom: 30px;
}
article nav h2 {
	font-size: 100%;
	font-weight: normal;
	color: #39F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
}
article nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
article nav ul li {
	color: #39F;
	text-decoration: underline;
	font-size: 95%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
article nav ul li a {
	color: #39F;
}
footer {
	clear: both;
}
footer h2 {
	max-width:100%;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}
body footer h2 a {
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 695px) {
h1 {
	text-align: left;
}
#banner {
	background-color:#FFF;
}
section {
	width: 100%;
	padding-right: 0;
	float: none;
}
article section h2 {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
article section h3 {
	font-size: 110%;
	width: 100%;
	height: auto;
}

nav {
	width:100%;
}
}
