/*------------------------------------------------------------------------------
□汎用定義
------------------------------------------------------------------------------*/

.fleft  { float: left; }
.fright { float: right; }
.clear  { clear: both; }

.inline { display: inline !important; }

.left   { text-align: left !important; }
.right  { text-align: right !important; }
.center { text-align: center !important; }
.middle { vertical-align: middle; }

.bold {
	font-weight: bold;
}

.red { color: red; }
.blue { color: blue; }
.orange { color: orange; }
.bg-blue { background-color: #d0f0d0;}

.normal { font-size: 10pt !important; }
.small { font-size: 9pt !important; line-height: 10pt !important;}

.bcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.clearfix:after {
	content: url(../images/global/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

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

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
.w200px { width: 200px; }
.w218px { width: 218px; }
.w290px { width: 290px; }
.w320px { width: 320px; }
.w384px { width: 384px; }
.w410px { width: 410px; }
.w860px { width: 860px; }


.mgn-no      { margin: 0; }  
.mgn-lft-ss  { margin-left:   3px;  }
.mgn-lft-5   { margin-left:   5px;  }
.mgn-lft-s   { margin-left:   7px;  }
.mgn-lft-sm  { margin-left:   10px; }
.mgn-lft-13  { margin-left:   13px; }/* use */
.mgn-lft-m   { margin-left:   15px; }
.mgn-lft-ml  { margin-left:   20px; }/* use */
.mgn-lft-l   { margin-left:   25px; }
.mgn-lft-xl  { margin-left:   30px !important; }
.mgn-lft-xxl { margin-left:   35px !important; }
.mgn-lft-45  { margin-left:   45px !important; }/* use */

.mgn-rgt-ss  { margin-right:   3px; }
.mgn-rgt-sm  { margin-right:   10px; }
.mgn-rgt-38  { margin-right:   38px !important; }


.mgn-top-ss  { margin-top:    3px;  }
.mgn-top-s   { margin-top:    5px;  }
.mgn-top-7   { margin-top:    7px;  }/* use */
.mgn-top-sm  { margin-top:    10px; }
.mgn-top-m   { margin-top:    15px !important; }
.mgn-top-ml  { margin-top:    20px; }
.mgn-top-l   { margin-top:    25px; }/* use */
.mgn-top-xl  { margin-top:    30px; }
.mgn-top-xxl { margin-top:    40px; }

.mgn-btm-ss  { margin-bottom: 3px;  }
.mgn-btm-s   { margin-bottom: 5px;  }
.mgn-btm-sm  { margin-bottom: 10px; }/* use */
.mgn-btm-12  { margin-bottom: 12px; }/* use */
.mgn-btm-m   { margin-bottom: 15px; }
.mgn-btm-ml  { margin-bottom: 20px; }
.mgn-btm-l   { margin-bottom: 25px; }
.mgn-btm-xl  { margin-bottom: 30px; }
.mgn-btm-xxl { margin-bottom: 40px; }

.mgn-hgt-s   { margin-top:     5px; margin-bottom: 5px;  }
.mgn-hgt-l   { margin-top:     25px; margin-bottom: 25px;  }


/*  サイト全体
----------------------------------------- */
*{
	margin: 0;
	padding: 0;
	}

body{
	background: #d1e8fc url("../images/bg.gif") repeat-x;
	font-size: 10pt;
	font-family: monospace,"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
	line-height: 1.3em;
	}

img{
	border: 0;
	vertical-align : bottom;
}
/* リンク指定
----------------------------------- */
a {	text-decoration: none;}

a:link    { color: #2076c5; }
a:visited { color: #2076c5; }
a:hover   { color: #2076c5; }

/* wrap
-----------------------------------*/
#wrap{
	background-color: #ffffff;
	width: 922px;
	margin: 0 auto;
	text-align: center;
}


/* header 
-----------------------------------*/
#header {
	width: 890px;
	margin: 0 auto 8px;
	text-align: left;
	height: 110px;
}

#header .address {
	float: right;
	color: #535353;
	line-height: 1.3;
	margin-top: 12px;
}

#header ul {
	list-style-type: none;
}

#header li {
	float: left;
}
/* content 
-----------------------------------*/
#content {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/content/content_bg.gif) repeat-y;
	}

