
@charaset"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:9px;
	color:#666;
	font-weight:normal;
	font-style:normal;
	text-align:right;
	padding:12px 0px 50px 0px;
}




/* Font
---------------------------------------------------- */
body {
	color:#333;
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	line-height:1.6em;
}


/* 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{border-top:1px solid #d4d4d4; border-right:1px solid #d4d4d4;}


td{padding:6px; border-bottom:1px solid #d4d4d4; border-left:1px solid #d4d4d4;}

.tdbg{background:#fbfbfb;}

.tdbg_th{background:#f4f4f4;}





























