@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: #333;
	font-size: .8em;
	line-height: 1;
	font-family:
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	background-attachment:fixed;
}

li {
	list-style-type:none;
}

a:link {
	cursor: pointer;
	text-decoration: underline;
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}

th,td {
	vertical-align: top;
}