@charset "utf-8";



/***---		TOP		---***/

div.topimg{
	margin: auto;
}

div.box{
	margin:20px auto;
}

div.title{
	font-size:1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}

div.titlebar{
	width:100%;
	height:5px;
background: -moz-linear-gradient(left,  rgba(0,216,255,0) 0%, rgba(2,215,255,0) 1%, rgba(43,196,252,1) 24%, rgba(96,171,248,1) 54%, rgba(18,36,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,216,255,0)), color-stop(1%,rgba(2,215,255,0)), color-stop(24%,rgba(43,196,252,1)), color-stop(54%,rgba(96,171,248,1)), color-stop(100%,rgba(18,36,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,216,255,0) 0%,rgba(2,215,255,0) 1%,rgba(43,196,252,1) 24%,rgba(96,171,248,1) 54%,rgba(18,36,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,216,255,0) 0%,rgba(2,215,255,0) 1%,rgba(43,196,252,1) 24%,rgba(96,171,248,1) 54%,rgba(18,36,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,216,255,0) 0%,rgba(2,215,255,0) 1%,rgba(43,196,252,1) 24%,rgba(96,171,248,1) 54%,rgba(18,36,140,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,216,255,0) 0%,rgba(2,215,255,0) 1%,rgba(43,196,252,1) 24%,rgba(96,171,248,1) 54%,rgba(18,36,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000d8ff', endColorstr='#12248c',GradientType=1 ); /* IE6-9 */
}




div.cad{ margin:20px auto; line-height:1.4em;}
div.cad table{ border:none; margin:0 auto; padding:0;}
div.cad th{ width:300px;}
div.cad img{ padding-bottom:15px;}



div.fact{ margin:20px auto; line-height:1.2em; font-size:0.9em;}
div.fact table{
	border:none;
	margin:0 auto;
	padding:0;
	width:100%;
}
div.fact th{
	width:310px;
	height:215px;
}
div.fact td{
	width:310px;
	font-size:0.9em;
	line-height:1.6em;
	padding-bottom:30px;
}
div.fact img{ margin:0; padding:0; width:280px; }


div.dmy{width:280px; height:215px; background:#666;}