.clearfix:after,
.sidebar_top:after,
.s_kongetsu:after,
.top_navi:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

*:first-child+html .clearfix,
*:first-child+html .sidebar_top,
*:first-child+html .s_kongetsu,
*:first-child+html .top_navi{
  zoom:1;
}

*html .clearfix,
*html .sidebar_top,
*html .s_kongetsu,
*html .top_navi{
  zoom:1;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	background-color: #CDEDE8;
	background-image: url(../img/base/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height:150%;
}
#fruitsbg{
	background-image:url(../img/base/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.whole #container {
position:relative;
	width: 800px; 
	border: 1px solid #000000;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFF;
} 
.whole #header {
clear:both;
position:relative;
width:800px;
margin:0;
padding:0;
} 
#font_adjustor{
	position:absolute;
	background-image: url(../img/base/font-size.gif);
	background-position: 0px 0px;
	height: 22px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	width: 138px;
	padding-right:10px;
	left: 651px;
	top: 8px;
}
#font_adjustor .small {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}
#font_adjustor .medium {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}
#font_adjustor .large {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}

/* sidebar */
.whole #sidebar1 {
	float: right; 
	width: 220px; 
	padding: 55px 20px 15px 0;
	/margin-top:25px;
}

.whole #sidebar1 .s_navi ul {
	background-color:#FFC;
	width:200px;
	display: block;
	padding:10px;
}
.whole #sidebar1 ul.list_maru {
margin:0px;
list-style:none;
}
.whole #sidebar1 ul.list_maru li {
margin:0;
padding:7px 0 7px 20px;
border-top:#CCCCCC 1px solid;
background:url(../img/index/icon-maru.gif) no-repeat 0 8px;
line-height:135%;
}

.whole #sidebar1 ul.list_maru ul {
width:auto;
	margin:0px;
	font-size:100%;
}
.whole #sidebar1 ul.list_maru ul li.jimu {
	background-image:none;
	list-style:inside disc;
	overflow:hidden;
	border:none;
	padding:0 0 2px 0;
}
/* #contact*/
#container #contact{
	background-image: url(../img/index/koiki-rengo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #999;
	width:200px;
	padding:120px 10px 10px 10px;
	margin-top:80px;
}
#container #contact p{
	margin:0px;
}
#container #contact #kousei {
	border: 1px solid #999;
	padding:10px;
	background-color: #FFC;
	margin-top:15px;
}
#container #contact #kousei strong {
	color:#600;
	font-size:1.2em;
}
/* #mainContent */
.whole #mainContent {
float:left;
width:520px;
padding: 0 0 0 20px;
} 
.whole #mainContent .entry{
	margin-left:20px;
	width:470px;
} 
*html .whole #mainContent .entry{
	margin-left:0px;
} 
.whole #footer { 
	clear:both;
	padding: 0 10px;
	background:#333;
	margin-top:20px;
} 
.whole #footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:0.75em;
	text-align:right;
	color:#FFF;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.whole #sidebar1 { padding-top: 30px; }
.whole #mainContent { zoom: 1; padding-top: 15px; } 
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに使用される hasLayout が IE に対して設定されます */
</style> 
<![endif] 

