@charset "utf-8";

body{
	background: url();
}

div#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}

div#leftContents{
	display: none;
}

div#mainContents{
	width: 100%;
	display: inline;
	float: right;
	font-size: 20px;
}

div#mainContents p#myname{
	text-align: center;
}

p.resizeimage img 
{
	max-width: 100%;
	height: auto;
}

div#mainend{
	margin-bottom: 20px;
}

div#footer{
	clear: both;
	width: 100%;
	color: #333;
	margin-top: 30px;
	border-top: 2px solid #ff0000;
}
div#footer p#copyright{
	/*padding: 8px 0;*/
	text-align: left;
}

div#hMenuBar{
	display: block;
}
