@charset "utf-8";
/* CSS Document */

body {
	
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: solid 5px #8AB91A;
	
}
	

header,hgroup,article,nav,section,footer {
	margin:0px;
	padding:0px;
	display:block;
	overflow: hidden;
	
}

img { border:0px; }
table { border-collapse:collapse; }

.fcred {
	
	color:#FF0000;
	
}

header {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(93%, #f7f7f7), color-stop(97%, #eaeaea), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0 );
	margin-bottom: 15px;

}

hgroup {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
header hgroup .hrs {
	float: right;
	padding-top: 20px;
	width: 400px;
}

.logo {
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.logo a {
	text-decoration: none;
	color: #000;
	text-shadow:#CCC 3px 3px 2px;
}
body header #gnavi {
	
	background-color:#8AB91A;
	padding:5px;
}


.logo a span{
	
	color: #93B533;
	
}

.hrs {
	
	float:left;
	
}
	
	
.bb01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#gnavi div {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
}
#gnavi div a {
	color: #FFF;
}

body article .index-gallery-conten {
	
	background-color:#999;
	width;100%;
	
	
	
}

.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	overflow: hidden;
	padding-bottom: 30px;
}
.content #main {
	width: 728px;
	float: left;
}
.content #sidemenu {
	float: right;
	width: 250px
}
.content #main h1,
.content #main .t1body .datapage .data1 h3,
.content #main #index_question h3 {
	display: block;
	padding: 2px;
	border: 1px solid #CCC;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(93%, #f7f7f7), color-stop(97%, #eaeaea), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);





filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0 );
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;


}
.content #main h1 span,
.content #main .data1 h3 span,
.content #main .t1 h2 span,
.content #main .t1 h3 span {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #83B506;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-shadow:#CCC 3px 3px 2px;
}
.gallery_bg {
background: rgba(203,212,182,1);
background: -moz-linear-gradient(top, rgba(203,212,182,1) 0%, rgba(239,250,216,1) 3%, rgba(239,250,216,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,212,182,1)), color-stop(3%, rgba(239,250,216,1)), color-stop(100%, rgba(239,250,216,1)));
background: -webkit-linear-gradient(top, rgba(203,212,182,1) 0%, rgba(239,250,216,1) 3%, rgba(239,250,216,1) 100%);
background: -o-linear-gradient(top, rgba(203,212,182,1) 0%, rgba(239,250,216,1) 3%, rgba(239,250,216,1) 100%);
background: -ms-linear-gradient(top, rgba(203,212,182,1) 0%, rgba(239,250,216,1) 3%, rgba(239,250,216,1) 100%);
background: linear-gradient(to bottom, rgba(203,212,182,1) 0%, rgba(239,250,216,1) 3%, rgba(239,250,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd4b6', endColorstr='#effad8', GradientType=0 );
	margin-bottom: 15px;
}
.content #main .t1body .data {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content #main .t1body .data .d1 {
	float: left;
	width: 200px;
}
.content #main .t1body .data .d2 {
	float: left;
	margin-left: 10px;
	width: 515px;
	margin-bottom: 10px;
	text-align: left;
}

.content #main .t1body .data .d3 {
	float: left;
	margin-left: 10px;
	width: 515px;
}

.content #main .t1body .data .d3 table {
	float: left;
	width:280px;
}
.content #main .t1body .data .d3 .btarea {
	float: left;
	margin-left: 10px;
}
.content #main .t1body .data .item_name {
	padding: 0px;
	display: block;
	background-color: #EFFAD8;
	margin-bottom: 15px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.content #main .t1body {
	font-size: 12px;
	margin-bottom: 15px;
}
.content #main .t1body .data .item_name a {
	display: block;
	background-image: url(../image/rank1.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
}
.content #main .t1body .data .d3 table tr th {
	font-weight: normal;
	background-color: #EFFAD8;
}

.content #main .t1body .data .d3 .btarea a {
	display: block;
	padding: 5px;
	width: 210px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-size:18px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	
}

