@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
}
body {
	background-image: url(../images_site/header_bg.jpg);
	background-repeat: repeat-x;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, caption, img, form, blockquote {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
}
th {
	font-weight: bold;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; 
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
/*=====================================
テキストスタイル
=====================================*/
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
#ENTRY .f-large {
	font-size: 1.2em;
}
#ENTRY .f-xlarge {
	font-size: 1.5em;
}
#ENTRY .f-small {
	font-size: 0.8em;
}
#ENTRY .f10 {
	font-size: 10px;
}
#ENTRY .f12 {
	font-size: 12px;
}
#ENTRY .f14 {
	font-size: 14px;
}
#ENTRY .f14b {
	font-size: 14px;
	font-weight: bold;
}
#ENTRY .red {
	font-weight: bold;
	color: #FF0000;
}
#ENTRY u {
	background-color: #FFFF99;
	text-decoration: none;
}
/*=====================================
画像回り込み
=====================================*/
.imgleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.8em;
	color: #666666;
	line-height: 120%;
}
.imgleft img {
	padding-bottom: 10px;
}
.imgright {
	float: right;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.8em;
	color: #666666;
	line-height: 120%;
}
.imgright img {
	padding-bottom: 10px;
}
.imgmap {
	width:300px;
	height:300px;
	float: right;
}
/*=====================================
ヘッダー
=====================================*/
h1#TAGLINE, div#TAGLINE {
	color: #474747;
	overflow: hidden;
	text-align: right;
	font-size: 0.8em;
	height: 31px;
	width: 850px;
	line-height: 230%;
	margin-right: auto;
	margin-left: auto;
}
#HEADER {
	width: 850px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a#HEADER-TITLE {
	background-image: url(../images_site/header_name.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 316px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 31px;
	outline:none;
}
#HEADER p {
	background-image: url(../images_site/header_copy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 316px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 65px;
}
#HEADER img {
	position: absolute;
	right: 0px;
	top: 26px;
}
#HEADER ul {
	position: absolute;
	right: 0px;
	top: 97px;
}
#HEADER li {
	float: left;
	color: #BCBCBC;
	font-size: 0.8em;
}
#HEADER li a {
	color: #464646;
	text-decoration: none;
	padding-right: 0.7em;
	padding-left: 0.7em;
}
#HEADER li a:hover {
	color: #006699;
	text-decoration: underline;
}
/*=====================================
メインメニュー
=====================================*/
#MAINMENU {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	overflow: hidden;
}
#MAINMENU li {
	float: left;
}
#MAINMENU li a {
	display: block;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	outline:none;
}
#MAINMENU li a:hover {
	width: 169px;
	background-position: 0 -62px;
}
a#MAINMENU-service {
	width: 169px;
	background-image: url(../images_site/mainmenu_service.gif);
}
a#MAINMENU-office {
	width: 169px;
	background-image: url(../images_site/mainmenu_office.gif);
}
a#MAINMENU-column {
	width: 169px;
	background-image: url(../images_site/mainmenu_column.gif);
}
a#MAINMENU-topics {
	width: 169px;
	background-image: url(../images_site/mainmenu_topics.gif);
}
a#MAINMENU-glossary {
	width: 170px;
	background-image: url(../images_site/mainmenu_glossary.gif);
}
/*=====================================
フッター
=====================================*/
#FOOTER {
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin-top: 47px;
	padding-top: 38px;
	color: #CFCFCF;
}
#FOOTER p {
	padding-bottom: 5px;
}
#FOOTER a {
	color: #333333;
	margin-right: 0.8em;
	margin-left: 0.8em;
	text-decoration: none;
}
#FOOTER a:hover {
	color: #006699;
	text-decoration: underline;
}
p#FOOTER-NAME {
	padding-bottom: 8px;
	padding-top: 27px;
	color: #333333;
}
address {
	color: #333333;
}
p#FOOTER-COPY {
	padding-bottom: 20px;
	padding-top: 8px;
	color: #666666;
}
/*=====================================
全体構造
=====================================*/
#CONTENTS {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#TOP-MAINIMAGE {
	width: 850px;
	height: 345px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
