@charset "utf-8";

/* CSS Document */

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}

img {border:0;}

ul {
	list-style: none;
}

body {
	font-size: 90%;
	font-family:"CI", Meiryo, "lr oSVbN", Osaka, "qMmpS Pro W3";
	letter-spacing: 1px;
}

a {
	text-decoration: underline;
	color: #885431;
}

a:visited {
	color: #885431;
	text-decoration: underline;
}

a:hover {
	color: #BF7B4F;
	text-decoration: underline;
}

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

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