@charset "utf-8";
/* CSS Document */


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/
body {
	font: normal 12px Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing:0.06em;
	line-height:200%;
	color:#555;
	background-image: url(../cmn_img/body_bg.gif);
	background-repeat: repeat-x;
}

body table{
	margin:auto;
}

html{
	overflow-x:hidden;
}

/* general params
--------------------*/
h1, h2, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}



img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

li { list-style: none; }/* link do not want a dot */



table.sample{
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    color:#330000;
    background-color:#996633;
    background-position:left top;
    text-align:center;
}
.sample td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:0.3em 1em;
}
