@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////
//
//  スタイルシートシート for 個人情報保護方針( 2018.05.26版 )
//
//  By Ｗｅｂ工房まる高
//
////////////////////////////////////////////////////////////////////////////////
*/
html {
	border:none;
	width:auto;
}

body {
	width:auto;
	margin: 0px;
	padding: 0 20px 0 10px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS PGothic";
	color:#404040;
	font-size: 13px;
	line-height: 130%;
	overflow-x : hidden;
	background-color:#fff;
}

a {
	color:#96514d;
	outline:none;
}

a:hover {
	text-decoration:none;
}
