* {
	box-sizing : border-box;
}

body {
	background: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	line-height: 150%;
	font-size: 0.75em;
	font-family: "ＭＳ Ｐゴシック";
	
}
strong {
	font-weight : bold;
}

em {
    font-weight : bold;
    font-style : normal;
}

img {
    vertical-align: baseline;
	border: none;
	font-size: 0;
}

ul {
	margin:0;
	padding:0;
	list-style: none;
	
}

li {
	margin:0;
	padding:0;
}

hr.separator{
	display : none;
}

h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

h1.heading_invisible,
h2.heading_invisible,
h3.heading_invisible{
	display : none;
}

a:link{
    color: #000000;
    text-decoration : none;
}

a:visited{
    color: #666666;
    text-decoration : none;
}

a:hover{
    color: #999999;
    text-decoration : underline;
}

a:active{
    text-decoration : none;
}

.separator{
	display : none;
}


/*---------- フォームの前後空白を削除 ----------*/
.not_form_space {
	margin-bottom: 0;
	margin-top: 0;
}
