/* CSS Document */

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

body {
	margin:0;
	padding:0;
	/*background-color:#FAF7F9;*/
}

*	{
	font-size:small;
	line-height:1.3em;
	color:#444444;
}


h1,h2,h3,h4,h5,p,div,ul,dl,dt,dd {
	margin:	0px;
	padding:0px;
	font-family: "Lucida Grande","Verdana","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","EE EゴシチE", Osaka,"EE EゴシチE",sans-serif;
}

* html body,
*:first-child+html body {
	letter-spacing:0px;
	vertical-align:baseline;
	line-break:strict;
}

table {
	empty-cells:show;
	border:none;
}

img {
	border:none;
}

.red	{
	color:#ff0000;
}

a {
	outline: none 0 #000;
}

ul,li,ol,dl,dt,dd {
	list-style-type: none;
	/*font-size:small;*/
	line-height:1.2em;
	margin:0;
	padding:0;
}

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

.clearfix {
  min-height: 1px;
}

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

.f-left {
	float:left;
}

.f-right {
	float:right;
}	

img.f-left {
    display: block;
    line-height: normal;
    float: left;
	margin:0;
}

img.f-right {
    display: block;
    line-height: normal;
    float: right;
	padding:0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear:both;
	height:0;
}

img.bottom {
	vertical-align:bottom;
}

img.top {
	vertical-align:top;
}


