@charset "utf-8";
/* CSS Document */


body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/common/whole_bg.gif);
	background-repeat:repeat;
	overflow-x:auto;
	font-size: 12px;
}

a,a:link,a:visited {
 color: #ff8c58;
 text-decoration: none;
}

a:hover,a:active,a:focus {
 color: #73d173;
 text-decoration: underline;
}

#container { 
	width: 800px;
	margin: 0 auto;
	background:url(../images/common/body_bg.png) repeat-y;
	text-align: left;
	color: #616161;
} 
#header {
	background:url(../images/common/header_bg.gif) no-repeat;
	height:104px;
} 
#header h1 {
	margin: 0;
	padding-top:32px;
}

/* #sidebar */
#sidebar {
	float: left; 
	width: 210px;
	padding-top: 8px;
}
.navi {
    margin-left: 13px;
	width: 210px;
}
.navi li {
    width: 197px;
	height: 48px;
	vertical-align:bottom;
	margin:0;
	padding:0;
}

/* #mainContent */
#mainContent {
  padding-left: 224px;
}
#concept {
  height: 308px;
  background:url(../images/concept_bg.jpg) no-repeat;
  font-size: 12px;
  padding-top: 8px;
} 
#topics {
  height: 36px;
  background:url(../images/top_txtbg01.gif) no-repeat;
  font-size: 12px;
  padding-left: 23px;
  padding-top: 7px;
  vertical-align: bottom;
} 
#topInfo {
  background:url(../images/top_txtbg02.gif) no-repeat;
  height:180px;
  font-size: 12px;
  line-height: normal;
}
#topInfo p{
  padding-left: 20px;
}
.btn {
  padding-left: 280px;
  padding-top: -100px;
}
#contentsBox {
  width: 563px;
  padding-top:10px;
}
.s_title {
  background-image:url(../images/title-s_bg.gif);
  background-repeat:no-repeat;
  height: 20px;
  padding-bottom:7px;
}
.s_title2 {
  width:560px;
  background-image:url(../images/title-s_bg2.gif);
  background-color: #f1f1f1;
  background-repeat:no-repeat;
  height: 20px;
}
#case {
  color:#8C8C8C;
  line-height: 1.7em;
  margin-top: 10px;
  margin-bottom:10px;
}  
#case th {
  padding-left:10px;
  font-weight:normal;
}
#case td {
  padding-left: 30px;
}
.comme {
  width:540px;
  background-color: #f1f1f1;
  padding : 10px;
  margin-bottom:10px;
}
.images{
 float: left;
 display: inline;
 padding:0 10px 5px 10px;
 }
.pagetop {
  width:550px;
  padding:10px;
  text-align:right;
}
/* footer */
#footer {
 height: 130px;
 text-align:center;
 padding-top: 20px;
 }
  
.footnav{
 clear:both;
 margin:0 25px;
 height:60px;
 font-size: 10px;
 }

#footer p{
 background-image:url(../images/common/footer_bg2.gif);
 background-repeat:no-repeat;
 background-position:center;
 height: 70px;
 font-size: 12px;
 color:#616161;
 }


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

