@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	Reset style
------------------------------------------------------------------------------*/

/*	Formatting Reset
----------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	line-height: 1.0;
}

/*	Redefine
----------------------------------------------------*/
html {overflow-y: scroll;
}

body{
	color: #000;
	font-size: 12px;
	font-family:
		"メイリオ",
		"Meiryo",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,h6{ font-size:100%;
}

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

a:link {
	cursor: pointer;
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
	text-decoration: none;
}

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align: bottom;
}

img {
	font-size: 0px;
	line-height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	vertical-align: top;
}
