@charset "EUC-JP";

/*********************************************
**    Copyright (c) 2007 Eye Movic.
**                  All Rights Reserved.
**********************************************/
/*********************************************
**  ■初期化設定
**  ■基本設定
**  └その他
**  ■ヘッダー設定
**  ■フッター設定
**  ■左部設定
**  ■右部設定
**  ■中央設定
**  ■共通設定
**  ├要素関連
**  ├レイアウト関連
**  ├ナビゲーション関連
**  ├画像関連
**  ├テキスト関連
**  ├フォーム関連
**  ├テーブル関連
**  ├注釈関連
**********************************************/
/*++++++++++++++++++++++++++++++++++++++++
         初期化設定
++++++++++++++++++++++++++++++++++++++++*/
* {
	margin				: 0;
	padding				: 0;
	font-size			: small;
	font-family			: "ＭＳ Ｐゴシック", "Osaka−等幅";
	line-height			: 150%;
}

/*++++++++++++++++++++++++++++++++++++++++
         基本設定
++++++++++++++++++++++++++++++++++++++++*/
body {
	background			: url(../blogparts/img_body_bg.gif) repeat 0 0;
	margin				: 0 0 30px 0;
}
#container {
	background			: url(../blogparts/img_container_bg.gif) repeat-y 0 0;
	margin				: 0 auto;
	width				: 804px;
}
img {
	border: 0;
}

/*******************************************
CLEARFIX CLASS
********************************************/
.clearfix:after {
	display					: block;
	clear					: both;
	height					: 0;
	content					: "";
	overflow				: hidden;
}
.clearfix {
	overflow				: hidden;
}
/* FOR MAC IE \*/
* html .clearfix {
	height					: 1%;
	overflow				: visible;
}
.clearfix {
	display					: block;
}
/* END OF FOR MAC IE */
/*-----------------------------
         その他
-----------------------------*/
/*  リンク
-----------------------------*/
a:link {
	color				: #0066ff;
}
a:visited {
}
a:hover {
	color				: #ff900c
}
/* mouseover
--------------------------------------------------*/
a:hover img.over,a:focus img.over {opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;}

/*++++++++++++++++++++++++++++++++++++++++
         ヘッダー設定
++++++++++++++++++++++++++++++++++++++++*/
#header {
	margin				: 0 3px 0 3px;
	border-top			: 4px solid #017b67;
}
	#header img {
		border				: 0;
	}
#header table {
	margin				: 0 0 0 10px;

}
	#header table td {
		padding				: 3px 0 3px 0;
	}
/* ヘッダーロゴ */
#header .header_logo {
	margin				: 5px 0 7px 14px;
}
/* ヘッダー説明 */
#header h1 {
	font-weight			: normal;
	text-align			: right;
	margin				: 3px 0 0 0;
}
/* お問い合わせボタン */
#header p {
	text-align			: right;
	margin				: 20px 0 0 0;
}

/* +++++ ヘッダーイメージ +++++ */
#header_image {
	clear				: both;
	text-align			: center;
	margin				: 0 0 8px 0;
}

/*++++++++++++++++++++++++++++++++++++++++
         フッター設定
++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background			: url(../blogparts/img_footer_bottom.gif) no-repeat 0 bottom;
}
	/* ページトップ */
	.page_top {
		text-align			: right;
		border-bottom		: 4px solid #017b67;
		margin				: 20px 3px 0 3px;
		padding				: 0 15px 7px 0 !important;
	}
		.page_top span {
			background			: url(../blogparts/img_icon_pagetop.gif) no-repeat 0 3px;
			padding				: 0 0 0 13px;
		}
	/* フッターリンク */
	.footer_link {
		padding				: 4px 0 67px 20px;
	}

/* コピーライト */
#footer_copy {
	width				: 800px;
	margin				: 0 auto;
	text-align			: right;
	padding				: 0 15px 0 0;
}
	#footer_copy a {
		text-decoration		: none;
		color				: #000000;
	}
		#footer_copy a:hover {
			text-decoration		: underline;
		}
