@charset "UTF-8";

/* ----------
リセット
------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

* html .iepngfix,* html img{
       behavior: expression(IEPNGFIX.fix(this));
       } 

/* ----------
全体
------------- */
body{
	text-align:center;
	color:#666;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height:3em;
	background-color: #fff;
}

a,
a:link,
a:visited {
	color:#666;
	text-decoration:none;
}

a:hover,
a:active {
	color:#666;
	text-decoration:underline;
}


#wrapper {
	width:60%;
	text-align: center;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	border: 10px solid #eee;
	margin-top: 50px;
	height: 60%;
}

h1{
	font-size: 2em;
}

h2{
	margin-top: 20px;
}

p{
	font-size: 1em;
}




.clear {clear:both;}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ページトップ------------ */
#pagetop{
	text-align: right;
}

