@charset "utf-8";
/*-----------------------------------------------
2009 (C) Shizuoka Copy Writers Club. All Rights Reserved.
-----------------------------------------------*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ RESET RELOADED */
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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ HTML BASIC TAGS */
/* Global FONT Setting */
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	color:#222222;
	line-height: 18px;
}
/* IE 6 or less */
*html body {
	font-size: 70%;
	letter-spacing: 0.02em;
}
/* IE 7 or more */
*:first-child+html body {
	font-size: 70%;
}
img{
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: bottom;
}
a,a:link {
	color: #754C24;
	color: #660033;
	text-decoration: none;
}
a:visited{
	color: #754C24;
	color: #A06891;
	text-decoration: none;
}
a:hover{
	color: #754C24;
	color: #660033;
	text-decoration: underline;
}
a:active {
	color: #754C24;
	color: #660033;
	text-decoration: none;
}

/*a:hover img{
	filter: alpha(opacity=60);
 	-moz-opacity:0.60;
	opacity:0.60;
}*/
/*a:active img{
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GENERAL CLASS */
/* ClearFix Compact */
.clearfix:after {	content: "";display: block;clear: both;}
