@import url("common.css");
@charset "utf-8";

/*==================================================
	デフォルトのスタイルをリセット
==================================================*/
body, html, div,
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	border: none;
	font-style: normal;
	font-weight: normal;
}

/*==================================================
	html,body要素
==================================================*/
html {
	background: #ffc6a1 url(img/bgBody.gif) repeat-x;
}

body {
	margin: 0;/*safari余白対策*/
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "ＭＳ Ｐゴシック", Osaka,"trebuchet MS",sans-serif;
	text-align: center;
	background: url(img/bgMain.gif) top center no-repeat;
}

/*==================================================
	テキスト
==================================================*/
p {
	margin: 0;/*safari余白対策*/
	color: #571b1b;
	font-size: 13px;
}

ul,
li {
	color: #571b1b;
}

dl,
dt,
dd {
	color: #571b1b;
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

/*==================================================
	リンク
==================================================*/
a:link {
	color: #009260;
}

a:visited {
	color: #84bfac;
}

a:hover {
	color: #fe7044;
}

/*==================================================
	リスト
==================================================*/
ul,
dl {
	margin: 0;/*safari余白対策*/
	padding: 0;/*safari余白対策*/
	list-style: none;
}

/*==================================================
	画像
==================================================*/
img {
	vertical-align: bottom;
	border: none;
}
