
body {
	text-align:center;
	font-size:small;
	background-image: url('images/bg.jpg');
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}


img { border:none;}

a { text-decoration:none; color:black;}
a *:active { text-decoration:none; color:#c0c0c0;}
a *:hover { text-decoration: none; color:#ffcc00;}
a *:visited { text-decoration: none; color:#c0c0c0;}

h1,h2{
	display: none;
}

h3{
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 11px;
	
}


#big-box{
	width:800px;
	padding:0px;
	border:2px outset #c0c0c0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
/*	background-image: url('images/tbc-big.jpg'); */
	background-position: right bottom;

}
#header{
	background-image:url('images/top.png');
	background-position:left;
	background-repeat:no-repeat;
	height:135px;
	width:600px;
}
#main-contents{
	width:600px;
	float:left;
	height:auto;
	

}
#sub-contents{
	margin-left:600px;
	text-align:left;
	background-color: #ffffff;
}
#about-engi{
	width:300px;
	float:left;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#blog-news{
	margin-left:300px;
	width:297px;
	word-break: break-all;
	background-color: #ffffff;
	padding:5px;
	
}
#right{
	text-align: right;
	margn-right:0px;
}		

#footer{
	clear:both;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
}
.inner{
	padding:5px;
	width:auto;
}


