*{
	margin:0;
	padding:0;
}
body{
	font-size:75%;
	line-height:1.6;
	background:#ff7b22 url(../commonimages/bg.gif) repeat-x;
}

img{
	border:none;
	vertical-align:bottom;
}
h1{
	display:none;
}
h2{
	clear:both;
	width:235px;
	float:left;
	padding:0 0 10px 0;
}
h3{
	clear:both;
	margin:0px;
}
h4{
	font-size:152%;
}
h5{
	font-size:100%;
}
/***clearfix***/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/**/


/******/

	clear:both;
	margin:0 auto 10px 0;
	overflow:hidden;
}
#header{
	width:950px;
	margin:10px auto 0 auto;
}
#contents{
	clear:both;
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
/***header***/
#top{
	background:url(../images/header_img.jpg) no-repeat left top;
	width:950px;
	height:516px;
	position:relative;
}
#header_table{
	position:absolute;
	left: 644px;
	top: 249px;
}
#header_table th{
	text-align:left;
}
#app_bt{
	position:absolute;
	left: 728px;
	top: 415px;
}

/***content***/
#middle{
	background:url(../commonimages/content_bg.gif) repeat-y left top;
	width:950px;
}
#content01{
	width:300px;
	float:left;
	padding-left:12px;
}
#content02{
	background:url(../images/side_bar.gif) no-repeat left top;
	width:300px;
	float:left;
	padding-left:12px;
}
#content03{
	background:url(../images/side_bar.gif) no-repeat left top;
	width:295px;
	float:left;
	padding-left:12px;
}
.content_img{
	text-align:center;
}
.content_text{
	width:260px;
	margin:10px auto 10px auto;
}


/***bottom***/
#bottom{
	background:url(../commonimages/footer_bg.gif) no-repeat left top;
	margin:0px 0px 20px 0px;
	width:950px;
	height:15px;
}


#footer{
	width:950px;
	margin:0 auto;
	clear:both;
}
#footer #download{
	background:url(../commonimages/footer_appbg.gif) no-repeat left top;
	width:149px;
	height:60px;
	margin:0px auto 20px auto;
}
#download_bt{
	padding-top:11px;
	margin:0px auto 0px auto;
	width:121px;
	height:39px;
}
#footer #copyright{
	text-align:center;
	margin:0px 0px 10px 0px;
}
#footer #copyright a{
	color:#000;
}
