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

	
	#pagecontact{
	
	width: 840px;height:530px;
	margin: 0 auto;padding:40px;
	top:0;left:0;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	background-color:#FFF;

  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari and Chrome */
  border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
  
  z-index:10;
  position:relative;
  }

	#page-left{
	width: 320px;
	height: 500px;
	margin:0;
	padding:0;
	display: block;
	float: left;
	background-image: url(../../i/illust/images/201208_anime_s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

	.about{
	margin-top:10px;margin-bottom:10px;
	}
	
	#page-main{
	width:450px;display:block;margin:0 ;padding:0;
	float:right;
	}
	
	#pagecontact h1 {
	font-size:4em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	}