.content #main .t1body .data .d3 .btarea .detail {
background: #a3c736;
background: -moz-linear-gradient(top, #a3c736 0%, #a3c736 49%, #68a82b 54%, #68a82b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #a3c736), color-stop(49%, #a3c736), color-stop(54%, #68a82b), color-stop(100%, #68a82b));
background: -webkit-linear-gradient(top, #a3c736 0%, #a3c736 49%, #68a82b 54%, #68a82b 100%);
background: -o-linear-gradient(top, #a3c736 0%, #a3c736 49%, #68a82b 54%, #68a82b 100%);
background: -ms-linear-gradient(top, #a3c736 0%, #a3c736 49%, #68a82b 54%, #68a82b 100%);
background: linear-gradient(to bottom, #a3c736 0%, #a3c736 49%, #68a82b 54%, #68a82b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c736', endColorstr='#68a82b', GradientType=0 );
	text-shadow:#70c421 3px 3px 2px;
	margin-bottom: 5px;




}



.content #main .t1body .data .d3 .btarea .link {
	
background: #ffaf4b;
background: -moz-linear-gradient(top, #ffaf4b 0%, #ffaf4b 49%, #ff920a 50%, #ff920a 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaf4b), color-stop(49%, #ffaf4b), color-stop(50%, #ff920a), color-stop(100%, #ff920a));
background: -webkit-linear-gradient(top, #ffaf4b 0%, #ffaf4b 49%, #ff920a 50%, #ff920a 100%);
background: -o-linear-gradient(top, #ffaf4b 0%, #ffaf4b 49%, #ff920a 50%, #ff920a 100%);
background: -ms-linear-gradient(top, #ffaf4b 0%, #ffaf4b 49%, #ff920a 50%, #ff920a 100%);
background: linear-gradient(to bottom, #ffaf4b 0%, #ffaf4b 49%, #ff920a 50%, #ff920a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );	
}
.content #sidemenu nav .navititle {
	padding: 2px;
	border: 1px solid #CCC;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(93%, #f7f7f7), color-stop(97%, #eaeaea), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 93%, #eaeaea 97%, #eaeaea 100%);
}

.content #sidemenu nav .navititle span {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #83B506;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-shadow:#CCC 3px 3px 2px;
	font-weight: bold;
	
	
}

.content #sidemenu nav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content #sidemenu nav ul {
	padding: 10px;
	display: block;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content #sidemenu nav ul li a {
	display: block;
	padding: 5px;
	font-size: 12px;
}
.content .cont_sp {
	height: 15px;
}
.content #main .t1body .basic {
	padding: 10px;
	font-size: 16px;
}


#simucont #form1 {
	background-color: #C8EC73;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
}
#simucont #form1 .simu_form {
	background-color: #FFF;
	padding: 10px;
}
#simucont #form1 .simu_form table {
	background-color: #CCC;
}
#simucont #form1 .simu_form table tr td {
	background-color: #FFF;
}
#simucont #form1 .simu_form table tr td span {
	display: block;
	padding: 3px;
	text-align: center;
	background-color: #E6F7BD;
	margin-bottom: 10px;
}
#simucont #form1 .simu_form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#simucont #form1 .simu_form table tr td #gankin {
	width: 30px;
	margin-right: 5px;
	ime-mode: inactive;
}
#simucont #form1 .simu_form table tr td #shiharaigaku {
	margin-right: 5px;
	width: 60px;
	ime-mode: inactive;
}
#simucont #form1 .simu_form table tr td #kinri {
	width: 60px;
	margin-right: 5px;
	ime-mode: inactive;
}
#simucont {
	padding: 10px;
}
#simucont .res {
	width: 100%;
	background-color: #CCC;
}
#simucont .res tr td {
	padding: 5px;
	text-align: right;
	background-color: #FFF;
	border:solid 1px #CCC;
}
#simucont .res tr th {
	padding: 5px;
	background-color: #E8F3FF;
	border:solid 1px #CCC;
}
#simucont .simu_res_title {
	font-size: 14px;
	border: 1px solid #CCC;
	background-image: url(../image/icon/calculator.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#simucont .res_text {
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 22px;
	background-color: #F4FAFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #F33;
	font-weight: bold;
}
#simucont .res_text span {
	font-size: 14px;
	margin-right: 10px;
	color: #666;
}
#simucont .simu_ca {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#form1 #Simu_Bt {
	border: 0px;
	width: 301px;
	height: 51px;
	background-image: url(../image/simulation_bt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
	background-color:#FFFFFF;
	margin-top: 10px;
}
#form1 #Simu_Bt:hover {
	background-position: 0px 100%;
	background-color:#FFFFFF;
}
.content #sidemenu nav #simulink {
	display: block;
	background-image: url(../image/simu_bt.gif);
	height: 83px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.content #sidemenu nav #simulink:hover {
	
	background-position: 0px -83px;
	
	
}

