body {
    width: 950px;
	margin: 0 auto;
	font-family:
	'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	メイリオ, Meiryo,
	'Lucida Grande',
	'MS P Gothic',
	Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.pageTitle {
	color: #333 ;
 	line-height: 2;
 	margin:20px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #555;
	font-size: 1.5em;
}

.h3Title {
	color: #333 ;
 	line-height: 2;
 	margin:40px 0px 10px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #555;
	font-size: 1.1em;
}

/* h3Title for Building AP */
.h3Yellow {
	color: #333;
 	line-height: 2;
 	margin:40px 0px 10px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #FFCC33;
	font-size: 1.1em;
}
/* h3Title for Housing AP */
.h3Green {
	color: #333;
 	line-height: 2;
 	margin:40px 0px 10px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #006600;
	font-size: 1.1em;
}
/* h3Title for MP AP */
.h3Blue {
	color: #333;
 	line-height: 2;
 	margin:40px 0px 10px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #3399FF;
	font-size: 1.1em;
}

.h3Red {
	color: #333;
 	line-height: 2;
 	margin:20px 0px 10px 0px;
 	padding: 0px 0px 0px 10px;
    border-left: 5px solid #ff0000;
	font-size: 1.1em;
}

#hotnews h4 {
	color: #000;
 	line-height: 1.5;
 	margin:30px 0px 10px 0px;
 	padding: 0em 0em 0em 1em;
    border-left: 3px solid #999;
}

.h4big {
	color: #000;
 	line-height: 1.5;
 	margin:30px 0px -10px 0px;
 	padding: 0em 0em 0em 0em;
}

.link_items {
	position: relative;
	display: block; 
	margin:0px 0px 0px 0px;
	padding: 0em 0em 0em 0em;
	line-height: 2;
	color: #555;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}

.link_items:hover {
	background-color: #ddd;
}

#hedder {
	width : 950px;
	height: 100px;
	margin: 0px;
	font-size: 0;
/*	background-image: url("../image/hedderbg.jpg");	*/
	background-repeat: repeat-x;
	min-width: 1000px;
}

#menuBar {
	width : 950px;
	margin: -6px 0px 0px 0px;
}

#menu {
	float: left;
	width: 230px;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	font-size: 1em;
}

#photo {
	width: 950px;
	height: 300px;
}

#news {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	padding: 0px 10px;
}

#news .news_title {
	color: #000;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
}

#main {
	float: right;
	width: 680px;
	background-color: #FFFFFF;
	padding: 5px 0px 50px 20px;
}

#footer {
	clear: both;
	width: 950px;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: 1px solid #aaa;
	font-size: 0.8em
}

/* dropmenu */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 9998;
  width: 950px;
  margin: 0px;
  padding: 0;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 10px;
  background: #455c6e;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 120%;
}
.dropmenu li ul li a{
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  background: #455c6e;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #455c6e;
}
.dropmenu li a:hover{
  background: #354958;
}

#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

/* latest information */
dl.box{
    height: 300px;
    overflow: auto;
}
dl.box dt{
    float: left;
    width: 80px;
	font-size: 0.9em;
}
dl.box dd{
    margin: 0 0 5px 0;
    padding: 0 0 10px 80px;
    border-bottom: 1px dotted #aaa;
	font-size: 0.9em;
}

/* button configuration */
.button1 {
	display: inline-block;
	width: 400px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #0066FF;
	color: #fff;
	font-size: 1.0em;
}
#active {
	background-color: #FF9900;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1:hover {
	background-color: #66CCFF;
}