/* COMMON */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_body.jpg);
	background-repeat: repeat;
	background-position: top center;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul,ol {
	list-style-type: none;
}

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

em {
	font-style: normal;
	font-weight:bold;
	color: #FF5B85;
}

.caution {
	font-style:	normal;
	color: #cc0000;
}

div.clear	{
	margin-top: -1px;
	height: 1px;
	clear: both !important;
	clear /**/: none;
	overflow: hidden;
}

/* LINK */
a.ul:link {
	color: #ffffff;
	text-decoration: none;
}

a.ul:active { 
	color: #ffffff;
	text-decoration: none;
}

a.ul:visited { 
	color: #ffffff;
	text-decoration: none;
}

a.ul:hover { 
	color: #b91021;
	border-bottom: dotted 1px #b91021;
}

a.ul2:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
}

a.ul2:active { 
	color: #ffffff;
	text-decoration: none;
}

a.ul2:visited { 
	color: #ffffff;
	text-decoration: none;
}

a.ul2:hover { 
	color: #b91021;
	border-bottom: dotted 1px #b91021;
}
