@charset "utf-8";

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

Title:reset.css
Description:Cascading Style Sheets reset.css
Author:narita makoto
Days:2012.10.27
Last Days:2013.01.28

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

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;
}

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

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:collapse;
	border-spacing:0;
	font-size:100%;
}

th,td {
	text-align:left;
	border-collapse:collapse;
}

input,select,textarea {
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
}

.clear {
	clear:both;
}

a {
	color:#024a32;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

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

.clearfix:after {
    clear:both;
}

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