
/***** Common *****/

p,hr,h1,h2,h3,h4,h5,h6,ul,ol,li,table,tr,td,form,dl {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
}

br {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 150%;
	color: #414141;
	text-align: center;
}

body#Top {
	background: url(../../images/bg.gif) #FFFFFF repeat-x;

}

body#low {
	background: url(../../images/bg_low.gif) #FFFFFF repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear2 {
	clear: both;
	width: 100%;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

a:active {
	color: #33CCFF;
	text-decoration: underline;
}

.red {
	color: #E70000;
}

input {
	font-size: 12px;
}

a.white {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	color: #FFE700;
	text-decoration: underline;
}

a.white:active {
	color: #FFE700;
	text-decoration: underline;
}

p.disclaimer {
	font-size:10px;
}