/* content-top */
#content .content-top {
	width: 890px;
	height: 219px;
	background: url(../images/content/content_top_bg.gif) no-repeat;
}

#content .content-top-btn {
	float: right;
	width: 610px;
	margin-right: 5px;
	display: inline;
}

#content .content-top-btn img {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}

/* What's New */
#content .WhatsNew {
	float: left;
	width: 558px;
	margin-right: 10px;
	background: url(../images/content/content_sub_bg.gif) repeat-y;
}

#content .WhatsNew div.news {
	width: 557px;
	height: 180px;
	overflow: auto;
}

#content .WhatsNew dl {
	margin: 10px 15px 0;
	list-style-type: none;
}

#content .WhatsNew dt {
	width: 80px;
	margin-top: 12px;
	float: left;
	clear: both;
}
#content .WhatsNew dd {
	width: 410px;
	margin-top: 12px;
	margin-left: 15px;
	float: left;
}

/* case
----------------------------------*/

#content div.cont-nav {
	margin: 10px;
	padding-bottom: 10px;
	border: solid #5a5a5a;
	border-width: 0 0 1px 0;
}

#content div.cont-nav-btm {
	margin: 10px;
	padding-top: 10px;
	border: solid #5a5a5a;
	border-width: 1px 0 0 0;
}

#content div.cont-nav-btm h1,
#content div.cont-nav h1 {
	font-weight: normal;
	font-size: 100%;
	display: inline;
}

#content div.cont-nav-btm span.pan a,
#content div.cont-nav span.pan a {
	font-weight: bold;
}

#content div.cont-nav span.pager a {
	font-weight: normal;
}

#content div.cont-nav span.pager {
	font-weight: bold;
}

#content div.case-list-btn {
	background: url(../images/case/list_btn_bar.gif) no-repeat;
	width: 841px;
	_width: 861px;
	height: 20px;
	_height: 25px;
	margin: 10px;
	_margin: 10px 0;
	padding: 3px 10px 2px 10px;
}

#content div.case-list-btn a {
	width: 104px;
	float: left;
	border: solid #f0f0f0;
	border-width: 0 1px 0 0;
}

#content div.case-list-btn a.left-bar {
	border-width: 0 1px 0 1px !important;
}

#content div.case-list {
	background: url(../images/case/list_bg.jpg) no-repeat;
	width: 861px;
	height: 200px;
	margin: 10px;
}

#content div.case-list div.case-pic {
	margin: 16px 0 0 37px;
	width: 182px;
	float: left;
	display: inline;
}

#content div.case-list div.case-pic div.pic-box {
	height: 140px;
	text-align: center;
}

#content div.case-list div.case-pic img.pic {
	margin: 9px;
}

#content div.case-list div.case-pic img.btn {
	display: block;
	margin: 15px 0 0 0;
}

#content div.case-list div.case-cont,
#content div.case-detail-list div.case-cont {
	float: left;
	margin: 14px 0 2em 45px;
	display: inline;
	width: 540px;
}
#content div.case-list div.case-cont p,
#content div.case-detail-list div.case-cont p {
	margin-bottom: 0.5em;
}

#content div.case-list div.case-cont h2 {
	margin: 16px 0 30px 0;
	color: #707070;
}

/* detail list */
#content h2.case-detail-title {
	background: url(../images/case/detail_list_title.gif) no-repeat;
	width: 737px;
	height: 35px;
	_width: 772px;
	_height: 46px;
	color: #707070;
	padding: 14px 0 0 35px;
}

#content div.case-detail-list {
	background: url(../images/case/detail_list_bg.jpg) no-repeat;
	width: 861px;
	margin: 20px;
}

#content div.case-detail-list div.case-pic {
	margin: 0 0 0 34px;
	padding-top: 16px;
	width: 182px;
	height: 175px;
	float: left;
	display: inline;
	text-align: center;
}

#content div.case-detail-list div.case-pic img.pic {
	margin: 6px 0 0 12px;
}

/* info
----------------------------------*/

