@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 1em;
	color: #333;
	text-align: left;
	font-family: "Meiryo UI", "メイリオ", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust: 100%;
}
p,li,dt,dl {  
	line-height:1.4;
}
img {
	border: none;
	vertical-align:bottom;
}
a:link {
	color: #A58745;
	text-decoration: underline;
}
a:visited {
	color: #A58745;
	text-decoration: underline;
}
a:hover {
	color: #A58745;
	text-decoration: none;
}

/*新着情報*/
p {
	background-image: url(../images/news_arr.gif);
	background-repeat: no-repeat;
	background-position: 15px 14px;
	background-size:5px 7px;
	padding:5px 15px 5px 30px;
	font-size:90%;
}