/*++++++++++++++++++++++++++++++++++++++++
         左部設定
++++++++++++++++++++++++++++++++++++++++*/
#left {
	width				: 195px;
	float				: left;
	margin				: 0 20px 0 17px;
}

/* +++++ コンテンツメニュー +++++ */
.office_content {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.office_content p {
		background			: #007a6a url(../blogparts/img_left_icon_title_green.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}

	/* リンクリスト */
	.office_content li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px 0 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_left_icon_green.gif) no-repeat 5px 3px;
	}
		.office_content li a:hover {
			color				: #ff900c !important;
		}

/* +++++ お知らせ +++++ */
.office_recent_info {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.office_recent_info p {
		background			: #bca570 url(../blogparts/img_icon_title_brown.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}
	/* リンクリスト */
	.office_recent_info li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px -2px 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_icon_brown.gif) no-repeat 5px 3px;
	}
		.office_recent_info li a:hover {
			color				: #ff900c !important;
		}

/* +++++ コンテンツメニュー +++++ */
.contents_asp {
	margin				: 0 0 6px 0;
}

.contents_menu {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.contents_menu p {
		background			: #007a6a url(../blogparts/img_left_icon_title_green.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}
	/* リンクリスト */
	.contents_menu li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px 0 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_left_icon_green.gif) no-repeat 5px 3px;
	}
		.contents_menu li a:hover {
			color				: #ff900c !important;
		}

/* +++++ 事業所メニュー +++++ */
.office_menu {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.office_menu p {
		background			: #0063ce url(../blogparts/img_left_icon_title_blue.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}
	/* リンクリスト */
	.office_menu li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px 0 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_left_icon_blue.gif) no-repeat 5px 3px;
	}
		.office_menu li a:hover {
			color				: #ff900c !important;
		}

/* +++++ バナー +++++ */
.left_link {
	border				: 1px solid #cccccc;
	padding				: 2px;
	margin				: 0 0 6px 0;
}
	.left_link img {
		border				: none;
	}

/* +++++ メルマガ +++++ */
.mail_maga {
	border				: 1px solid #cccccc;
	padding				: 4px;
}
	/* タイトル */
	.mail_maga p {
		color				: #ffffff;
		background			: #b96eb9;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 0 0 3px 0;
	}
	/* テキスト */
	.mail_maga span {
		display				: block;
		font-size			: 90%;
	}
	
	.mail_maga .form_title {
		margin				: 8px 0 0 0;
	}
	
/*++++++++++++++++++++++++++++++++++++++++
         中央設定
++++++++++++++++++++++++++++++++++++++++*/
#center {
	width				: 557px;
	float				: left;
	margin				: 0 15px 0 0;
}

#navi {
	margin				: 0 0 15px 0;
}

/* +++++ スタッフブログ +++++ */
#blog_center {
	width				: 366px;
	float				: left;
	margin				: 0 14px 0 0;
}

/* +++++ 事業所 +++++ */
.office .entry {
	margin				: 0 0 30px 0;
}

.office h3 {
	font-size			: 125%;
	border-bottom		: 1px dotted #999999;
	margin				: 0 0 3px 0;
}

.office ul {
	margin				: 0 0 10px 0;
}
	.office li {
		list-style-type		: none;
		background			: url(../blogparts/img_icon_triangle.gif) no-repeat 0 8px;
		padding				: 0 0 5px 13px;
	}

/*++++++++++++++++++++++++++++++++++++++++
         右部設定
++++++++++++++++++++++++++++++++++++++++*/
#right {
	width				: 175px;
	float				: left;
}

/* +++++ スタッフブログカテゴリー +++++ */
.blog_category {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.blog_category p {
		background			: #bca570 url(../blogparts/img_icon_title_brown.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}
	/* リンクリスト */
	.blog_category li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px 0 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_icon_brown.gif) no-repeat 5px 3px;
	}
		.blog_category li a:hover {
			color				: #ff900c !important;
		}