.content #main .t1body .datapage .data1 {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.content #main .t1body .datapage .data1 .d1 {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.content #main .t1body .datapage .data1 .d2 {
	float: left;
	margin-left: 10px;
	width: 490px;
	margin-bottom: 10px;
}
.content #main .t1body .datapage .data1 .d2 .name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content #main .t1body .datapage .data1 .d2 .impdata {
	overflow: hidden;
	margin-bottom: 0px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .title {
	background-color: #EAEAEA;
	padding: 5px;
	text-align: center;
}
.content #main .t1body .datapage .data1 .d2 .impdata .datas {
	padding: 5px;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.content #main .t1body .datapage .data1 .d2 .impdata .datas span {
	
	font-size:14px;
	
}

.content #main .t1body .datapage .data1 .d2 .impdata .imd {
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
}
.content #main .t1body .datapage .data1 .d2 .linkbt01 {
	background-image: url(../image/linkbt.gif);
	display: block;
	height: 30px;
	width: 200px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd1 {
	width: 180px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd2 {
	width: 180px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd3 {
	margin-right: 0px;
	width: 104px;
}
.content #main .t1body .datapage .data1 .txt1 {
	clear: both;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px;
}
.content #main .data1 #data_tbl tr th {
	padding: 5px;
	font-weight: normal;
	background-color: #EFFAD8;
}
.content #main .data1 #data_tbl tr td {
	padding: 5px;
}
.content #main .data1 #data_tbl tr .iconon span {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	margin-bottom: 5px;
}




#flm #main table tr .cv1 {
	font-weight: bold;
}
#flm #main table tr .cv2 {
	font-weight: bold;
}
#flm #main table tr td .cv {
	background-color: #FFF;
}

.content #main .data1 #data_tbl tr .iconon .cv2 {
	clear: both;
}
.content #main .data1 #data_tbl tr .iconon .cv2 tr .iconon {
	padding: 0px;
}
.content #main .data1 #data_tbl tr .iconon .cv2 tr td {
	padding: 0px;
}
.content #main .data1 #data_tbl tr .iconon .cv2 tr .iconon p {
	margin: 0px;
	padding: 0px;
}
.content #main .data1 #data_tbl tr .iconon .cv2 tr td .cvicon {
	margin-right: 3px;
	margin-left: 3px;
}
.content #main .data1 #data_tbl tr .iconon .cv2 tr .iconon p span {
	background-color: #EEF4D9;
}
.content #main .linkbt02 {
	display: block;
	padding: 10px;
	background: #ffa54a;
	background: -moz-linear-gradient(top, #ffa54a 0%, #ffa54a 50%, #ff851b 51%, #ff851b 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa54a), color-stop(50%, #ffa54a), color-stop(51%, #ff851b), color-stop(100%, #ff851b));
	background: -webkit-linear-gradient(top, #ffa54a 0%, #ffa54a 50%, #ff851b 51%, #ff851b 100%);
	background: -o-linear-gradient(top, #ffa54a 0%, #ffa54a 50%, #ff851b 51%, #ff851b 100%);
	background: -ms-linear-gradient(top, #ffa54a 0%, #ffa54a 50%, #ff851b 51%, #ff851b 100%);
	background: linear-gradient(to bottom, #ffa54a 0%, #ffa54a 50%, #ff851b 51%, #ff851b 100%);


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa54a', endColorstr='#ff851b', GradientType=0 );
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:3px 3px 2px #CC5200;
	margin-bottom: 20px;
}
footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
}
.fbody {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.fbody .fmenu {
	text-align: center;
}
.fbody .cr {
	text-align: center;
	display: block;
}
.content #main .t1 .t1body .menseki {
	padding-right: 15px;
	padding-left: 15px;
}
.content #main .t1 .t1body .menseki ol li {
	margin-bottom: 15px;
}
.content #main .t1 .t1body .menseki ol {
	padding-left: 20px;
}
.content #main .t1 .t1body #form #cvform table tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #E9F1CD;
	font-weight: normal;
	text-align: left;
}
.content #main .t1 .t1body #form #cvform table tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
}
.content #main .t1 .t1body #form #cvform #sbt {
	padding: 10px;
	text-align: center;
}
.content #main .t1 .t1body #form #cvform table tr td #name,
.content #main .t1 .t1body #form #cvform table tr td #company,
.content #main .t1 .t1body #form #cvform table tr td #ctext
 {
	width: 98%;
}

