@charset "utf-8";
/*グローバルCSS [utf-8]*/

/* +++++++++++++++++ HTMLtag +++++++++++++++++ */

body {
	font:small/130% 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	background: url(../img/common/bk.gif) repeat-y top center;
	background-color:#d7d7d8;
	margin: 0px;
	padding: 0px;
	}

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

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

object {
	margin:0px;
	padding:0px;
	}
		
h1,h2,h3,h4,h5,h6,p,li {
	font-size: 90%;
	line-height:1.5;
	
	}

div,p,ul {
	text-align:left;
	color:#5a5a5a;
	}
hr {
	display:none;
	}
h1,h2,h3,h4,h5,h6,p,div,ul,li,form {
	margin:0px;
	padding:0px;
	}
ul {
	list-style-type:none;
	}
a:link {
	color:#5a5a5a;
	text-decoration: none;
	}
a:visited {
	
	text-decoration: none;
	}
a:hover {
	
	text-decoration: none;
	}
a:active {
	
	text-decoration: none;
	}
img {
	border:0px;
	}

.clear {
	height:1px;
	font-size:1px;
	clear:both;
	}
	
.text-hidden {
	text-indent:-9999px;
	}
	
.text-center {
	text-align:center;
	}
	
.text-right {
	text-align:right;
	}
.fontSize1{
	font-size:18px;
}
.fontSize2{
	font-size:16px;
}
.fontSize3{
	font-size:14px;
}
.fontSize4{
	font-size:12px;
}
.fontSize5{
	font-size:11px;
}
.fontSize6{
	font-size:10px;
}

