@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,span,per,ul,ol,form,div,hr,caption,li,dt,dd{
margin:0;
padding:0;
}



/*link
---------------------------------------------------------------------------------------------------------------------------*/
a:link {
	color: #007eff;
	text-decoration: none;
}
a:visited {
	color: #007eff;
	text-decoration: none;
}
a:hover {
	color: #333333;
}

/* text
---------------------------------------------------------------------------------------------------------------------------*/
p {
	font-size:93%;
	line-height:160%;
}

/* list
---------------------------------------------------------------------------------------------------------------------------*/
ul, 
ol {
	list-style:none;
}

li { 
}

li ul, 
li ol { 
}

dl { 
}

dd { 
}

/* form
---------------------------------------------------------------------------------------------------------------------------*/
input, 
label, 
select { 
    vertical-align: middle;
}

/* table
---------------------------------------------------------------------------------------------------------------------------*/
table { 
    width: 99%;
    border-collapse: collapse;
    border-spacing: 0;
}

th, 
td {
	text-align:left;
    border-collapse: collapse;
	font-weight:normal;
}

/* a
---------------------------------------------------------------------------------------------------------------------------*/
a span,h1 span,h2 span,h3 span {
	font-size:1px;
	visibility:hidden;
}

/* img
---------------------------------------------------------------------------------------------------------------------------*/
img { 
    vertical-align: middle;
}

a img { 
	border:none;
	text-decoration:none;
}

/* hr
---------------------------------------------------------------------------------------------------------------------------*/
hr.hr_clear {
	display:none;
	clear:both;
	line-height:0;
	width:1px;
	height:1px;
	font-size:0;
	margin:0;
	padding:0;
	border:0;
}

hr.hr_gray {
	height:1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #f2f2f2; 
}

hr.hr_3px_bar {
	margin-bottom:15px;
	height:3px;
	border-style: solid none none none;
	border-top-width: 3px;
	border-top-color: #cdcdcd; 
}

hr.hr_whiteline {
	margin:15px 0;
	height:1px;
	clear:both;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #eee;
}
