@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:12px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
}



/* Font

---------------------------------------------------- */

body {
	color:#333;
    font-size: 12px; 
    *font-size: 12px; /* IE 7�� */
    *font: 12px; /* IE 6�ȉ� */
	line-height:1.4em;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
	background:url(../images/body_bg.jpg) center top repeat-x;
}



/* 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;}






























































































































































































