/* +++++ スタッフ最新エントリー +++++ */
.blog_recent_entry {
	border				: 1px solid #cccccc;
	margin				: 0 0 6px 0;
}
	/* タイトル */
	.blog_recent_entry p {
		background			: #bca570 url(../blogparts/img_icon_title_brown.gif) no-repeat 97% 4px;
		color				: #ffffff;
		font-weight			: bold;
		font-size			: 116%;
		padding				: 3px 0 3px 5px;
		margin				: 3px 3px 0 3px;
	}
	/* リンクリスト */
	.blog_recent_entry li {
		list-style-type		: none;
		border-bottom		: 1px dotted #cccccc;
		margin				: 3px 3px -2px 3px;
		padding				: 3px 0 8px 20px;
		background			: url(../blogparts/img_icon_brown.gif) no-repeat 5px 3px;
	}
		.blog_recent_entry li a:hover {
			color				: #ff900c !important;
		}

/*++++++++++++++++++++++++++++++++++++++++
         共通設定
++++++++++++++++++++++++++++++++++++++++*/
/*-----------------------------
         要素関連 
-----------------------------*/
/*  見出し
-----------------------------*/
h2 {
	border-bottom		: 1px dotted #666666;
	border-left			: 4px solid #007b6a;
	padding				: 2px 0 4px 10px;
	margin				: 0 0 10px 0;
	font-size			: 120%;
	font-weight			: bold;
}
	h2 a {
		font-size			: 100%;
	}
h3 {
	font-size			: 116%;
	font-weight			: bold;
	color				: #007c69;
}

/* 黒・太字・下線 */
.txt_midashi_title {
	font-size			: 125%;
	font-weight			: bold;
	border-bottom		: 1px dotted #999999;
	margin				: 0 0 5px 0 !important;
}

/*-----------------------------
         レイアウト関連 
-----------------------------*/
.flt_left	{ float: left; }
.c_both		{ clear: both; }
.lyt_block	{ display: block; }
.lyt_sps5	{ margin: 0 0 5px 0; }
.lyt_sps10	{ margin: 0 0 10px 0; }
.lyt_sps20	{ margin: 0 0 20px 0; }
.lyt_sps30	{ margin: 0 0 30px 0; }
.lyt_sps40	{ margin: 0 0 30px 0; }
.lyt_sps50	{ margin: 0 0 50px 0; }
.lyt_left	{ text-align: left; }
.lyt_center	{ text-align: center; }
.lyt_right	{ text-align: right; }
.lyt_top	{ vertical-align: top; }
.lyt_middle	{ vertical-align: middle; }
.lyt_bottom	{ vertical-align: bottom; }

/* エントリー項目 */
.entry {
	margin				: 0 0 20px 0;
}
	.entry p {
		margin				: 0 0 15px 0;
	}

/* タイトル部分一覧リンク */
.lyt_entry_all {
	text-align			: right;
	margin				: -30px 0 10px 0 !important;
	position			: relative;
	z-index				: 99;
}

/* 個人情報インラインエリア */
.lyt_policy_area {
	width				: 370px;
	height				: 65px;
	overflow			: auto;
	border				: 1px solid #7f9db9;
	margin				: 5px 0 5px 0;
	padding				: 0 0 0 3px;
	background			: #ffffff;
}

/*-----------------------------
         ナビゲーション関連 
-----------------------------*/
/* 丸矢印 */
.entry_link {
	margin				: 0 0 15px 110px !important;
}

.lst_icon_arrow {
	background			: url(../blogparts/img_icon_arrow.gif) no-repeat 0 2px !important;
	padding				: 0 0 1px 17px;
}

/* リストアイコン */
.lst_icon_triangle li {
	list-style-type		: none;
	background			: url(../blogparts/img_icon_triangle.gif) no-repeat 0 6px;
	padding				: 0 0 5px 13px;
}
/*-----------------------------
         画像関連 
-----------------------------*/
.border_non { border: none; }

/* マップ */
.adr {
	width				: 560px;
	height				: 300px;
	margin				: 0 0 20px 0;
}

