@charset "UTF-8";
/* CSS Document */

/*
===== 1: universal reset =================================
*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	max-height: 999999px;
	}

/*
===== 2: body and base setting ===========================
*/

body {
	font: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
form, blockquote{
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
}
table {
	margin : 0;
	empty-cells: show;
}
hr {
	display : none;
}
img {
	border: none;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

strong{
	font-weight: normal;
	font-style: normal
}


/*
===== 3: link setting ===========================
*/
a:link{
	color: #009FE5;
	/*text-decoration:underline;*/
}
a:visited{
	color: #009FE5;
	/*text-decoration:underline;*/
}
a:hover{
	color: #333333;
	/*text-decoration: underline;*/
}
a:active{
	color: #009FE5;
	/*text-decoration:underline;*/
}

a.red:link{
	color: #FF3366;
	/*text-decoration:underline;*/
}
a.red:visited{
	color: #FF3366;
	/*text-decoration:underline;*/
}
a.red:hover{
	color: #333333;
	/*text-decoration: underline;*/
}
a.red:active{
	color: #FF3366;
	/*text-decoration:underline;*/
}





a img
{
	border: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*
===== pngfix ===========================
*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}


/*
===== other ===========================
*/
.end{
	margin: 0;
	padding: 0;
	}

/*
===== clear fix ===========================
*/
.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
/*	overflow:hidden; */
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
		
		.clearfix {
			display: inline-block;
		}
		
		html[xmlns] .clearfix {
			display: block;
		}
		
/*		/* Hides from IE-mac \*/
/*		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
		
/*		* html .clearfix {
			height: 1%;
		}

*/

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
}

img{
	border:0;
}



/*  CLEAR FIX - sample 
---------------------------------------------- 

/*			div#Header,
/*			div#container {
				zoom:1;/*for IE 5.5-7*/
/*			}
/*			div#Header:after,
/*			div#container:after {/*for modern browser*/
/*				content:".";
/*				display: block;
/*				height:0px;
/*				clear:both;
/*				visibility:hidden;
/*			}
/*			* html div#Header,
/*			* html div#container {
/*				display:inline-table;
/*				/*\*/display:block;/**/
/*			}



*/