/*=====================================
トップページ：左側
=====================================*/
#TOPLEFT {
	float: left;
	width: 588px;
	padding-top: 37px;
}
#TOPLEFT h2 {
	height: 28px;
	width: 397px;
	padding-bottom: 25px;
	background-image: url(../images_site/topleft_service_label.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPLEFT .topleft-service {
	float: left;
	height: 97px;
	width: 270px;
	margin-right: 24px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
}
#TOPLEFT .topleft-service h3 a {
	height: 21px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 89px;
	top: 0px;
	display: block;
}
#TOPLEFT a#TOPSERVICE01 {
	width: 164px;
	background-image: url(../images_site/topleft_service_label_01.gif);
}
#TOPLEFT a#TOPSERVICE02 {
	width: 164px;
	background-image: url(../images_site/topleft_service_label_02.gif);
}
#TOPLEFT a#TOPSERVICE03 {
	width: 152px;
	background-image: url(../images_site/topleft_service_label_03.gif);
}
#TOPLEFT a#TOPSERVICE04 {
	width: 178px;
	background-image: url(../images_site/topleft_service_label_04.gif);
}
#TOPLEFT a#TOPSERVICE05 {
	width: 92px;
	background-image: url(../images_site/topleft_service_label_05.gif);
}
#TOPLEFT a#TOPSERVICE06 {
	width: 106px;
	background-image: url(../images_site/topleft_service_label_06.gif);
}
#TOPLEFT a#TOPSERVICE07 {
	width: 77px;
	background-image: url(../images_site/topleft_service_label_07.gif);
}
#TOPLEFT a#TOPSERVICE08 {
	width: 126px;
	background-image: url(../images_site/topleft_service_label_08.gif);
}
#TOPLEFT a.topservice-icon {
	position: absolute;
	left: 0px;
	top: 0px;
}
#TOPLEFT .topleft-service p {
	width: 180px;
	font-size: 0.8em;
	line-height: 120%;
	background-image: url(../images_site/dot_glay.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	left: 90px;
	top: 30px;
	padding-bottom: 10px;
}
#TOPLEFT a.topservice-more {
	position: absolute;
	left: 90px;
	top: 73px;
	background-image: url(../images_site/topleft_service_more.gif);
	text-indent: -9999px;
	height: 24px;
	width: 80px;
}
#TOPLEFT a:hover.topservice-more {
	background-position: 0 -24px;
}
/*=====================================
トップページ：右側
=====================================*/
#TOPRIGHT {
	float: right;
	width: 245px;
	padding-top: 37px;
}
#TOPRIGHT h2 {
	height: 28px;
	width: 86px;
	padding-bottom: 25px;
	background-image: url(../images_site/topright_news_label.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPRIGHT li {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 20px;
	line-height: 140%;
}
#TOPRIGHT li a {
	font-weight: normal;
}
/*=====================================
トップページ：対応エリア
=====================================*/
#TOPAREA {
	padding-top: 18px;
}
#TOPAREA h2 {
	height: 28px;
	width: 108px;
	padding-bottom: 19px;
	background-image: url(../images_site/toparea_label.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOPAREA .controls {
	padding-bottom: 9px;
	height: 13px;
}
#TOPAREA .controls a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	height: 13px;
	display: block;
	overflow: hidden;
	outline: none;
}
#TOPAREA .controls a:hover {
	background-position: 0px -13px;
}
a#TOPAREA-TOKYO {
	width: 85px;
	background-image: url(../images_site/toparea_label_tokyo.gif);
}
a#TOPAREA-KANAGAWA {
	width: 88px;
	background-image: url(../images_site/toparea_label_kanagawa.gif);
}
a#TOPAREA-CHIBA {
	width: 69px;
	background-image: url(../images_site/toparea_label_chiba.gif);
}
a#TOPAREA-SAITAMA {
	width: 70px;
	background-image: url(../images_site/toparea_label_saitama.gif);
}
a#TOPAREA-IBARAKI {
	width: 73px;
	background-image: url(../images_site/toparea_label_ibaraki.gif);
}
a#TOPAREA-AICHI {
	width: 72px;
	background-image: url(../images_site/toparea_label_aichi.gif);
}
a#TOPAREA-OSAKA {
	width: 72px;
	background-image: url(../images_site/toparea_label_osaka.gif);
}
#TOPAREA .scroller {
	/* modify width and height of scrolling section if necessary*/		
	width: 850px;
	height: 100%;
	overflow: hidden;
}
#TOPAREA .section {
	width:850px;
	height:100%;
	overflow:hidden;
	float:left; /* ここを無くすと縦スクロール */
	background-repeat: no-repeat;
	padding-top: 7px;
	font-size: 0.8em;
}
#TOPAREA .section p {
	width:808px;
	height:100%;
	background-image: url(../images_site/bg_glay.gif);
	background-repeat: repeat;
	padding: 18px 21px;
	line-height: 140%;
}
#TOPAREA #section1 {
	background-image: url(../images_site/toparea_bg_tokyo.gif);
}
#TOPAREA #section2 {
	background-image: url(../images_site/toparea_bg_chiba.gif);
}
#TOPAREA #section3 {
	background-image: url(../images_site/toparea_bg_saitama.gif);
}
#TOPAREA #section4 {
	background-image: url(../images_site/toparea_bg_kanagawa.gif);
}
#TOPAREA #section5 {
	background-image: url(../images_site/toparea_bg_ibaraki.gif);
}
#TOPAREA #section6 {
	background-image: url(../images_site/toparea_bg_aichi.gif);
}
#TOPAREA #section7 {
	background-image: url(../images_site/toparea_bg_osaka.gif);
}
#TOPAREA .content {
	width: 10000px;
}
/*=====================================
第2階層：トピックパス
=====================================*/
#TOPICPATH {
	background-image: url(../images_site/topicpath_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 832px;
	padding-bottom: 20px;
	font-size: 12px;
	margin-top: 12px;
	padding-left: 18px;
	padding-top: 10px;
}
#TOPICPATH a {
	color: #333333;
	text-decoration: none;
}
#TOPICPATH a:hover {
	text-decoration: underline;
}
#TOPICPATH img {
	vertical-align: top;
	padding-top: 3px;
}
/*=====================================
第2階層：コンテンツ
=====================================*/
#ENTRY {
	float: right;
	height: 100%;
	width: 610px;
}
#ENTRY p {
	font-size: 0.9em;
	line-height: 160%;
	padding-bottom: 1em;
}
#ENTRY a {
	text-decoration: underline;
}
#ENTRY a:hover {
	text-decoration: none;
}
#ENTRY h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 26px;
	line-height: 140%;
	margin-bottom: 20px;
}
#ENTRY h1 span {
	background-image: url(../images_site/label01_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-bottom: 11px;
	margin-left: -26px;
	padding-left: 26px;
}
#ENTRY .h1-label {
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 26px;
	line-height: 140%;
	margin-bottom: 20px;
	clear: both;
}
#ENTRY .h1-label span {
	background-image: url(../images_site/label01_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-bottom: 11px;
	margin-left: -26px;
	padding-left: 26px;
}
#ENTRY h2 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
	display: block;
	background-image: url(../images_site/dot_glay.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 15px;
	clear: both;
}
#ENTRY blockquote {
	font-size: 0.9em;
	border: 3px solid #E7E7E7;
	background-color: #F8F8F8;
	padding: 20px;
	width: 570px;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 140%;
	clear: both;
}
#ENTRY h3 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 140%;
	padding-left: 16px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	clear: both;
}
#ENTRY h3.label-title {
	background-image: url(../images_site/label_title.gif);
	width: 569px;
	padding-left: 41px;
	height: 23px;
	padding-top: 16px;
	margin-top: 30px;
}
#ENTRY p.entrymore {
	padding-top: 1.5em;
}
#ENTRY p.entrymore a {
	background-image: url(../images_site/ancer.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
#ENTRY p.entry-back a {
	background-image: url(../images_site/ancer_back.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#ENTRY ul {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	font-size: 0.9em;
	clear: both;
}
#ENTRY li {
	background-image: url(../images_site/li01_bg.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 10px;
	background-position: 0px 5px;
	line-height: 140%;
}
#ENTRY ul.cat-li li {
	padding-left: 15px;
	background-position: 0px 6px;
}
#ENTRY ul.cat-office {
	padding-top: 15px;
	display: block;
}
#ENTRY ul.cat-office li {
	float: left;
	margin-right: 2em;
	word-break: keep-all;
}
.entrybox {
	background-color: #F6F6F6;
	border: 1px dotted #C2C2C2;
	margin-bottom: 1.2em;
	padding-right: 18px;
	width: 592px;
	height: 100%;
	clear: both;
}
.entrybox-cat {
	border: 1px dotted #C2C2C2;
	margin-bottom: 1.2em;
	padding-right: 18px;
	width: 592px;
	height: 100%;
	clear: both;
}
#ENTRY table {
	height: 100%;
	margin-bottom: 1.2em;
	border: 1px solid #BEBDBF;
	border-collapse: collapse;
}