/*-----------------------------
         テキスト関連 
-----------------------------*/
.txt_bld	{ font-weight: bold; }
.txt_f10	{ font-size: 78%; }
.txt_f15	{ font-size: 117%; }

/* ページ上部説明テキスト */
.txt_page_description {
	margin				: 0 0 20px 10px;
}

/*-----------------------------
         フォーム関連 
-----------------------------*/
select {
	vertical-align		: middle;
	margin				: 0 5px 0 0;
}
	select option {
		padding				: 0 5px 0 0;
	}

.frm_button {
	height				: 25px;
	padding				: 0 10px 0 10px;
}

html:first-child select {
	padding				: 3px 4px 3px 0;
}
/* IE7 */
*:first-child+html input[type="text"] {
	height				: 18px;
}
/* opera9 */
html:first-child input[type="text"] {


	height				: 18px;
}
/*-----------------------------
         テーブル関連 
-----------------------------*/
.tbl_common {
	border-collapse		: collapse;
}
	.tbl_common th, .tbl_common td {
		border				: 1px solid #676767;
		padding				: 5px 0 5px 7px;
	}
	.tbl_common th {
		width				: 135px;
		text-align			: left;
		background			: #e8e8e8;
	}

.tbl_form {
	border-collapse		: collapse;
	margin				: 0 0 20px 0;
}
	.tbl_form th, .tbl_form td {
		border				: 1px solid #676767;
		padding				: 5px 0 5px 7px;
	}
	.tbl_form th {
		width				: 160px;
		text-align			: left;
		background			: #e8e8e8;
		font-weight			: normal;
	}
		.tbl_form span {
			color				: red;
			font-size			: 85%;
		}
/*-----------------------------
         注釈関連 
-----------------------------*/
.txt_annotation {
	color				: red;
}

/* ++++++++++++++++++++ 各ページデザイン部分設定 ++++++++++++++++++++ */
/* ++++++ トップページ ++++++ */
.lyt_top_description {
	margin				: 10px 0 30px 0;
}
	.lyt_top_description img {
		margin				: 0 0 8px 0;
	}
	.lyt_top_description p {
		margin				: 0 0 20px 0;
	}
/* ネットワーク */
.lyt_top_network {
	background			: url(../blogparts/img_top_map.jpg) no-repeat 45% bottom;
	margin				: 0 0 -40px 0;
	position			: static;
}
/* safari */
html*div .lyt_top_network {
	background-position : 150px 70px;
	padding				: 0 0 70px 0;
	margin				: 0 0 -100px 0;
}
/* end */
	.txt_top_network {
		margin				: 0 15px 0 15px;
	}
.tbl_network {
	margin				: 10px 0 70px 17px;
	width				: 540px;
}
/* IE7 */
*:first-child+html .tbl_network {
	margin				: 10px 0 0px 15px;
}
/* end */
	.tbl_network li {
		list-style-type		: none;
		padding				: 0 0 8px 13px; !important;
	}

/* トピックス */
.lst_recent_topics {
	margin				: 0 0 30px 15px;
}

/*-----------------------------
       読み物シリーズ 
-----------------------------*/
.tbl_read_series {
	margin				: 20px 0 0 0;
}
	.tbl_read_series th {
		width				: 110px;
		vertical-align		: top;
		text-align			: left;
	}
		.tbl_read_series th img {
			margin				: 20px 0 10px 0;
		}
/* タイトル */
.tbl_read_series h3 {
	border-bottom		: 1px dotted #666666;
	color				: #007b6a;
	font-size			: 116%;
	font-weight			: bold;
	padding				: 0 0 0 3px;
}
/* 一覧リンク */
.lyt_top_series_all {
	text-align			: right;
	margin				: -20px 0 10px 0 !important;
	position			: relative;
	z-index				: 99;
}

/* 記事タイトルリスト */
.tbl_read_series ul {
	margin				: 0 0 10px 0;
}
	.tbl_read_series li {
		list-style-type		: none;
		background			: url(../blogparts/img_icon_triangle.gif) no-repeat 0 8px;
		padding				: 0 0 5px 13px;
	}
