@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:140%;
	color:#555;
	background-image: url(../cmn_img/body_bg_top.gif);
	background-repeat: repeat-x;
}

body table{
	margin:auto;
}

html{
	overflow-x:hidden;
}

/* general params
--------------------*/
h1, h2, h3, 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 */

