

/* common.css
----------------------------------------------- */

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	background-color: none !important;
	background:none !important;

}
* html body{
	zoom: 70%;
}
a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

address {
	font-style: normal;
}

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

img {
	border: 0;
}


/* layout.css
----------------------------------------------- */
#navi,
#footer,
#rightcolumn,
#footermenu
{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
	text-align: left;

}
*+html #navi, * html #navi,
*+html #footer, * html #footer,
*+html #rightcolumn, * html #rightcolumn,
*+html #footermenu, * html #footermenu
{
	float: none !important;
	width: 600px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;

}





.box{
   float: none !important;
}


.txt-t{
  position:relative;
  left: -100px;
}
.navi,#header,#footer,.listbox,#face,
#navi,#footermenu,
#leftcolumn, {
	display: none;
}

#primary {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

#secondary {
	display: none;
}