/* 一覧リンク */
.txt_top_staff {
	margin				: 0 0 10px 3px;
}

/* ++++++ 楽ラクWEB会計 ++++++ */
.tbl_accounting_merit {
	margin				: 0 auto 20px auto;
}
	.tbl_accounting_merit caption {
		text-align			: left;
		color				: #007c69;
		font-size			: 116%;
		font-weight			: bold;
		margin				: -5px 0 5px 30px;
	}
	.tbl_accounting_merit td {
		text-align			: left;
	}
	.tbl_accounting_merit ul {
		border-left			: 1px solid #cccccc;
		border-right		: 1px solid #cccccc;
		padding				: 8px 0 15px 25px;
	}
		.tbl_accounting_merit li {
			font-size			: 85%;
		}

/* ++++++ お客様の声 ++++++ */
.tbl_voice {
	border-collapse		: collapse;
}
	.tbl_voice th, .tbl_voice td {
		padding				: 4px 7px 4px 7px;
		border				: 1px solid #676767;
	}
	.tbl_voice th {
		background			: #e8e8e8;
		text-align			: left;
		font-size			: 116%;
	}

/* ++++++ 法人概要 ++++++ */
/* 名前一覧 */
.lyt_corporate_member {
	border				: 1px solid #cccccc;
	text-align			: center;
	margin				: 0 0 30px 0;
}
	.lyt_corporate_member img {
		margin				: 10px 0 15px 0;
	}
	.lyt_corporate_member table {
		margin				: 0 auto 10px auto;
	}
/* 東京地区 */
.tbl_corporate_tokyo {
	vertical-align		: top;
	background			: url(../blogparts/img_corporate_tokyo.jpg) no-repeat 0 0;
	height				: 93px;
	width				: 116px;
	padding				: 30px 0 0 0;
}
	.tbl_corporate_tokyo li {
		text-align			: left;
		margin				: 0 0 0 25px;
	}
/* 関東地区 */
.tbl_corporate_kanto {
	vertical-align		: top;
	background			: url(../blogparts/img_corporate_kanto.jpg) no-repeat 0 0;
	height				: 93px;
	width				: 116px;
	padding				: 30px 0 0 0;
}
	.tbl_corporate_kanto li {
		text-align			: left;
		margin				: 0 0 0 25px;
	}
/* 甲信越地区 */
.tbl_corporate_koushinetsu {
	vertical-align		: top;
	background			: url(../blogparts/img_corporate_koushinetsu.jpg) no-repeat 0 0;
	height				: 93px;
	width				: 100px;
	padding				: 30px 0 0 0;
}
	.tbl_corporate_koushinetsu li {
		text-align			: left;
		margin				: 0 0 0 25px;
	}
/* 近畿地区 */
.tbl_corporate_kinki {
	vertical-align		: top;
	background			: url(../blogparts/img_corporate_kinki.jpg) no-repeat 0 0;
	height				: 93px;
	width				: 116px;
	padding				: 30px 0 0 0;
}
	.tbl_corporate_kinki li {
		text-align			: left;
		margin				: 0 0 0 25px;
	}
/* 四国地区 */
.tbl_corporate_shikoku {
	vertical-align		: top;
	background			: url(../blogparts/img_corporate_shikoku.jpg) no-repeat 0 0;
	height				: 93px;
	width				: 116px;
	padding				: 30px 0 0 0;
}
	.tbl_corporate_shikoku li {
		text-align			: left;
		margin				: 0 0 0 25px;
	}

.tbl_corporate {
	border-bottom		: 1px dotted #999999;
}

.img_corporate_image {
	border				: 1px solid #676767;
}
	.img_corporate_image img {
		margin				: 4px;
	}
.tbl_corporate p {
	margin				: 0;
}

.tbl_corporate_members {
	width				: 100%;
	border-bottom		: 1px dotted #999999;
}
	.tbl_corporate_members th,
	.tbl_corporate_members td {}
	.tbl_corporate_members th {
		width:50%;
		text-align:left;
		font-weight:normal;
	}
	.tbl_corporate_members td {
		text-align:right;
		padding-right:1em;
	}



