@charset "UTF-8";

html {
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,caption,th,td {
	margin:0;
	padding:0;
}

body {
	color:black;
	background:white;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS P Gothic",
	sans-serif;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

ul {
	list-style:none;
}

/* new clearfix */  
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/* wrapper */

div#container {
	width:900px;
	text-align:left;
	position:relative;
	margin:10px auto;
}

/* header */

div#header {
	margin-bottom:15px;
}

/* contents */

div#contents {
	clear:both;
	margin-bottom:20px;
}

div#video {
	margin-bottom:15px;
	text-align:center;
}

div#contents h2 {
	color:#00A040;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:5px;
}

div#contents h3 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	text-decoration:underline;
	margin-bottom:5px;
}

div#contents p {
	color:#333;
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
}

div#contents #photoLabo {
	float:right;
	margin:0 0 10px 10px;
}

div#contents .fig {
	border:1px solid #999;
	padding:10px 0;
	text-align:center;
	margin-bottom:15px;
}

div#contents dt,
div#contents dd {
	color:#333;
	font-size:14px;
	line-height:1.5;
}

div#contents dd {
	margin-left:1em;
}


/* footer */

div#footer {
	clear:both;
	background:#00A040;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

