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

body {
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	font-family: "メイリオ", "Meiryo", "MS P ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	border: 1px solid #232323;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
	text-align: center;
}
h1 {
	line-height: 0px;
	margin: 0px;

}
#content {
	margin-left: auto;
	background-position: center;
	margin-right: auto;
}
#content  img  {
	margin-left: 15px;
}
#content #link {
	margin-left: 15px;
}



address {
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #232323;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
address  a {
	color: #232323;
}
address  a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}  
.clearfix { /* for IE */  
	display: inline-block;  
}
