*{
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    line-height: inherit;
    font-size: 100%; /* 親を引き継ぐ */
    font-family: "メイリオ" , Meiryo, Osaka, "ＭＳ Ｐゴシック" , "MS P Gothic" , sans-serif;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: 0em; /* 文字間 デフォルトが 0 出ないブラウザがある？ */
}

body 
{
	font-size: medium;
	line-height: 150%;  /*font-size を指定するところで適切に指定すべき*/
}

ul
{
	list-style-type: none;
}

table
{
	border-collapse: collapse;
}
sub
{
	font-size:smaller;
	line-height:100%;
	vertical-align:bottom;
}


/* 俺俺 予約クラス*/

.img_list, .img_list a
{
 line-height:0%;
 font-size:0px;
}

a.on_click
{
	text-decoration: none;
}

.image_menu a{
    display:inline-block;
}
.image_menu img {
    vertical-align:bottom;
}
h1 img,h2 img,h3 img,h4 img {
    vertical-align:bottom;
}
