@charset "utf-8";





/* ==========================================================================================================

	 1. Universal Selector + body
 
============================================================================================================*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address {
	margin			: 0;
	padding			: 0;
	line-height		: 1.7;
   	font-weight		: normal;
	font-style		: normal;
	font-size		: 100%;
}
body{
	
	height			: 100%;
	margin-bottom	: 1px;
}

html {
	filter			: expression (document.execCommand("BackgroundImageCache",false,true));
}

body {
	color			: #565857;
	background: #EEEEEE;
font-family: "Museo For Dell","Museo For Dell 100", "Museo For Dell 300", "Museo For Dell 700","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
}

/* no Mac IE \*/
body{
	letter-spacing	: 0.1em;
}
/* */

br {
	letter-spacing	: normal;
}

hr {
	height			: 1px;
}





/* ==========================================================================================================

	  2. List Module

============================================================================================================*/

ul {
	list-style		: none;
}





/* ==========================================================================================================

	  4. Image Module

============================================================================================================*/



a img {
	border			: none;
}

a:hover img{
	opacity			: 0.6;
	filter			: alpha(opacity=70);
}





/* ==========================================================================================================

	  5. Text Module

============================================================================================================*/

/*  anchor
-----------------------------------*/
a {
	text-decoration	: none;
	outline			: none;
}

a:link {
}

a:visited {
}

a:hover {
}





/* ==========================================================================================================

	6. clearFix (pkg) Module

============================================================================================================*/

.clearfix:after {
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}


/* for IE7 */
*:first-child+html .clearfix  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html .clearfix {
	display	: inline-table;
}

/* no Mac IE \*/
* html .clearfix {
	height	: 1%;
}
.clearfix {
	display	: block;
}
/* */
