@charset "utf-8";
/* CSS Document */

/*
 * Style Name: global.css
 * Style URI: /building/css/global.css
 * Description: グローバルのcss
 * Version: 1.0
 * Last Up Date: 100219
 */
 
/* ======================================================= */
/* 目次
 *1 clear設定 
 *2 共通
 *3 ヘッダー
 *4 コンテンツ
 *5 パン屑
 *6 フッター
 *7 テーブル
 */
/* ======================================================= */

/*1 clear設定
 ========================================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	}
img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
li {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before,q:after {
	content: '';
	}
sup {
	vertical-align: text-top;
	}
sub {
	vertical-align: text-bottom;
	}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/*2 共通
 ========================================================= */
body {
	background: #eee url(../img/page_bg.gif) repeat-y top center;
	font-size: 10pt;
	line-height: 1;
	color: #333;
	}
body a {
	color: #bb0000;
	}
body a:hover {
	color: #dd0000;
	}

.container_content h1, .content h1 {
	width: 890px;
	height: 35px;
	}
h1 img {
	margin-top: 13px;
	margin-left: 23px;
	}
h2 {
	width: 890px;
	height: 26px;
	margin-top: 17px;
	margin-left: 40px;
	padding-top: 4px;
	padding-left: 10px;
	background: url(../img/h2_bg.gif) no-repeat left top;
	font-size: 100%;
	font-weight: bold;
	}
h2 span {
	font-size: 90%;
	font-weight: normal;
	margin-left: 19px;
	}
h2 img {
	margin-top: 4px;
	margin-left: 12px;
	}

div#wrap {
	background: #fff;
	width: 940px;
	margin: 0 auto;
	}
.goto_top {
	clear: both;
	border: 0;
	text-align: right;
	}
.goto_top a {
	padding-left: 19px;
	background: url(../img/icon_cursol_up.gif) no-repeat left 0.1em;
	}


/*3 ヘッダー
 ========================================================= */
div.header {
	background: #333 url(../img/header_bg_line.gif) no-repeat left bottom;
	overflow: hidden;
	width:940px;
	}
div.header p {
	}
div.header p.logo_area {
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-right:158px;
	font-size: 75%;
	color: #fff;
	display:table-cell;
	width:305px
	}

*div.header p.logo_area{
	display:inline;
}

div.header p.logo_area img {
	padding-top: 7px;
}


div.header p.logo_area img {
	padding-top: 7px;
}
div.header p.inquire_area {
	display:table-cell;
	vertical-align:middle;
	background: url(../img/header_inquire_area_bg.gif) no-repeat;
	background-position: 162px 50%; 
	width: 472px;
	}
div.header p.inquire_area a img {
	padding-top: 1px;
	padding-right: 0;
	padding-left: 6px;/*14px;*/
	}

div.header div.logo_area {
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	font-size: 75%;
	line-height:12px;
	color: #fff;
	width:453px;/*520px;*/
	display:table-cell;
}

/*ie6*/
/* \ */
* html .logo_area{
	display:inline;
	float:left;
}

/*ie7*/
*:first-child+html .logo_area{
	display:inline;
	float:left;
} 

div.header div.logo_area h1{
	width:305px;
}

div.header div.logo_area img {
	padding-top: 7px;
	padding-right: 5px;/*10px;*/
	float: left;
	}
/*ie6*/
/* \ */
* html div.header div.inquire_area{
	display:inline;
	float:left;
	margin:10px 0 0 0 ;
}

/*ie7*/
*:first-child+html div.header div.inquire_area{
	display:inline;
	float:left;
	margin:10px 0 0 0 ;
}
div.header div.inquire_area {
	display:table-cell;
	vertical-align:middle;
	background: url(../img/header_inquire_area_bg.gif) no-repeat 162px 50%;
	width: 472px;/*395px;*/
	}
div.header div.inquire_area img {
	vertical-align: middle;
	padding-right: 11px;
	}

div.header div.inquire_area a img {
	padding-top: 1px;
	padding-right: 0;
	padding-left: 6px;/*14px;*/
	}
div.header ul {
	clear: both;
	border-left: 1px solid #333;
	height: 35px;
	}
div.header ul li {
	float: left;
	}


/*4 コンテンツ
 ========================================================= */
div.content {
	}


/*5 パン屑
 ========================================================= */
ol.pankuzu {
	width: 925px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
	background: #efefef;
	}
ol.pankuzu li {
	float: left;
	margin-right: 5px;
	color: #888;
	}
ol.pankuzu li a {
	color: #888;
	background: url(../img/pankuzu_bg.gif) no-repeat right 0.1em;
	padding-right: 1.1em;
	}
ol.pankuzu li a:hover {
	color: #dd0000;
	}


/*6 フッター
 ========================================================= */
div.footer {
	width: 940px;
	overflow: hidden;
	margin-top: 44px;
	background: #666;
	}
div.footer div.inquire {
	width: 910px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	background: #fff;
	}
