/* COMMON */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	background: url(http://www.allez-japan.com/common/img/bg_header_sub.jpg);
	background-repeat:repeat-x;
	background-potision: top center;

}

body#top {
	background: url(../img/bg_header.jpg);
	background-repeat:repeat-x;
	background-potision: top center;
}

body#photo {
	background: #ffffff;
}

body#challenge {
	background: #ffffff;
}

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

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

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

em {
	font-style: normal;
	font-weight:bold;
}

.caution {
	font-style:	normal;
}

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

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* LINK */
a.ul:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a.ul:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;

}

a.ul:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a.non:link {
	color: #333333;
	text-decoration: none;
}

a.non:hover {
	color: #333333;

}

a.non:visited {
	color: #333333;
	text-decoration: none;
}

a.wht:link {
	color: #ffffff;
	text-decoration: none;
}

a.wht:hover {
	color: #ffffff;

}

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

a.red:link {
	color: #e60012;
	text-decoration: none;
}

a.red:hover {
	color: #e60012;
	text-decoration: none;
}

a.red:visited {
	color: #e60012;
	text-decoration: none;
}