@charset "Shift_JIS";

/*
===== CONTENTS ==============================
	1: body and base setting
		:general params
		:acronyms and abbreviations styles
	2: link setting
	3: Browser clear
=============================================
*/

/*
===== 1: body and base setting =====
*/
body {
	text-align: center;/* box centering */
	font-size: 16px;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}
*:first-child+html body {font-size/**/: 100%;}/* IE7 */

/* general params */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 100%;
	text-align: left;
}

th,td {
	margin: 0;
/*	padding: 0;*/
	line-height: 1.4;
	font-size: 100%;
/*	text-align: left;*/
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
fieldset,img {
	border: none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: none;
}


/*
===== 3:link setting =====
*/
/* text-decoration: none;color: #; */
a:link {color:#FF6666;}
a:visited {color:#FF6666;}
a:hover {color:#FB0F0C;}
a:active {color:#FB0F0C;}
a:focus {color:#FB0F0C;}


/*
===== 4:Browser clear =====
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	/*\*/height: 1%;/*for WinIE*/
	display: inline-table;/*for MacIE*/
}
.clear {
	clear: both;
}