div.footer div.inquire p {
	background: #bb0000;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	}
div.footer div.inquire dl {
	background: url(../img/footer_inquire_bg.gif) no-repeat left top;
	width: 910px;
	overflow: hidden;
	}
div.footer div.inquire dl dt {
	float: left;
	padding-top: 15px;
	padding-left: 14px;
	padding-bottom: 8px;
	width: 327px;
	}
div.footer div.inquire dl dt img {
	float: left;
	padding-left: 2px;
	padding-bottom: 10px;
	}
div.footer div.inquire dl dt span img {
	padding-left: 1px;
	
	}
div.footer div.inquire dl dt a {
	float: left;
	padding-bottom: 10px;
	}
div.footer div.inquire dl dt img {
	float: left;
	padding-bottom: 10px;
	}
div.footer div.inquire dl dd {
	float: left;
	padding-bottom: 8px;
	width: 254px;
/*	width: 284px;*/
	text-align: center;
	}
div.footer div.inquire dl dd.inquire {
	padding-top: 15px;
	padding-left: 9px;
	padding-bottom: 5px;
	}
div.footer div.inquire dl dd.inquire img {
	padding-bottom: 7px;
	}
div.footer div.inquire dl dd.inquire a {
	}
div.footer div.inquire dl dd.inquire a img {
	padding-left: 8px;
	padding-bottom: 0;
	}
div.footer div.inquire dl dd.tel {
	padding-top: 15px;
	padding-left: 32px;
	padding-bottom: 5px;
	}
div.footer div.inquire dl dd.tel img {
	padding-bottom: 15px;
	}
div.footer div.inquire dl dd.tel span img {
	padding-bottom: 0;
	padding-left: 2px;
	}

div.footer p.goto_top {
	padding-right: 17px;
	padding-bottom: 8px;
	background: #fff;
	}
div.footer p.goto_top a {
	color: #333;
	}
div.footer p.goto_top a:hover {
	color: #dd0000;
	}

div.footer div.link {
	color: #909090;
/*	padding-top: 10px;	*/
	overflow: hidden;
	width: 940px;
	}
div.footer div.link p {
	background: #666;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	}
div.footer div.link .list {
	padding-top: 0px;
	/*	background: url(../img/footer_link_bg.gif) no-repeat left 3px;	*/
	margin-top: 12px;
	margin-bottom: 9px;
	margin-left: 17px;
	text-indent: 4px;
	}

.footer-comment{
	width:760px;
	background-color:#fff;
	line-height: 1.45;
	color: #999;
	font-size: 90%;
	text-align: center;
	letter-spacing: 0.02em;
	padding:20px 90px;
	margin:0 auto;
	text-align:left;
}
.footer_link {
	display:inline-block;
	float:left;
}
.footer_link span {
	font-size: 75%;
	line-height: 1.5;
	word-break: keep-all;
	}

.footer_link span a {
	background: url(../img/footer_link_bg.gif) no-repeat right 1px;
/*	padding-left: 4px;*/
	_padding-left: 4px;
	padding-right: 5px;
	color: #999;
	}

.footer_link_head span a{
	background: url(../img/footer_link_bg.gif) no-repeat left 1px;
	padding: 0px;
	width:1px;
}

.footer_link span a:hover {
	color: #dd0000;
	}
div.footer div.link ol {
	background: #444;
	clear: both;
	float: left;
	/*	margin-top: 7px;*/
	width: 942px;
	}
/*ie6*/
/* \ */
* html div.footer div.link ol {
	padding:5px;
}

/*ie7*/
*:first-child+html div.footer div.link ol {
	padding:5px;
}
div.footer div.link ol li {
	padding: 0 17px 0 0;
	font-size: 75%;
	display:table-cell;
	vertical-align:middle;
	}

/*ie6*/
/* \ */
* html div.footer div.link ol li {
  display: inline;
	margin:5px;
}

/*ie7*/
*:first-child+html div.footer div.link ol li {
  display: inline;
	margin:5px;
}

div.footer div.link ol li a {
	color: #999;
	}
div.footer div.link ol li a:hover {
	color: #dd0000;
	}

#footer_link_top{
	width:267px;
	line-break: strict;
	padding:9px 17px 9px 15px;
	line-height:12px;
}

div.footer div.link ol li.copyright {
	text-align: right;
	width: 470px;
	word-spacing: 0.2em;
	font-size: 75%;
	font-family: Verdana;
	display:table-cell;
	vertical-align:middle;
	}

div.footer div.top_comment {/*224px→266px＝42*/
	padding-top: 79px;
	padding-right: 30px;
	padding-bottom: 28px;
	padding-left: 50px;
	background: #fff url(../img/footer_comment_bg.gif) no-repeat left bottom;
	}
div.footer div.top_comment p {
	line-height: 1.45;
	color: #999;
	font-size: 110%;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.02em;
	}
div.footer div.top_comment p em {
	font-size: 110%;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.18em;
	}


/*7 テーブル
 ========================================================= */
div.content table {
	border: 1px solid #ccc;
	width: 859px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	}
div.content table th {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 6px 10px ;
	text-align: center;
	}
div.content table td {
	border: 1px solid #ccc;
	padding: 8px 10px;
	line-height: 1.5em;
	}
div.content table td ul {
	margin-left:1px;
	}
div.content table td ul li {
	background: url(../img/table_list_bg.gif) no-repeat left 0.4em;
	line-height: 1.5em;
	padding-left: 11px;
	}
div.content table td ol {
	text-align: right;
	}


