@charset "utf-8";
body {
	font-family: Helvetica, “ヒラギノ角ゴ Pro W3″, ”Hiragino Kaku Gothic Pro W3″, メイリオ, Meiryo, ”ＭＳ Ｐゴシック”, sans-serif;
	_font-family: ”ＭＳ Ｐゴシック”, sans-serif; /* XP用 */
	-webkit-text-size-adjust: none;  /*スマートフォンの文字調整無効 */
	background: #ffffff;
}
.container {
	/* min-width: 780px;*/
	max-width: 1240px;
}
p {
	line-height: 180%;
}
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */

audio:not([controls]) {
	display: none;
	height: 0;
}
/* images */
img {
	max-width: 100%;
	height: auto;
}
/* link */
a {
	overflow: hidden;
	outline: none;
}
a:link {
	color: #3366cc;
	text-decoration: none;
	border-bottom: dotted 1px #66CCFF;
}
a:visited {
	color: #3366cc;
	text-decoration: none;
	border-bottom: dotted 1px #66CCFF;
}
a:hover, a:active, a:focus {
	color: #FF6600;
	border-bottom: solid 1px #FF6600;
}
/* class */

ul.h {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.h li {
	display: table-cell;
 *display: inline;
 *zoom: 1;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}
/* headline */
h1 {
	font-size: 142.9%;
}
h2 {
	font-size: 114.3%
}
h3 {
	font-size: 100%
}
h4 {
	font-size: 100%
}
h5 {
	font-size: 100%
}
h6 {
	font-size: 100%
}
/* header */
#siteHeader {
	padding: 0;
	background: #00a8ff url(../images/header_bg2.jpg) top center repeat-x;
}
#siteHeader h1 {
	margin: 0 auto;
	text-align: center;
}
/*content*/
#content section, 
#content aside {
	width:100%;
	margin: 0 0 20px;
	padding: 20px 0.5em;
	background: #ffffff;
	border: dotted 2px #cccccc;
}
#content section p, 
#content section ul, 
#content section ol, 
#content section dl {
	margin: 10px 40px;
}
#content section h2 {
	margin: 20px 30px;
	padding: 3px 0px 3px 5px;
	border-bottom: solid 5px #00a8ff;
	font-weight: bold;
}
#content section h3 {
	margin: 10px 30px;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
}
#content section.result h3 {
	font-size: 87%;
	border-left: solid 3px #00a8ff;
	padding-left: 0.5em;
	font-weight: normal;
}
#content section.result .fig .fig-left h3 {
	margin: 0;
}
#content section.result .fig .fig-right h3 {
	margin: 0;
}

#content section.result .fig h4 {
	font-size: 87%;
	color: #00a8ff;
	font-weight: normal;
}
#content section p strong {
	font-weight: bold;
}
#content section.result ul {
	width: 90%;
	margin: 10px 40px;
	list-style: none;
	clear: both;
}
#content section.result ul li {
	padding: 0.5em 0;
	border-bottom: dotted #ccc 2px;
	line-height: 160%;
}
#content section .info {
	margin-top: 40px;
	font-size: 87%;
}
#introduction p img {
	vertical-align: middle;
}
#content aside h3 {
	margin: 10px 40px;
	padding-left: 10px;
	border-left: solid #00a8ff 7px;
	font-size: 78.6%;
}
#content aside p {
	margin: 10px 40px 10px 55px;
	font-size: 68.8%;
}
/*footer*/
#siteFooter {
	margin: 0;
	padding: 20px 0;
	background: #00a8ff;
}
.copy {
	margin: 0;
	padding: 10px auto;
	text-align: center;
	font-size: 78.6%;
	color: #ffffff;
}
