@charset "UTF-8";

* {
	margin: 0;
	padding : 0;
}
body {
	font-size:12px;
	line-height:1.5em;
	color:#333;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:#EFEEDA;
	text-align: center;
}
#page {
	margin:0 auto;
	width:700px;
	text-align: left;
	background:url(../img/common/bg.jpg) repeat-y;
}
#inner {
	width:600px;
	margin:0 auto;
}
h1, h2, h3, h4, h5, h6{
	line-height:1.4em;
}
p, li,dt,dd {
	line-height:1.5em;
}
a {
	color:#60A026;
	text-decoration: underline;
/* macIE&FF対策¥*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#60A026;
	text-decoration: underline;
}
img,
a img {
	border : 0;
	text-decoration: none;
}
img{vertical-align:bottom;}

.clr {
	clear: both;
/* macIE対策¥*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}