/*------------------------------------------------
	small window base styles
--------------------------------------------------*/
body{
	text-align: left;
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 12px;
	color: #272727;
	margin: 0;
	padding: 0;
}
p,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
ol,ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
img{
	border: none;
}
select{
	font-family: 'ＭＳ Ｐゴシック';
}
strong{
	font-weight: bold;
}
a{
	color: #272727;
}
a:hover{
	text-decoration: none;
}

/*------------------------------------------------
	common styles
--------------------------------------------------*/

.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* */


/* header */

#logo {
	margin: 22px 0px 0px 20px;
}
#bt_print {
	margin: 22px 17px 0px 0px;
	text-align: right;
}

/* footer */

#footer {
	margin: 0px 0px 0px 0px;
}
.copyright {
	padding: 0 0 0 20px;
	width: 513px;
	text-align: right;
	margin: 8px 0 0 0;
	font-size: 10px;
}

/* etc */
.close_contents{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.close_contents img{
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}



