@charset "utf-8";

/* ---------------------------------------

	Browser Reset CSS
	Last Up Date 10/12/27

------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

body {
	font:12px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	clear:none;
	line-height:normal;
}

p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size:100%;
	font-weight:inherit;
	font-style:normal;
	line-height:normal;
}

ul,dl,ol {
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

table {
	border-collapse:separate;
	border-spacing:0;
	font-size:100%;
}

th,td {
	text-align:left;
	padding:10px 0 10px 0;
}

input,select,textarea {
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
}

.clear {
	clear:both;
}

a {
	color:#11233b;
	text-decoration:underline;
	text-shadow:0px 1px 2px #999;
}

a:hover {
	text-decoration:none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