.content #main .t1 .t1body #form #cvform table tr td #email,
.content #main .t1 .t1body #form #cvform table tr td #tel
 {
	width: 50%;
}

.content #main .t1 .t1body #form {
	padding-right: 15px;
	padding-left: 15px;
}
.content #main .t1 .t1body #form #cvform .mast_ca {
	text-align: left;
	margin-bottom: 10px;
}
.content #main .t1 .t1body #form #cvform #sbt .sendbt {
	height: 30px;
	width: 300px;
}
.content #main .t1 {
	text-align: left;
}
.content #main .t1 .t1body .about {
	text-align: center;
}

.ml15px {
	
	margin-left:15px !important;
	
}.content #main .t1 .t1body .basic #stcont #flow .step {
	display: block;
	font-size: 14px;
	padding: 20px;
	border: 2px solid #CCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;

}


span.arrow{height:40px; width:40px; display:block; position:relative;} 

.arrow{width:30px;}

.arrow:before{content:''; height:0; width:0; display:block; border:15px transparent solid; border-bottom-width:0; border-top-color:#333; position:absolute; bottom:0px; left:0px; }

.arrow:after{content:''; height:25px; width:10px; display:block; background:#333; position:absolute; top:0px; left:10px;}.content #main .t1 .t1body .basic #stcont #flow .arrow {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.content #main .t1 .t1body .basic #stcont #flow .step3-4 {
	display: block;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #CCC;
}
.content #main .t1 .t1body .basic #stcont p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content #main .index_img {
	background-image: url(../image/index_img.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 728px;
	margin-bottom: 15px;
}
.content #main .t1 .index_img span {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 35px;
	width: 500px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
}
.content #main .t1 .index_img h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 32px;
	line-height: 35px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: none;
	text-shadow:#CCC 3px 3px 2px;
}
.content #main .t1 .index_img .iimg {
	width: 500px;
	margin-left: 15px;
}
.content #main .t1 .index_img h2 strong {
	color: #F60;
}
.content #main .t1 .index_img .iimg strong {
	color: #F00;
}
.content #main .t1 .index {
	margin-bottom: 0px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd {
	margin-bottom: 10px;
}
.mr10px {
	margin-right: 10px !important;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd1.evidence {
	width: 140px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd3.mr10px.stud {
	width: 90px;
}
.content #main .t1body .datapage .data1 .d2 .impdata .imd.imd3.murisoku {
	width: 132px;
}
.content #main .t1body .datapage .data1 .txt1 .point ul {
	border: 3px solid #8AB91A;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;


}
.content #main .t1body .datapage .data1 .txt1 .point .point_title {
	background-color: #8AB91A;
	position: absolute;
	margin-left: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	font-size: 18px;
	margin-top: -15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;


}
.content #main .t1body .datapage .data1 .txt1 .point ul li {
	margin-bottom: 10px;
}
.content #main .t1body .datapage .data1 .txt1 strong {
	color: #F00;
	background-color: #FFC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}
