@charset "utf-8";


/*reset*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	white-space: normal;
	outline: 0;
	background-color: transparent;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a {
	color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#906;
	text-decoration:none;
}
a:hover {
	color:#009;
	text-decoration:underline;
	background-position:bottom;
}
#fnav a {
	font-size: 12px;
	color: #fff;
}
#gnav a:hover,
.btn_order a:hover,
.btnlist a:hover,
.memberlist a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration:underline;
	background-position:bottom;
}
a:active {
	text-decoration: underline;
	color: #006ed5;
}
:focus {
	outline: 0;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; }
body {
	font: 14px/1.8 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
}
