﻿@charset "utf-8";

/***************************************
ユニバーサルセレクタ
****************************************/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
	background:#ffffff;
    color:#000;
	font-family:'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif;
} 
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style-type:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
strong {
    font-weight:bold;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}
a:focus {
    outline:none;
}
img {
    border:0;
    text-decoration:none;
}
em {
    font-style:italic;
}


