@charset "UTF-8";

/* BASIC
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll;
}
body {
/*	position:relative;*/
	line-height:1.4;
	
	height:100%;
	color:#343434;
	letter-spacing:0;
/*	background:url(/ex/mewtwo/common/images/bg_body_b.gif) repeat;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin:0px;
	padding:0px;
}

br { letter-spacing:0; }
img{ border:0 none; }
input,select,textarea { vertical-align:middle;color:#343434; }
textarea{ padding:1px;color:#343434; }
table,td,th{ color:#343434;padding:0;border:none;border-collapse:separate; }
ul,ol,li { list-style:none; }
a { outline:none; }


body { font-size:12px; }
*+html body{ font-size:78%; }
* html body { font-size:74%; }
body * { font-size:100%; }

img{
	max-width: 100%;
}


/* LINK
--------------------------------------------------------------*/
a , a *{ cursor:pointer; }
a,
a:link {
	text-decoration:underline;
	color:#803B7E;
}
a:visited {
	text-decoration:underline;
	color:#a14a9e;
}
a:active {
	text-decoration:underline;
	color:#a14a9e;
}
a:hover {
	text-decoration:underline;
	color:#cc5ec9;
}