.content #main .t1 .t1body .data .d3 table tr td .kinri {
	font-size: 18px;
	font-weight: bold;
	color:#F00;
}
.content #main .t1body .datapage .data1 .txt1 table {
	border: 1px solid #CCC;
	width: 100%;
}
.content #main .t1body .datapage .data1 .txt1 table tr th {
	width: 40%;
	border: 1px solid #CCC;
	padding: 5px;
	font-weight: normal;
	background-color: #EFFAD8;
}
.content #main .t1body .datapage .data1 .txt1 table tr td {
	border: 1px solid #CCC;
	padding: 5px;
}
.content #main .t1 .t1body #simucont table tr th {
	width: 180px;
	background-color: #EFFAD8;
	border: 1px solid #CCC;
}
.content #main .t1 .t1body #simucont form tr .result #pack .simCal tr td .paragraph .INPUTj.txthan {
	text-align: right;
	border:0px;
	font-size:25px;
}
.content #main .t1 .t1body #simucont form tr .result #pack .simCal tr td .paragraph {
	font-size: 18px;
}
.content #main .t1 .t1body #simucont form tr .result #pack .simCal tr td p {
	margin: 0px;
	padding: 0px;
}

.content #main .t1 .t1body #simucont table tr td p {
	margin: 0px;
	padding: 0px;
}


.content #main .t1 .t1body #simucont form .simbtn table tr td .simu_bt {
	background-image: url(../image/simulation_bt.gif);
	background-repeat: no-repeat;
	display: block;
	width: 301px;
	height: 51px;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}

.content #main .t1 .t1body #simucont form .simbtn table tr td .simu_bt:hover {
	
	background-position: 0px -51px;
	
}
.content #main .t1 .t1body #simucont form .sim tr td,
.content #main .t1 .t1body #simucont form .simCal tr td {
	border: 1px solid #CCC;

}
.content #main .t1 .t1body #simucont form .sim tr td .paragraph .INPUTj.txthan {
	text-align: right;
}
.content #main .t1 .t1body #simucont form .sim_layout {
	width: 100%;
}
.content #main .t1 .t1body #simucont form .sim_layout tr .result #pack .sim_title {
	font-size: 16px;
	padding: 10px;
	background-color: #EFFAD8;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.content #main .t1 .t1body .sim_text {
	padding-right: 10px;
	padding-left: 10px;
}
.content #main .t1body .datapage .data1 #data_tbl {
	font-size: 16px;
}
.content #main .t1 .t1body .basic h3 {
	padding: 10px;
}
.content #main .t1 .t1body .basic #stcont .mdtable.smltable {
	width: 100%;
}
.content #main .t1 .t1body .basic #stcont .mdtable.smltable tbody tr th {
	border: 1px solid #CCC;
	background-color: #E4F5BC;
	text-align: center;
	font-weight: normal;
}
.content #main .t1 .t1body .basic #stcont .mdtable.smltable tbody tr td {
	border: 1px solid #CCC;
}
.content #main .t1 .t1body .basic #stcont .heisai_hikaku .hikakutable tbody tr th {
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: #EFFAD8;
	text-align: center;
}
.content #main .t1 .t1body .basic #stcont .heisai_hikaku .hikakutable tbody tr td {
	border: 1px solid #CCC;
}
.content #main .t1body .datapage .data1 .point {
	font-size: 16px;
}
.content #main .t1body .datapage .data1 .point ol {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 5px solid #EFFAD8;
	margin-bottom:0px;
}
.content #main .t1body .datapage .data1 .txt2 {
	padding: 15px;
	font-size: 16px;
}

.fs10px { font-size:10px; }
.content #main .t1 .t1body .basic .bindex li a {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}
.content #main .t1 .t1body .basic .bindex li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 14px;
}
.content #main .t1 .t1body .basic .bindex {
	margin: 0px;
	padding-top: 15px;
	padding-left: 25px;
}
.bb01 hgroup .logo span {
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8AB91A;
}
.content #main .t1body .datapage .data1 .txt2 h4 {
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	border-left:5px solid #83B506; 
}
.clboth {
	display: block;
	clear: both;
	height: 1px;
}
.content #main .t1body .datapage .data1 h3 {
}
.content #main .t1 .t1body .basic h2,
.content #main .t1 .t1body .basic h3,
.content #main .t1 .t1body .basic h4 {
	font-size: 18px;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #8AB91A;
}

.content #main #index_question .t1body.ml15px h4 {
	
	display:block;
	padding:5px 5px 5px 15px;
	margin:0px 0px 15px 0px;
	border:solid 1px #CCC;
	border-left:5px solid #83B506;
	font-size:16px;
	
}
