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


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

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/
body {
	font: normal 13px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	/*font: normal 12px Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;*/
	margin: 0;
	padding: 0;
	line-height: 150%;;
	background: #FFF;
	color:#333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-text-size-adjust: 100%;
}


body table{margin:auto;}

/*html{overflow-x:hidden;}*/
#flashcontent{margin: 0 0 40px 0;}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6, 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;}

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

img {border: none;vertical-align: bottom;}
img {-ms-interpolation-mode:bicubic;}
li { list-style: none; }