#content pre.info-area {
	background: url(../images/info/info_bg.gif) no-repeat;
	font-size: 100%;
	padding: 20px;
}

#content pre.profile-area {
	background: url(../images/info/profile_bg.jpg) no-repeat;
	font-size: 100%;
	padding: 20px;
}

#content div.office-area {
	background: url(../images/info/office_bg.gif) no-repeat;
	width: 254px;
	font-size: 100%;
	padding: 50px 0 0 12px;
	float: left;
}

#content div.gov-area {
	background: url(../images/info/gov_bg.gif) no-repeat;
	width: 254px;
	font-size: 100%;
	padding: 50px 0 0 12px;
	float: left;
	margin-left: 12px;
}

#content div.research-area {
	background: url(../images/info/research_bg.gif) no-repeat;
	width: 254px;
	font-size: 100%;
	padding: 50px 0 0 12px;
	float: left;
	margin-left: 12px;
}

/* link
----------------------------------*/

#content div.link-area {
	background: url(../images/link/link_bg.gif) no-repeat;
	width: 861px;
	padding-top: 50px;
}

#content div.link-area dl {
	width: 220px;
	margin-left: 47px;
	padding: 10px 0;
	float: left;
	text-align: left;
}

#content div.link-area dt {
	width: 230px;
	padding: 10px 0 5px;
	float: left;
	text-align: left;
}

#content div.link-area dd {
	width: 300px;
	padding: 10px 0 5px;
	float: left;
	text-align: left;
}

/* antiquake
----------------------------------*/

#content div.cont-area {
	background: url(../images/antiquake/cont_bg.gif) no-repeat;
	width: 861px;
	padding-top: 30px;
}

#content div.cont-area div.menus {
 width: 175px;
 float: left;
}

#content div.cont-area h2 {
 border: solid #6a6a6a;
 border-width: 0 0 1px 0;
 margin-left: 10px;
 padding-bottom: 3px;
}

#content div.cont-area div.menus ul {
	font-size: 11pt;
	line-height: 12pt;
	list-style-type: none;
	color: #606060;
}

#content div.cont-area div.menus ul li {
	margin: 5px;
	text-align: right;
}

#content div.cont-area div.menus ul li.selected {
	font-weight: bold;
}

#content div.cont-area div.pages {
 width: 655px;
 float: left;
 border: solid #6a6a6a;
 border-width: 0 0 0 1px;
 padding-left: 10px;
}

#content div.cont-area div.pages h3 {
	background: url(../images/antiquake/title_bg.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	width: 655px;
	height: 40px;
	padding: 12px 0 10px 10px;
}

#content div.cont-area div.pages h4,
#content div.cont-area div.pages h5 {
	margin: 20px 0 10px 10px;
	font-size: 13pt;
	line-height: 15pt;
}

#content div.cont-area div.pages p {
	margin: 10px;
	font-size: 12pt;
	line-height: 15pt;
}

#content div.cont-area div.pages a.pagetop {
	margin: 20px 10px;
	font-size: 12pt;
	line-height: 15pt;
	display: block;
	text-align: right;
}

#content div.cont-area div.pages ul {
	font-size: 12pt;
	line-height: 15pt;
	margin-left: 2em;
}

#content div.cont-area div.pages ul.lv2 {
	margin-left: 3em;
}

#content div.cont-area div.pages ul li {
	margin: 5px;
}

#content div.cont-area div.pages table {
	width: 640px;
	border-collapse: collapse;
	border: solid 2px #3a3a3a;
	margin: 10px;
}

#content div.cont-area div.pages table th,
#content div.cont-area div.pages table td {
	border-collapse: collapse;
	border: solid 1px #3a3a3a;
	padding: 5px;
	text-align: center;
}

/* natural
----------------------------------*/
#content div.natural-bg {
	background: url(../images/natural/nature_bg.jpg) no-repeat;
	width: 860px;
	height: 417px;
}

#content div.natural-bg p {
	width: 667px;
	padding: 15px;
	font-size: 12pt;
	line-height: 16pt;
}

/* footer
----------------------------------*/
#footer {
	width: 890px;
	margin: 20px auto 0;
	padding-bottom: 20px;
}