/* イメージ画像ボーダー */
.img_corporate_image {
	border				: 1px solid #676767;
}
	.img_corporate_image img {
		margin				: 4px;
	}
.tbl_corporate p {
	margin				: 0;
}
/* ++++++ 取引先の一部 ++++++ */
.txt_customer {
	border-bottom		: 1px dotted #999999;
	margin				: 0 0 4px 0 !important;
	font-weight			: bold;
	font-size			: 116%;
}

/* ++++++ 優和スタッフブログ ++++++ */
.extended {
	text-align			: right;

	padding				: 0 0 5px 0;
	margin				: 0 !important;
}
.posted {
	border-top			: 1px dotted #999999;
	text-align			: right;
	padding				: 3px 0 0 0;
}
.entry-page {
	text-align			: right;
	margin				: 0 0 20px 0;
}

/*-----------------------------
         カレンダー関連 
-----------------------------*/
#calendar {
	margin				: 2px 0 10px 0;
	text-align			: center;
}
#monthlylist {
	margin				: 5px 0 0 0;
	text-align			: center;
}
	#monthlylist select {
		background			: #ffffff;
		color				: #663300;
	}
#calendar table {
	width				: 165px;
	margin				: 0 auto;
	text-align			: center;
}
	#calendar th {
		color				: #333333;
		font-weight			: bold;
	}
		.txt_week_sunday {
			color				: #ff0000;
		}
		.txt_week_saturday {
			color				: #0000ff;
		 }
	#calendar td {
		padding				: 1px 0 2px 0;
		width				: 23px;
		color				: #333333;
		text-align			: center;
	}

#calendar td a:link, #calendar td a:visited {
	color				: #0066ff;
	font-weight			: bold;
}

/* ++++++ 企業経営WEBマガジン ++++++ */
.lyt_magazine {
	margin				: 0 0 20px 10px;
}
	.lyt_magazine p {
		margin				: 7px 0 0 0;
	}

/* ++++++ 実務実例集 ++++++ */
.txt_example_title {
	font-size			: 125%;
	border-bottom		: 1px dotted #999999;
	margin				: 0 0 3px 0;
}

.txt_example_link {
	border-bottom		: 1px dotted #999999;
	padding				: 0 0 8px 0;
	text-align			: right;
}

/* ++++++ リンク集 ++++++ */
.lyt_link  {
	margin				: 0 0 20px 10px;
}
	.lyt_link h3 {
		font-size			: 125%;
		padding				: 0 0 0 5px;
	}

.tbl_link {
	border-collapse		: collapse;
}
	.tbl_link th, .tbl_link td {
		padding				: 8px 5px 8px 5px;
		border				: dotted #999999;
		border-width		: 1px 0 1px 0;
	}
	.tbl_link th {
		width				: 160px;
		font-weight			: normal;
		text-align			: left;
		vertical-align		: top;
	}
.tbl_link p {
	margin				: 0;
}

/* ++++++ サイトマップ ++++++ */
.tbl_sitemap {
	border-collapse		: collapse;
}
	.tbl_sitemap th, .tbl_sitemap td {
		border-top			: 1px dotted #999999;
		border-bottom		: 1px dotted #999999;
		padding				: 18px 0 18px 20px;
	}
	.tbl_sitemap th {
		width				: 205px;
		text-align			: left;
		font-weight			: normal;
		vertical-align		: top;
	}
		.tbl_sitemap a {
			padding-top			: 2px;
		}

/* ++++++ 各事業所 ++++++ */
/* 東京本部 */
.header_tokyo {
	background			: url(../blogparts/img_header_image_tokyo.jpg) no-repeat 0 0;
	width				: 774px;
	height				: 200px;
	margin				: 0 0 8px 15px !important;
	text-align			: left !important;
}
	.header_tokyo h1 {
		padding				: 80px 0 0 23px;
	}
		.header_tokyo h1 a {
			font-size			: 185%;
			font-family			: "ＤＦ平成明朝体W5","ＭＳ 明朝","細明朝",serif;
			font-weight			: bold !important;
			color				: #000000;
			text-decoration		: none;
		}
		.header_tokyo p {
			padding				: 0 0 0 23px;
			width				: 350px;
		}

