@charset "UTF-8";
/* CSS Document */


/*openig associates ------------------------------------------------------------------------------------*/

/*reset
--------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }


/*txt----------*/

/* html----------*/
html{
	font-size:62.5%;
}


/* body----------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	color: #666;
	font-size:1.2em;
}


/*type selector
--------------------------------------------------------------------------------------------------*/
/*img----------*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* wrapper
--------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
}


/* header
--------------------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	text-align: left;
	clear: both;
	display: block;
}


/* main
--------------------------------------------------------------------------------------------------*/

#main01 {
	margin-bottom: 30px;
}

#main02 {
	margin-bottom: 30px;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
}

#main02 .btn {
	margin-left: 80px;
	float: left;
}

#main02 h2 {
	float: left;
}


/* footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width: 594px;
	margin-left: 167px;
	margin-bottom: 40px;
}

#footer h2 {
	float: left;
}

#footer .logo {
	float: left;
	margin-left: 13px;
	margin-top: 117px;
}


/* other
--------------------------------------------------------------------------------------------------*/
.clear {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	list-style:none;
	margin:0px;
	padding:0px;
}
