@charset "Shift-JIS";

body {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tr,th,
p,address,form,div {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
a,strong,em,abbr,span,img {
	border: none;
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	zoom: 1;
}
a {
	_height: 1px;
}
ol li {
	zoom: normal;
}
hr {
	display: none;
}
img {
	vertical-align: top;
	border: none;
}

/* -------------------------
  Document Structure
------------------------- */
body {
	color: #222;
	line-height: 180%;
	font-size: 12px;
	background-color: transparent;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
}

strong {
	font-weight:bold; 
	color:#ef0f61;
}

/* -------------------------
  Link  
------------------------- */
a {
	text-decoration: none;
	outline: none;
	color: #222;
}
a:hover, a:focus {
	text-decoration: underline;
	color:#ef0f61;
}

.areaLinkHover {
	text-decoration: underline;
	color:#ef0f61;
}

a:hover img {
	opacity: 0.70; /* for Opera,Firefox,Safari */
	filter: alpha(opacity=70); /* for IE */
}

.areaLinkHover img{
	opacity: 0.70; /* for Opera,Firefox,Safari */
	filter: alpha(opacity=70); /* for IE */
}

/*-----------------------------------------------------
 Clear
-----------------------------------------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearleft {
  clear:left;
}
/**/

.margin-top-center{
	text-align:center;
}