@charset "Shift_JIS";


/*-----------------------------------------------
 base
----------------------------------------------- */

body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

body {
	line-height: 1.3;
	letter-spacing: 1px;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

h2 {
	border: solid 3px #000000;
	padding:10px 20px;
}

h3,h4,h5 { margin: 5px 0;}
	


/*-----------------------------------------------
 display:none;
----------------------------------------------- */

#headnavi { display:none;}
#side { display:none;}
#footnavi { display:none;}
.pageTop { display:none;}

/*-----------------------------------------------
 header
----------------------------------------------- */
#header h1 { font-size: 100%;}
#header ul,
#header li a { display:none;}

/*-----------------------------------------------
 contents
----------------------------------------------- */

.contents {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
}


/* unit01 */

.unit01 {
	margin: 20px;
	width:100% !important;
	min-height:10px;
	background:#FFFFFF;
}

.unit02 {
	margin: 20px;
	width:100% !important;
	min-height:10px;
	background:#FFFFFF;
}



/*-----------------------------------------------
 footer
----------------------------------------------- */


#footer { 
	border: solid 1px #000; 
	padding: 10px 20px;
	float: none !important;
	width: auto !important;
	height:auto !important;
	margin: 0 !important;
}

/*-----------------------------------------------
 float clear
----------------------------------------------- */

#header:after,
#main:after,
#footer:after,
#header ul:after,
.service .unit01:after,
.service .unit04 .box:after,
.box:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
