@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,th,var {
	font-style: normal;
	font-weight: normal;
}


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

}

address{
	margin:0px;
	padding:0px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
}



/* Font

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

body {
	color:#333;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4em;
	background:#FFFFFF;
}



/* LINK

----------------------------------------------------- */
a:link    {text-decoration:none; color:#09F;}
a:visited {text-decoration:none; color:#9CC;}
a:hover   {text-decoration:underline; color:#06C;}
a:active  {text-decoration:none; color:#333;}


/* Table 

----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}



ul li{list-style:none;}

ol{padding:13px 0px 0px 0px;}

ol li{list-style-position:inside;}






























































































































































































































