@charset "utf-8";

/*=========================================================
	::Date
		date : 20140313

	::Explanation
		1.reset
		2.common link
		
=========================================================*/

/* reset
---------------------------------------------------------*/
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, table, caption, th, td{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	color: #333;
}
table, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: top;
}
li {
	list-style:none;
}
address{
	font-style: normal;
}
a{
	outline: none;
}
html{
	overflow-y: scroll;
}

em{
	font-style: normal;
}

.gr{
	font-style: normal;
}

/* common link styles
---------------------------------------------------------*/

a:link {
	color: #005FBD;
	text-decoration: none;
}
a:visited {   
	color: #005FBD;
	text-decoration: none;
}
a:hover {
	color: #005FBD;
	text-decoration: underline;
}
a:active {
	color: #c45800;
}
