@charset "utf-8";
/*--------------------------------------------------------

=01: body and base setting
=02: link setting
=03: html5 setting

/* =01: body and base setting
--------------------------------------------------------*/
body {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
	color:#444;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:12px;
}
* html body {
	text-align:center;
	font-size:x-small;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	padding: 0;
	line-height: 160%;
	text-align: left;
	display: block;
	margin: 0px;
}
table, td, th {
	line-height: 1.5em;
}
.areaAnchor, .anchor {
	display:none;
}
img {
	border:none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img.over {
	line-height: 0!important;
}
a {
	word-wrap:break-word;
}
li {
	list-style:none;
}
ol > li {
	list-style:decimal;
}
address {
	font-style:normal;
}
em {
	font-style:normal!important;
	font-weight:bold!important;
}
strong {
	font-size:1.2em;
	font-weight:bold!important;
	color:#830051;
}
input {
	vertical-align:middle;
	margin:0;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
	cursor:help;
}
label {
	margin-left:3px;
	margin-right: 8px;
}
* html label {
	margin-left:3px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
	cursor:help;
}
label {
	margin-right:5px;
}
* html label {
	margin-left:3px;
}
/* =02: link setting
--------------------------------------------------------*/
a {
	color:#00A0E9;
	text-decoration:underline;
}
a:link {
	color:#00A0E9;
	text-decoration:none;
}
a:visited {
	color:#990099;
	text-decoration:none;
}
a:hover {
	color:#E1008D;
	text-decoration:none;
}
/* =03: html5 setting
--------------------------------------------------------*/
address, article, aside, figure, footer, header, hgroup, menu, nav, section, time {
	display:block;
	margin:0;
	/*	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;*/
}
[hidden], command, datalist, menu[type=context], rp, source {
 display:none;
}

