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

* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	border: none;
}

html {
	width: 100%;
	height: 100%;
}
body {
	background: #ccc;
	height: 100%;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h1, h2, h3 {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li {
	margin-left: 20px;
}
hr {
	clear: both;
	height: 0px;
	margin: 30px 0px -10px 0px;
	border-bottom: solid 1px #69c;
}
a {
	color: #69c;
}


#seo_content {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 92%;
	padding: 2%;
	padding-bottom: 8%;
	background: #fff;
}
	.secthdr {
		clear: both;
		padding: 0px 5px;
		color: #fff;
		background: #69c;
	}
		.secthdr * {
			color: #fff;
		}
	.psp, .h3sp, .h2sp {
		display: none;
	}
	.projimg {
		float: right;
		clear: right;
		width: 200px;
		height: 200px;
		margin: 10px 0px;
		border: solid 1px #999;
		overflow:hidden;
	}

#footer {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	margin: 10px;
	text-transform: lowercase;
	text-align: left;
}
	#footer, #footer * {
		color: #999;
	}
	#ftr-ipinfo {
	}
	#ftr-copyright {
		position: absolute;
		bottom: 0px;
		right: 0px;
		margin-right: 20px;
		text-align: right;
	}
