@charset "utf-8";
/* ------------------------------------------------
CSS Information
 File name:   reset.css
 Summary  :   CSSの初期化・基本設定
--------------------------------------------------- */
/* 
 reset
--------------------------------------------------- */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, oi, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}*/
strong {
	font-style: normal;
	font-weight: bold;
}
img {
	vertical-align: inherit !important;
}
/*h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
ins {
	text-decoration: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}*/
/* 
 リンク文字スタイル
--------------------------------------------------- */
/*a:link {
	color: #6A6A6A;
	text-decoration:underline;
}
a:hover {
	/* color: #FD3301; */
	/* text-decoration: none;
}
a:visited {
	color: #6A6A6A;
	text-decoration: underline;
}
a:visited:hover {
	color: #FD3301;
	text-decoration: none;
}*/