#ENTRY th {
	padding: 9px 15px;
	border: 1px solid #BEBDBF;
	text-align: left;
	font-size: 0.8em;
	line-height: 160%;
}

#ENTRY td {
	padding: 9px 15px;
	border: 1px solid #BEBDBF;
	text-align: left;
	font-size: 0.8em;
	line-height: 160%;
}

/*=====================================
第2階層：メニュー
=====================================*/
#SUBMENU {
	font-size: 0.8em;
	float: left;
	height: 100%;
	width: 200px;
}
#SUBMENU h2 a {
	background-repeat: no-repeat;
	display: block;
	height: 218px;
	width: 200px;
	text-indent: -9999px;
}
#SUBMENU li a {
	width: 190px;
	border-bottom: 1px solid #D9D9D9;
	background-image: url(../images_site/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: 189px 16px;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
#SUBMENU li a:hover {
	background-image: url(../images_site/submenu_bg_on.gif);
	color: #CCCCCC;
	background-color: #000000;
}

/*=====================================
パーツ
=====================================*/
a#BANNER-BLOG {
	background-image: url(../images_site/banner_blog.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 57px;
	width: 240px;
	display: block;
	margin-top: 45px;
}
a:hover#BANNER-BLOG {
	background-position: 0 -57px;
}
a#BANNER-KYOKAI {
	background-image: url(../images_site/banner_kyokai.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 57px;
	width: 240px;
	display: block;
	margin-top: 10px;
}
a:hover#BANNER-KYOKAI {
	background-position: 0 -57px;
}
a#BANNER-BLOG-INSIDE {
	background-image: url(../images_site/banner_blog_inside.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 48px;
	width: 200px;
	display: block;
	margin-top: 45px;
}
a:hover#BANNER-BLOG-INSIDE {
	background-position: 0 -48px;
}
#CONTACT-BOX {
	background-image: url(../images_site/contact_box_bg.gif);
	background-repeat: no-repeat;
	height: 255px;
	width: 610px;
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
}
#CONTACT-BOX a {
	background-image: url(../images_site/contact_box_button.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 71px;
	width: 259px;
	position: absolute;
	left: 321px;
	top: 75px;
}
#CONTACT-BOX a:hover {
	background-position: 0px -71px;
}
/*=====================================
業務案内：カテゴリートップ
=====================================*/
#CAT-SERVICE h2 {
	height: 28px;
	width: 397px;
	padding-bottom: 25px;
	background-image: url(../images_site/topleft_service_label.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#CAT-SERVICE .topleft-service {
	float: left;
	height: 97px;
	width: 270px;
	margin-right: 24px;
	margin-bottom: 30px;
	display: inline;
	position: relative;
}
#CAT-SERVICE .topleft-service h3 a {
	height: 21px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 89px;
	top: 0px;
	display: block;
}
#CAT-SERVICE a#TOPSERVICE01 {
	width: 164px;
	background-image: url(../images_site/topleft_service_label_01.gif);
}
#CAT-SERVICE a#TOPSERVICE02 {
	width: 164px;
	background-image: url(../images_site/topleft_service_label_02.gif);
}
#CAT-SERVICE a#TOPSERVICE03 {
	width: 152px;
	background-image: url(../images_site/topleft_service_label_03.gif);
}
#CAT-SERVICE a#TOPSERVICE04 {
	width: 178px;
	background-image: url(../images_site/topleft_service_label_04.gif);
}
#CAT-SERVICE a#TOPSERVICE05 {
	width: 92px;
	background-image: url(../images_site/topleft_service_label_05.gif);
}
#CAT-SERVICE a#TOPSERVICE06 {
	width: 106px;
	background-image: url(../images_site/topleft_service_label_06.gif);
}
#CAT-SERVICE a#TOPSERVICE07 {
	width: 77px;
	background-image: url(../images_site/topleft_service_label_07.gif);
}
#CAT-SERVICE a#TOPSERVICE08 {
	width: 126px;
	background-image: url(../images_site/topleft_service_label_08.gif);
}
#CAT-SERVICE a.topservice-icon {
	position: absolute;
	left: 0px;
	top: 0px;
}
#CAT-SERVICE .topleft-service p {
	width: 180px;
	font-size: 0.8em;
	line-height: 120%;
	background-image: url(../images_site/dot_glay.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	left: 90px;
	top: 30px;
	padding-bottom: 10px;
}
#CAT-SERVICE a.topservice-more {
	position: absolute;
	left: 90px;
	top: 73px;
	background-image: url(../images_site/topleft_service_more.gif);
	text-indent: -9999px;
	height: 24px;
	width: 80px;
}
#CAT-SERVICE a:hover.topservice-more {
	background-position: 0 -24px;
}

