@charset "UTF-8";

/*---------------------------------

変更日：2011/10/17

INDEX
	ResetElements


---------------------------------*/

/*	ResetElements
------------------------------ */

body{
	width:610px;
	margin:0;
	padding:0 10px 10px;
	color:#333;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:130%;
}

h1{
	text-align:center;
	font-size:120%;
	margin:10px auto 20px;
}

h2{
	font-size:110%;
	margin:5px auto;
}

h3{
	font-size:100%;
	font-weight:normal;
	margin:5px auto;
}

p{
	margin-top:5px;
}

a{
	text-decoration:underline;
	color:#4867AA;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}