@charset "utf-8";

/* CSS Document --- Browser default reset */

/* --- basic reset --- */

* {
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.1em;*/
	line-height: 1.6em;
}
body{
  margin: 0;
  padding: 0;
  text-align:center;							/* IE6のため */
} 
#container {
	margin:0 auto;									/* FireFoxのため */
	line-height:1.4em;
	font-size:0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	letter-spacing: 0em;
	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: 1.0em;
}
p {
	margin: 0px 0px 1em 0px;
}
img {
	margin:0px;
	padding:0px;
	border-width: 0px;
	border-style: none;
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
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;
}
.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;
}
.entry-body{
	letter-spacing: 0.1em;
		
}

