@charset "UTF-8";


/*
	1 : Init
	2 : Text
	3 : Link
	4 : Form
 */


/* ***********************************************************************
	1 : Init
*********************************************************************** */
html {
	color:#666;
	background: #FFF;
	overflow-y: scroll;
	font-size:13px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td {
	margin: 0; padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q: before, q: after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

img {
	border:0;
}

hr{
	display:none;
	clear:both;
}


/* ***********************************************************************
	2 : Text
*********************************************************************** */

body, table {
	font-family:'ＭＳ ゴシック',Osaka,Arial,sans-serif;
	line-height:140%;
	letter-spacing: 0;
	color:#666;
	font-size:13px;
}



/* ***********************************************************************
	3 : Link
*********************************************************************** */
a, a:link {
	color: #201F1C;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #201F1C;
	text-decoration: none;
}
a:active,
a:hover {
	color: #201F1C;
	text-decoration: underline;
}


sub{
	vertical-align: -0.1em;
	font-size: 85%;
	line-height: 100%;
}
* html body sub{
	vertical-align: 0em;
}
sup{
	vertical-align: 0.2em;
	font-size: 85%;
	line-height: 100%;
}

* html body sup{
	vertical-align: 0.4em;
}
