@charset "UTF-8";

html {
	color:#000;
	background:#FFF;
}

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

body {
	color:black;
	background:white;
	text-align:center;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

ul {
	list-style:none;
}

/* new clearfix */  
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/* wrapper */

.contents {
	width:900px;
	text-align:left;
	position:relative;
	margin:10px auto;
	border-bottom:13px solid #0F3C8D;
}

.description {
	display:none;
}