/* 京都本部 */
.header_kyoto {
	background			: url(../blogparts/img_header_image_kyoto.jpg) no-repeat 0 0;
	width				: 774px;
	height				: 200px;
	margin				: 0 0 8px 15px !important;
	text-align			: left !important;
}
	.header_kyoto h1 {
		padding				: 80px 0 0 23px;
	}
		.header_kyoto h1 a {
			font-size			: 185%;
			font-family			: "ＤＦ平成明朝体W5","ＭＳ 明朝","細明朝",serif;
			font-weight			: bold !important;
			color				: #000000;
			text-decoration		: none;
		}
		.header_kyoto p {
			padding				: 0 0 0 23px;
			width				: 350px;
		}

/* 茨城本部 */
.header_ibaraki {
	background			: url(../blogparts/img_header_image_ibaraki.jpg) no-repeat 0 0;
	width				: 774px;
	height				: 200px;
	margin				: 0 0 8px 15px !important;
	text-align			: left !important;
}
	.header_ibaraki h1 {
		padding				: 80px 0 0 23px;
	}
		.header_ibaraki h1 a {
			font-size			: 185%;
			font-family			: "ＤＦ平成明朝体W5","ＭＳ 明朝","細明朝",serif;
			font-weight			: bold !important;
			color				: #000000;
			text-decoration		: none;
		}
		.header_ibaraki p {
			padding				: 0 0 0 23px;
			width				: 350px;
		}

/* 埼玉本部 */
.header_saitama {
	background			: url(../blogparts/img_header_image_saitama.jpg) no-repeat 0 0;
	width				: 774px;
	height				: 200px;
	margin				: 0 0 8px 15px !important;
	text-align			: left !important;
}
	.header_saitama h1 {
		padding				: 80px 0 0 23px;
	}
		.header_saitama h1 a {
			font-size			: 185%;
			font-family			: "ＤＦ平成明朝体W5","ＭＳ 明朝","細明朝",serif;
			font-weight			: bold !important;
			color				: #000000;
			text-decoration		: none;
		}
		.header_saitama p {
			padding				: 0 0 0 23px;
			width				: 350px;
		}

/* 松山本部 */
.header_matsuyama {
	background			: url(../blogparts/img_header_image_matsuyama.jpg) no-repeat 0 0;
	width				: 774px;
	height				: 200px;
	margin				: 0 0 8px 15px !important;
	text-align			: left !important;
}
	.header_matsuyama h1 {
		padding				: 80px 0 0 23px;
	}
		.header_matsuyama h1 a {
			font-size			: 185%;
			font-family			: "ＤＦ平成明朝体W5","ＭＳ 明朝","細明朝",serif;
			font-weight			: bold !important;
			color				: #000000;
			text-decoration		: none;
		}
		.header_matsuyama p {
			padding				: 0 0 0 23px;
			width				: 350px;
		}

/* 松山本部 */
.asp_area h3.asp_title {
	border-bottom:1px dotted #999999;
	padding-bottom		: 7px;
	margin-bottom		: 20px;
}
.asplogo {
	margin-bottom		: 15px;
	text-align			: center;
}


/* 経営者への活きた言葉 */
.heartfull {
	margin			: 0 10px 5px;
}

/* 10:05 2010/01/26 ADD */
/* ふるさと納税 */

