@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 
	Description: デフォルトのスタイル設定
	Version: 1.0

	Suggested order
	Reference: CSS2 Specification
	http://www.w3.org/TR/REC-CSS2/

==============================================================
*/


/*
CONTENTS
==============================================================

	1: body and base setting
		: general params
		: acronyms and abbreviations styles
		: other

	2: link setting

==============================================================
*/


/*=========================================================
1: body and base setting
=========================================================*/
body {
	color: #666666;
	background: #fff;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
}

table,
textarea,
input,
select {
    font-size: inherit;
	font-size: 100%;
}


/*
Font Size (12pxを基準)
--------------------------------------------------------

	20px : 167%
	18px : 150%
	16px : 134%
	15px : 125%
	14px : 117%
	13px : 109%
	12px : 100%
	11px :  92%
	10px :  84%

---------------------------------------------------------
*/



/*
general params
=========================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
th,
td {
	line-height: 1.4; /* base line height */
}


/*
acronyms and abbreviations styles
=========================================================*/
abbr,
acronym {
	cursor: help;
}



/*
object styles
=========================================================*/
object,
embed {
	vertical-align: top;
}


/*
other
=========================================================*/

hr, legend{
	display: none;
	clear:both;
}

/*=========================================================
2: link setting
=========================================================*/
a:link {
	text-decoration: underline;
	color: #0099ff;
}

a:visited {
	text-decoration: underline;
	color: #0099ff;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
