@charset "utf-8";

/* CSS Document --- Browser default reset */

/* --- basic reset --- */

* {
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.1em;*/
	/* font-size:12px; */
}
table, td , th, tr{
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.1em;*/
	font-size:12px;
}


body{
  margin: 0;
  padding: 0;
  text-align:center;							/* IE6のため */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height: 130%;
} 
#container {
	margin:0 auto;									
	text-align: left;
}

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

a:link {
	color:#0000CC;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}


/* --- selector reset --- */

h1, h2, h3, h4, h5, h6{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
img {
	margin:0px;
	padding:0px;
	border-width: 0px;
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
address {
	font-style: normal;
}

/* common */

.float_left_clear{
	clear:left;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
	line-height: 0px;
}
.float_right_clear{
	clear:right;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
}
.float_both_clear{
	clear:both;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
}
.float_left_clear_b{
	clear:left;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	line-height: 0px;
	font-size: 0px;
}
.float_right_clear_b{
	clear:right;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
.float_both_clear_b{
	clear:both;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
.float_both_clear_b_ie{
	display:none;
}
.float_both_clear_b_ie6{
	display:none;
}

.disp_block {
	display: block;
}
.disp_none {
	display: none;
}
.disp_none_ie {
}
.bold {
	font-weight: bold;
}
.ie6_disp{
	display: none;
}

/* other */

.text_right {
	text-align: right;
}
.margin0{
	margin: 0px;
	padding: 0px;
}

.red{
	color:#FF0000;
	
}
.small{
  10px;
}

