@charset "utf-8";

/*========================================*

*　■initialize

*========================================*/



body{

	margin:				0;

	padding:			0;

	color: 				#333333;

	font-size:			84%;

	font-weight:		normal;

	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,  Arial, Helvetica, sans-serif, SimSun;

	line-height:		1;

	background:			#FFFFFF;

}

#bread-navi ol li a{
	color:				#7f5d33;

	text-decoration: 	underline;
}

#bread-navi ol li a:hover{
	color:				#d1211f;

	text-decoration:	underline;
}


a{

	color:				#7f5d33;

	text-decoration: 	underline;

}

a:hover{

	color:				#d1211f;

	text-decoration:	underline;

}



address, div, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, dl, dt, dd, p, img, strong, em, span, blockquote, q {

	margin: 			0;

	padding:			0;

	border:				none;

	font-style: 		normal;

	font-weight: 		normal;

}



table, tr, th, td{

}







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



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



p{

	margin-bottom: 1em;

}

strong{

	font-weight: bold;

}

br {

	letter-spacing: normal;

}



/*IE系での（ラジオボタン）ずれ修正*/

input{

	vertical-align: top;

}

* html input{

	vertical-align: middle;

}

*+html input{

	vertical-align: middle;

}

