body {
	margin:0;
	padding:0;
	background:url(img/background.jpg) repeat-x;
	background-color:#fff;
}
#corp {
	background:url(img/background_corp.jpg) 0 -50px repeat-x;
}
h1,h2,p {
	margin:0;
	padding:0;
	font-size:1em;
}
p {
	margin-bottom:1em;
}
p.text {
	padding:0 1em;
	line-height:1.4em;
}
img,.png { 
	behavior: url("iepngfix.htc");
	border:none;
}
img.left {
	float:left;
	margin-right:1em;
}
img {
 	vertical-align:bottom;
}
.clr {
	clear:both;
}
.red {
	color:#e00;
}
.indent {
  margin-left:1em;
  text-indent:-1em;
}
#container {
	width:710px;
	margin:0 auto;
}
#header-image {
	height:100%;
	background:url(img/header.jpg) no-repeat;
	position:relative;
}
#corp #header-image {
	background:url(img/header_corp.jpg) no-repeat;
}
#header {
	postition:relative;
}
#corp #header {
	/*height:325px;*/
}
#header #sanka_btn {
	padding:0px 0 0 153px;
}
#tab {
	background:url(img/tab_bg.jpg) repeat-x;
}
.home #tab {
}
#tab ul {
	margin:0 0 0 10px;
	padding:0;
}
#tab li {
	float:left;
	height:42px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(img/tab_off.png) no-repeat;
}
#tab li.on {
	background:url(img/tab_on.png) no-repeat;
}
#tab .tab_bottom {
	clear:both;
}
#content {
	position:relative;
	padding-top:10px;
	background:#fff;
}
#jikkou {
	margin:1em;
	padding:0.5em 1em;
	border:1px solid #ccc;
	background:#fce4e8;
}
#jikkou td {
	vertical-align:top;
	line-height:1.4em;
}
.big {
	font-size:1.2em;
	font-weight:bold;
	display:block;
}