@charset "UTF-8";

/* BASIC
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll;
}
body {
	position:relative;
	line-height:1.4;
	text-align:center;
	height:100%;
	color:#333333;
	letter-spacing:0;
	background:url(/common/images/body_bg.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:#333333; }
textarea{ padding:1px;color:#333333; }
p { line-height:1.8;}
table,td,th{ color:#333333;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%; }

#mainArea img{
	max-width: 100%;
}

/* LINK
--------------------------------------------------------------*/
a , a *{ cursor:pointer; }
a,
a:link {
	text-decoration:underline;
	color:#0088cc;
}
a:visited {
	text-decoration:underline;
	color:#3241a6;
}
a:active {
	text-decoration:underline;
	color:#43aade;
}
a:hover {
	text-decoration:underline;
	color:#43aade;
}
