﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

/*DW対策… orz*/
body{
	margin:0;
	padding:0;
	line-height:1.4em;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

H1{
	font-size:160%;
}
H2{
	font-size:140%;
}
H3{
	margin-top:0.5em;
	font-size:120%;
}
H4{
	margin-top:0.3em;
	font-size:100%;
}
H5{
	font-size:100%;
	font-weight:normal;
}
H6{
	font-size:95%;
	font-weight:normal;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	background-color:#e7eff7;
}


ul{
}
ol{
}
UL li{
	font-size:95%;
	list-style-type:none;
	margin:0.5em 0 0.5em 16px;
	list-style-position:outside;
}
/*FireFox対策
html>body li{
	text-indent:0em;
	margin-left:20px;
}
*/

p{
	font-size:95%;
    margin:0.2em 0 0.5em;
    padding:0;
    line-height:1.4em;
}

dl{
    line-height:1.2em;font-size:95%;
}





/*暫定追加*/
#chowari_coupon{display:none;}
