
@charset "SHIFT_JIS";

/*
	01. Body
	02. Image
	03. Miscellaneous
	04. Text
	
*/


/* 01 Body
----------------------------------------*/


body {
	background:#FFFFFF;
	color: #333333;
	line-height:133%;
	text-align:center;
	margin:0 auto;
	padding:0;
	}


* {
font-family:"ＭＳ Ｐゴシック","MS-PGothic", "Hiragino Kaku Gothic Pro",osaka,Verdana,Arial,Georgia,"メイリオ","Meiryo", MS UI Gothic,sans-serif;
}


/* 02 Image
----------------------------------------*/

img {
border: 0px none;
}

/* 03 Miscellaneous
-------------------------------------------------*/

dl,dt,dd,p,h1,h2,h3,h4,ul,li,iframe{
	margin: 0px;
	padding: 0px;
}

div.spacer {
clear: both;
font-size: 1px;
}

form {
	margin: 0px;
	padding: 0px;
}

.clr {
clear: both;
}


/* 04 Text
-------------------------------------------------*/

/*--normal--*/
.normal {
	font-weight:normal;
	}



/*--bold--*/
.txtb {
	font-weight:bold;
	}


/*--link--*/
a:link {
color: #0033ff;
text-decoration: none;
}

a:visited {
color: #0033ff;
text-decoration: none;
}

a:hover, a:visited:hover {
color: #ff6600;
text-decoration: underline;
}

a:active {
	color: #cc3366;
	text-decoration: underline;
}

a:focus {
-moz-outline-style: none;
}



/* 05 Clearfix
-------------------------------------------------*/


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}