@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{
	padding:6px 5px 0px 0px;
	font-size:11px;
	color:#5f5f5f;
	font-weight:normal;
	font-style:normal;
	text-align:right;
}



/* Font

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

body {
	color:#333;
    font-size: 12px; 
    *font-size: 12px; /* IE 7�� */
    *font: 12px; /* IE 6�ȉ� */
	line-height:1.6em;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
}



/* LINK

----------------------------------------------------- */
a:link    {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color:#333;}
a:hover   {text-decoration:underline; color:#333;}
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;}































































































































































































































