@charset "utf-8";

html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote	{
	margin: 0;	padding: 0;}

body {font-size:13px;
	font-family:"メイリオ",Meiryo, Osaka, "MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;*font:x-small;
	line-height: 2em;}

html>/**/body {
	font-size: 13px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

article,aside,figure,footer,header,nav,section{display:block;}

a img  {border:none;}
a{ outline: none;
color:#0072BE; }
a:visited{
color:#00558e;}
table { border-collapse: collapse;
		border-spacing: 0;} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position: relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
body {
	margin:0px;
	background-image:url(img/bg.gif);
	background-repeat:no-repeat;
	background-position: center 120px;
	background-color:#F3F2F0;
	color:#2c2c2c;
	text-align:center;
	padding:50px;
	line-height:3em;
}

.box {
	background-color:#FFFFFF;
	padding:100px;
	margin:auto auto;
	box-shadow: 2px 2px 5px lightgray;
}
h1{ text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:26px;
	font-weight:bold;}
h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;}

	