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


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

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/
body {
	font: normal 16px Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing:0.06em;
	line-height:140%;
	background: #FFF;
	color:#555;
	background-image:url(../cmn_img/bg.jpg);
	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;
}

textarea { font-size: 100%; }

hr  { display: none; }

h3{
	padding: 0;/* margin&padding reset */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color:#000;
}

table {margin : 0;empty-cells: show; font-size:12px;}

hr,.areaAnchor,.anchor {
	display : none;
	height:800px;
}

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

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

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================

select{ padding-right:10px; }
*+html select{padding-right:0;}/* for IE7&Opera */
* html select{padding-right:0;}/* for IE6 */　　

