@charset "utf-8";
/* CSS Document */

/* basic */

* {
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  text-align:center;								// IE6のため
} 

#container {
	margin:0 auto;									// FireFoxのため
	line-height:1.4em;
	font-size:0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0em;
	text-align: left;
}

#container-inner{

}
	
a:link {
	color:#0000CC;
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:active{
	text-decoration:none;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

img {
	margin:0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
address {
	font-style: normal;
}


h1, h2, h3, h4, h5, h6{
	font-size: 1.0em;
}

/* 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;
}
.disp_block {
	display: block;
}
.disp_none {
	display: none;
}
.notemark {
	font-size: 0.7em;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

/* other */

.text_right {
	text-align: right;
}

.margin0{
	margin: 0px;
	padding: 0px;
}

