@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;

}




/* Font

---------------------------------------------------- */

body {
	color:#333;
    font-size: 12px; 
	line-height:1.5em;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
	background:url(../images/page_bg.jpg) repeat-x;
}



/* LINK

----------------------------------------------------- */
a:link    {text-decoration:none; color:#0048ff;}
a:visited {text-decoration:none; color:#0048ff;}
a:hover   {text-decoration:underline; color:#0048ff;}
a:active  {text-decoration:none; color:#0048ff;}

#footer a:link    {text-decoration:none; color:#333;}
#footer a:visited {text-decoration:none; color:#333;}
#footer a:hover   {text-decoration:underline; color:#333;}
#footer 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;}































































































































































































































