@charset "utf-8";


/* ==========================================================================================================

	 1. Universal Selector + body
 
============================================================================================================*/


* {
	background-color	: transparent;
	margin				: 0;
	padding				: 0;
	font-size			: 100%;
	font-style			: normal;
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}



body {
	font-size		: 12px;
	color			: #595656;
	letter-spacing	: 0.05em;
	line-height		: 1.5;
	font-family		: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Osaka, Helvetica, sans-serif;
}




hr {
	height	: 1px;
	display: none;
}


h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
}


p, ul, dl, option{
margin: 0;
padding: 0;

}

/* ==========================================================================================================

	  2. List Module

============================================================================================================*/

ul {
	list-style	: none;
}

dt {
	display	: block;
	width	: auto;
}

ol {
	list-style-type: decimal;
}

/* ==========================================================================================================

	  3. Tables Module

============================================================================================================*/

table {
	border			: none;
	border-collapse	: collapse;

}

td, th { 
	vertical-align	: top;
}


caption {
	text-align		: left;
}




/* ==========================================================================================================

	  4. Image Module

============================================================================================================*/

img { 
	vertical-align	: bottom;
	border:0px;
}

a img {
	border	: none;
}





/* ==========================================================================================================

	  5. Text Module

============================================================================================================*/
br {
	letter-spacing: normal;
}


/*  link
-----------------------------------*/

a {color: #1d2088;}
a:link {color: #1d2088;}
a:visited {color: #1d2088;}
a:hover {color: #aa0000;}



/*  clearfix
-----------------------------------

.clearfix{
overflow: hidden;
position: relative;
}

* html .clearfix{height: 1%;}




.clearfix2:after {
	content: "";
	display: block;
	clear: both;
}
*/



/* clearfix */
/* -------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
.clearfix {
	display: inline-block;
}

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



.clearfix_header{
overflow: hidden;
position: relative;
}

* html .clearfix_header{height: 1%;}

