@charset "shift_jis";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Style Info:     リセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p {
	margin-bottom: 0em;
}


/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	/*color: #4C4E34;*/
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3""Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック""MS PGothic",Sans-Serif;
	line-height: 1.3;
	letter-spacing: 0.1;
	_letter-spacing:0;
	text-align: center;
}
html>/**/body {
	font-size: 11px;
}
* + html body {
	/*font-family: "メイリオ","Meiryo";*/
}


/* ------------ a Style */
a:link	{
	text-decoration: none;
	/*color: #4C4E34;*/
}
a:visited	{
	text-decoration: none;
	/*color: #4C4E34;*/
}
a:hover	{
	text-decoration: none;
	/*color: #A1D011;*/
}
a:active	{
	text-decoration: none;
	/*color: #4C4E34;*/
}