@charset "utf-8";
@import url("default.css");

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #F5F5F5;
} 
 
#pagewidth{
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
} 
 
#leftcol{
 width:125px; 
 float:left; 
 position:relative; 
 background-color:#FEECF5; 
 }
 
#twocols{
 width:615px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:125px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:480px; 
 margin:5px;
 }
 
#maincol2blue{
 background-color: #00003A;  
 float: left; 
 display:inline; 
 position: relative; 
 width:615px; 
 }
 
#maincol2{
 float: left; 
 display:inline; 
 position: relative; 
 width:615px; 
 }

#bredlist{
	width:auto;
	height:1.5em;
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
 }

#bredlist.yellow{
	width:auto;
	height:1.5em;
	background-color:#FCF7E4;
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 1em;
 }

#footer{
	height:auto;
	clear:both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 160%;
	margin-top:10px;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
 } 

#whatsnew{
	background-color: #FFFFFF;
	width:476px;
	display: block;
	/*padding:5px;*/
	border: thin outset;
	overflow: auto;
	margin-top:5px;
 }
#whatsnew .title{
	background-color: #CCCCCC;
	width:476px;
	display: block;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: bold;
	text-align:center;
 }
 
#whatsnew p{
	margin:5px;
 }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


.box10mar{
	width:88%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
 }

.box10_tenant{
	background-image: url(../06tenant/img/back.gif);
	background-repeat: repeat-x;
	padding:10px;
 }

.box10mar strong{
	color: #CC0000;
	font-weight:bold;
 }

.box10mar_white{
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	width:88%;
	color: #FFFFFF; 
 }

.big{
 font-size:112%;
 font-weight:bold;
 line-height:140%;
 }

.small{
 font-size:85%;
 line-height:140%;
 }

.center{
 margin-left:auto;
 margin-right:auto;
 }

.table_tenant1{
 margin-left:auto;
 margin-right:auto;
 margin-top:10px;
 }
 
h1.yellow {
 width:88%;
 background-color:#FFCC00;
 line-height:160%;
 text-align:center;
 font-weight:bold;
 }

h2.momobe {
	width:88%;
	background-color:#FFCCFF;
	line-height:160%;
	text-align:center;
	color: #CC0066;
	font-weight:bold;
 }

h2.green {
	font-weight: bold;
	font-size: 112%;
	color: #657D1C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
h1.tenant {
	line-height: 1em;
	font-size:136%;
	margin-bottom:0;
	font-weight:bold;
 }

h1.withMomobe {
	width: 570px;
	height: 80px;
	background-image: url(../img/titleback.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	vertical-align: middle;
	line-height: 2em;
	font-weight: bold;
	padding-top: 0.8em;
	margin-left:auto;
	margin-right:auto;
}

h2.tenant {
	font-size:136%;
	line-height: 2em;
	font-weight:bold;
	text-align:center;
	color: #CC0066;
 }
 
h2.underline{
	font-size: 112%;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
	display:block;
	color: #CC0000;
}

.negindent{
 text-indent:-2em;
 padding-left:2em;
 font-size:107%;
 line-height:140%;
 font-weight:bold;
 color:#000000;
 }

.tenant_name{
 font-size:152%;
 font-weight:bold;
 line-height: 1.2em;
 }

.clearboth{
 clear: both;
}

.underline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	width: auto;
	line-height: 1em;
}

.mincho{
	font-size:112%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

dl.inline{
	list-style-position: outside;
	display: block;
	width: 80%;
}

dl.inline dt{
	font-weight: bold;
	display: block;
	text-indent: 1em;
	float: left;
	width: 7em;
}

dl.inline dd{
	display: block;
	margin-left: 8em;
}

.right{
	display:block;
	text-align:right;
}
/******************/

table.tbl_log{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
    border-spacing:0;
}

table.tbl_log tr{
	margin-bottom:0.5em;

}
table.tbl_log td{
	vertical-align:top;
	line-height:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left:0.5em;
	padding-right:0.5em;
}

/**************/
blockquote.bq_top{
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1em;
}

blockquote.bq_top p{
	padding-right: 1em;
	padding-left: 1em;
}

blockquote.bq_top p em{
	margin-left: -1em;
	color: #993300;
}

#pagewidth #wrapper #maincol2 #box10mar blockquote{
padding-top: 10px;
padding-bottom: 10px;
}

/*******************/
.dl_link dd{
	height: 150px;
	margin-bottom: 1.5em;
	clear: both;
	margin-top: 0.5em;
}

/*******************/



 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
