﻿@charset "utf-8";
*{
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック";
	line-height:130%;
	padding:0px;
	margin:0px;
}
hr {
	border:dotted #ececec;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:0px;
	clear:both;
}
img {
	border:0px;
}
body {

	background-color:#BAE2BD;
}
#t2010 {
	margin:auto;
	padding:4px;
	padding-top:0px;
	margin-bottom:0px;
	width:900px;
	height:100%;
	background-image: url("../image/bgcanvas.jpg");
	color:#666;
	font-size:12px;
	text-align:center;
	background-color:#fff;
}


	#t2010 .head {
		height:71px;
		width:100%;
	}
	
		#t2010 .head .left{
			float:left;
		}
		#t2010 .head .right{
			text-align:right;
			float:right;
		}
			#t2010 .head .right img{
				margin-top:7px;
			}
			
	#t2010 .main {
		background-color:#fff;
		text-align:left;
	}
		#t2010 .main .mainfocus{
			margin-top:20px;
		}
		
		#t2010 .main .navi {
			width:100%;
			height:41px;
		}
		
		#t2010 .content {
		}
		
		#t2010 .content dt{
			margin:10px;
			margin-bottom:0px;
		}
		#t2010 .content dd{
			margin:10px;
		}
			#t2010 .content dd ul{
				list-style-image: url('../image/point.jpg');
			}
			#t2010 .content dd li{
				margin:5px;
				margin-left:20px;
			}
			
			#t2010 .content .left{
				float:left;
				margin:7px;
			}
			#t2010 .content .right{
				float:right;
				margin:3px;
			}
			#t2010 .content span{
				font-size:10px;
			}
			
			#t2010 .content .techofocus {
				width:600px;
				padding:10px;
				margin:auto;
				margin-bottom:15px;
				border:dashed 1px #AC9B92;
			}
			#t2010 .content .techofocus img{
				margin:5px;
				margin-right:20px;
				float:left;
			}
			#t2010 .content .techo {
				text-align:center;
			}
			#t2010 .content .techo .lefts{
				text-align:left;
				width:890px;
				clear:both;
				margin:0px;
			}
			#t2010 .content .techo .lefts .graphimg {
				float:right;
				margin-right:5px;
				margin-top:-37px;
			}
			#t2010 .content .techo .rights{
				clear:both;
				margin:auto;
			}
			#t2010 .content .techo .lefts p{
				margin:5px;
				margin-bottom:10px;
			}
			#t2010 .content .techo .capt{
				font-style:none;
				width:700px;
				border:solid 1px #ececec;
				padding:7px;
			}
			
#footer {
	width:906px;
	margin:auto;
	text-align:right;
	background-image: url("../image/bgfoot.jpg");
	background-repeat:no-repeat ;
	padding:20px;
	padding-right:2px;
	padding-left:0px;
}

.clearfix {
	clear:both;
	font-size:0.1em;
	visibility: hidden;
	height:0px;
}




/*
:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

*/
