@charset "utf-8";


/* Browser Resert

---------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}


h1,h2,h3,h4,h5,h6, {
	font-size: 100%;
	font-weight: normal;

}

address{
	font-size:13px;
	color:#333;
	font-weight:normal;
	font-style:normal;
}

.copyright{
	font-size:11px;
	color:#666;
}

table{margin:5px 0px 5px 0px;}

td{
	padding:3px 7px 3px 7px;
	border:solid 1px #ccc;
}



/* Font

---------------------------------------------------- */

body {
	color:#333;
    font-size: 12px; 
    *font-size: small; /* IE 7�� */
    *font: x-small; /* IE 6�ȉ� */
	line-height:1.6em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}



/* LINK

----------------------------------------------------- */
a:link    {text-decoration:none; color:#3300FF;}
a:visited {text-decoration:none; color:#3300FF;}
a:hover   {text-decoration:underline; color:#3300FF;}
a:active  {text-decoration:none; color:#3300FF;}






























































































































