@charset "UTF-8";

#contents{
	width:980px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 160px;
}

h1{
	color: #000000;
	font-size: 20px;
	}
	
span#coment{
	font-size: 13px;
	font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
	display: block;
	text-align: center;
	}
	
#main{
	/* The main div */
	margin:0 auto;
	position:relative;
	width:980px;
}

#webpage{
	/* Contains the webpage screenshot */
	width:979px;
	height:669px;
	margin: auto;
	margin-top: 10px;
}

#retina{
	/* The Retina effect */
	background:url('../img/hatuse_sansaku.jpg') no-repeat center center white;
	border:2px solid white;

	/* Positioned absolutely, so we can move it around */
	position:absolute;
	height:300px;
	width:300px;

	/* Hidden by default */
	display:none;

	/* A blank cursor, notice the default fallback */
	cursor:url('img/blank.cur'),default;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	-webkit-box-shadow:0 0 5px #777;
	box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	
	/* CSS3 rounded corners */
	-moz-border-radius:150px;
	-webkit-border-radius:150px;
	border-radius:150px;
}

#retina.chrome{
	/* A special chrome version of the cursor */
	cursor:url('img/tomei.gif'),default;
}
