
/*{
	margin:0 auto;
	padding:0;
	font-size:100%;
}

body {
	display:flex;
	flex-direction:column;
	//max-width:300px;
	justify-content:center;
	align-items:center;
	font-size: 120%;   // 2em;
	}
*/
.web_title{
	margin:20px auto;
	width:900px;
}
.main {
	margin:20px auto;
	width: 80%;
	/*background:#ffccff;*/
	height:700px;
	border-radius:2px 2px 2px 2px;
}
.left_bar{
	width:30%;
	float:left;
	background:-webkit-linear-gradient(left,#ece, #eee 70%, #cdcdcd);
	height:700px;
	padding:0;
	margin:0;
	border-radius:8px 0 0 8px;
}
.right_bar{
	width:50%;
	float:right;
	background:#0000ff;
	/*height:600px;*/
	color:#ffffff;
	text-indent:30px;
	padding:20px;// auto;
	box-shadow:0px 10px 20px #000;
	border-radius:8px 8px 8px 8px;
}
ul.menu{
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li{
	height:10%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*text-indent:5px;*/
}

.pagefoot{
	float:bottom;
	width:890px;
	clear:left;
	padding:10px 0px 10px 10px;
	margin:0px;
	background:#fff; //ddff33;
	height:100px;
}
h1{
	font-size:120%;
}

ul.works{
	list-style:square inside url('./image/eg_arrow.gif');
}