@charset "utf-8";




/* Style Reset
---------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul,li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,form {
	font-size: 100%;
	font-weight: normal;
}



/* display block
---------------------------------------------------- */



/* Font Size
---------------------------------------------------- */
body {
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	color:#555;
}

a:link    {text-decoration:underline; color:#555;}
a:visited {text-decoration:underline; color:#555;}
a:hover   {text-decoration:underline; color:#555;}
a:active  {text-decoration:underline; color:#555;}




















































































