@charset "utf-8";

/* CSS Document */

*{
	padding: 0px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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


body{
	background-color:#FFFFFF;
}
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; }
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .droppy a { display: block; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .droppy ul { line-height: 0; } /* IE6 "fix" */
  	.droppy ul a { zoom: 1; } /* IE6/7 fix */
    .droppy ul li { float: none; }
    .droppy ul ul { top: 0; }
#header{
	width:100%;
	background-image:url(../image/header_back.jpg);
	background-repeat:repeat-x;
	height:47px;
}
.wrapper{
	width:1000px;
	margin:0 auto;	
}
#g_back{
	width:100%;
	background-image:url(../image/g_back.jpg);
	background-repeat:repeat-x;
	height:31px;	
}
#g_menu{
	width:1000px;
	margin:0 auto;
	height:31px;
}
#g_menu>li{
	width:136px;
	float:left;
}
#g_menu>li>a{
	background-image:url(../image/g_menu.jpg);
	padding-top:3px;
	text-align:center;
	width:136px;
	height:28px;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#333333;
}
.addb{
	border-right:1px solid #7F7F7F;
}

#g_menu>li>a:hover{
	background-image:url(../image/g_menu_on.jpg);
}
.sub_menu>li{
	width:135px;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}
.sub_menu>li>a{
	background-image:url(../image/sub_menu.jpg);
	padding-top:3px;
	text-align:center;
	height:27px;
	margin:0 auto;
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#333333;
}
.sub_menu>li>a:hover{
	background-image:url(../image/sub_menu_on.jpg);

}
#pankuzu{
	margin-top:20px;
	margin-bottom:10px;	
}
h2{
	border-left:5px solid #136733;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:20px;
}
.message{
	color:#FF0000;	
}
#bottom_contents{
		margin-left:20px;
	width:900px;
	text-align:center;
}
#login_form{
	width:300px;
	margin:30px auto;	
	padding:20px;
	border:1px solid #000000;
}

#footer{
	margin-top:50px;
	width:100%;
	background-image:url(../image/bottom_line.jpg);
	background-repeat:repeat-x;
	height:57px;
}
#copyright{
	float:right;
	padding:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:20px;
}

#resident_list{
	width:800px;
}
#resident_list li{
	float:left;
	width:200px;
	margin-bottom:20px;
}