@charset "utf-8";

/*リセット
----------------------------------------------------------*/
body,
div, 
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea, 
p, blockquote,
th, td, tr {
	margin: 0 ;
	padding: 0 ;
}

/*リンク画像の枠線を削除*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*行頭記号の非表示*/
li {
	list-style: none;
}

/*デフォルトの斜体をトル*/
address , em {
	font-style: normal;
}

/*リンクの設定
----------------------------------------------------------*/
/*表示前リンク　「カラー／アンダーラインなし」*/
a:link {
	color:#EC6e74;
	text-decoration: none;
}

/*表示済みリンク　「カラー／アンダーラインなし」*/	
a:visited {
	color:#EC7E64;
	text-decoration: none;
}

/*マウスオーバーの設定　「カラー／アンダーライン表示」*/
a:hover {
	color;#EC7E64;
	text-decoration: none;
}

/*マウスクリックの設定　「カラー／アンダーラインなし」*/
a:active {
	color: ;
	text-decoration: none;
}

/*その他
----------------------------------------------------------*/
/*スクロールバーの強制表示*/
html {
	overflow: scroll ;
}

