@charset "utf-8";

/* 初期設定
=======================================*/
body{
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	color:#433d3d;
	line-height:1.4;
}
a:link{
	text-decoration:underline;
	color:#433d3d;
}
a:visited{
	text-decoration:underline;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#333333;
}
a:active{
	text-decoration:underline;
	color:#333333;
}

/* marginpaddingの初期化
=======================================*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,
p,blockquote,
th,td{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

/* firefoxのスクロールバー表示
=======================================*/
html{overflow-y:scroll;}

/* 文字の初期化
=======================================*/
em,adress{
	font-weight:normal;
	font-style:normal;
}

/* tableの初期化
=======================================*/
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:100%;
}
caption{text-align:left;}
th{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
/*td{vertical-align:top;}*/

/* formの初期化
=======================================*/
fieldset{border:0;}
/*input,select{
	position:relative;
	top:2px;
}*/
optgroup{
	font-weight:normal;
	font-style:normal;
}
label{cursor:pointer;}
* html input{margin:-1px 0;}
* html input,select{top:0;}
*:first-child+html input,select{top:0;}

/* テキスト関連の初期化
=======================================*/
sup,sub{
	vertical-align:baseline;
	position:relative;
	font-size:70%;
}
sup{top:-4px}
sub{top:1px}

/* 画像関連の初期化
=======================================*/
img{
	border:0px;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
}

/* リストの初期化
=======================================*/
ul,ol,li{list-style:none;}

/* 非表示領域
=======================================*/
hr{display:none;}