#TaxMessage {
	background		: url(../blogparts/img_tax_message_c.jpg) repeat-y top left;
	margin			: 0 0 30px;
}
		#TaxMessage .Hdr {
			background		: url(../blogparts/img_tax_message_h.jpg) no-repeat top left;
			padding			:  0 0;
		}
		#TaxMessage h2{
			border			: 0;/*基準打ち消し*/
			border-bottom	: 1px solid #cccccc;
			margin			: 0 13px 7px;
			padding			: 8px 0 5px 7px;
		}
	#TaxMessage .MessageText {
		background		: url(../blogparts/img_tax_message_f.jpg) no-repeat bottom left;
		margin			: 0;
		padding			: 0 18px 8px;
	}
		#TaxMessage .MessageText p {
			margin			: 0 0 20px;
		}

#TaxData {
	margin			: 0 0 30px;
}
	#TaxData h2 strong {
		float			: left;
		font-size			: 120%;
	}
	#TaxData h2 span {
		float			: right;
		font-weight		: normal;
	}
	#TaxData ul {
		list-style		: none;
		margin			: 0 0 10px;
	}
		#TaxData ul li {
			background		: url(../blogparts/icon_pdf.jpg) no-repeat 0 0.2em;
			padding			: 0 0 0 25px;
			margin			: 0 10px 10px;
			width			: 230px;
			display			: inline-block;
			vertical-align	: top;
			line-height		: 1.3;
		}
/*IE7 hack*/
*:first-child+html #TaxData ul li {
	margin			: 0 5px 10px;
}

/*End*/

/*IE6 hack*/
* html #TaxData ul li {
	display		: inline;
	zoom		: 1;
}
*+html #TaxData ul li {
	display		: inline;
	zoom		: 1;
}
/*IE6 End*/

#TaxData .PdfAll {
	background		: url(../blogparts/icon_pdf.jpg) no-repeat 0 0.2em;
	padding			: 0 0 0 25px;
	margin			: 0 10px 0;
	}

#TaxBest {
	background			: #F5F3EB;
	margin				: 0 0 15px;
}

#TaxBest h2 {
	border			: 0;/*基準打ち消し*/
	border-bottom	: 1px solid #D9C6A6;
	margin			: 10px 13px;
	padding			: 10px 0 10px;
}

.BestList {
	margin			: 0 13px;
}

.BestList .No1 {
	margin			: 0 0 13px;
}
	.BestList .No1 h3 {
		background		: url(../blogparts/img_tax_best_no1.gif) no-repeat 3px top;
		color			: #000000;
		padding			: 10px 0 10px 100px;
		margin			: 0 0 3px;
		font-size		: 140%;
	}
		.Caption .Left {
			float			: left;
			display			: inline;
			width			: 188px;
			margin			: 0 10px 0 0;
		}
		.Caption .Right {
			float			: left;
			width			: 330px;
		}
			p.SiteLink {
				margin			: 15px 0 0;
				text-align		: right;
			}

.BListIn {
	margin			: 0 0 20px;
}

	.BestList .No2 h3 {
		background		: url(../blogparts/img_tax_best_no2.gif) no-repeat 3px top;
		color			: #000000;
		padding			: 10px 0 6px 85px;
		margin			: 0 0 3px;
		font-size		: 115%;
	}
	.BestList .No3 h3 {
		background		: url(../blogparts/img_tax_best_no3.gif) no-repeat 3px top;
		color			: #000000;
		padding			: 10px 0 6px 85px;
		margin			: 0 0 3px;
		font-size		: 115%;
	}
		.BestList .No2 h3 span, .BestList .No3 h3 span {
			margin			: 0 0 0 30px;
			font-size		: 100%;
		}

.BestList .No2 {
	float			: left;
	display			: inline;
	width			: 260px;
	margin			: 0 10px 0 0;
}
.BestList .No3 {
	float			: left;
	width			: 260px;
}

	.Caption02 .Left{
		float			: left;
		display			: inline;
		width			: 112px;
		margin			: 0 10px 0 0;
	}
	.Caption02 .Right{
		float			: left;
		width			: 130px;
	}

.Caption02 .Right p {
	line-height		: 1.4;
}
	p.SiteLink02 {
		text-align		: right;
		margin			: 5px 0 0;
	}

.Graph {
	padding				: 0 9px 18px 9px;
}


.AspBnr {
	text-align			: center;
	margin				: 0 0 47px;
}