/*ブラウザスタイルの初期化*/

* {
margin:0px;
padding:0px;
border:0px;
background-color: transparnet;
color:#000000;
font-size:12px;
font-weight:normal;
font-style:normal;
font-family:"MS P gothic", sans-serif;
line-height:120%;
text-decoration:none;
list-style:none;
}

/*メイン構造*/

#sitecontainer {
	background-image:url("/images/pc/back_base.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

#maincontainer {
	width:908px;
	margin:0px auto;
}

#middlecontainer {
	width:900px;
	margin:10px auto 0px auto;
}

#content {
	width:706px;
	float:right;
	background-color:#FFFFFF;
	border:1px solid #B8B8B8;
}

#content_left {
	width:550px;
	float:left;
	padding:15px 0px;
}

#content_right {
	width:150px;
	float:right;
	text-align:center;
	padding:15px 0px;
	margin-right:6px;
	display:inline;
}

/*ヘッダー*/

#header {
	width:908px;
	height:162px;
	background-image:url("/images/pc/header.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#h1 {
	padding:10px 0px 0px 25px;
	font-size:80%;
	width:526px;
	float:left;
}

h3 {
	width:526px;
	margin:20px auto;
}

#head_link_index {
	padding:10px 0px 0px 25px;
	width:100px;
	float:right;
	text-align:center;
}

.head_link_ul {
	width:908px;
	margin:42px 0px 0px 0px;
}

.head_link_list {
	float:left;
	margin-left:2px;
	display:inline;
}

.head_link_list_1 {
	float:left;
	margin-left:4px;
	display:inline;
}

.home_link {
	text-align: left;
	margin: 0px 0px 10px 13px;
}

/*メニュー*/

#menu {
    width: 180px;
    float: left;
}

.menu_topimage {
	vertical-align:bottom;
}

.li_space {
	margin-bottom: 10px;
}

.menu_jikohasan {
	width:180px;
	height:18px;
	padding-top:8px;
	background-image:url("/images/pc/back_menu_jikohasan.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_nini {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_nini.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_kabarai {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_kabarai.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_kojinsaimu {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_kojinsaimu.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_tokutei {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_tokutei.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_yougo {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_yougo.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}


.menu_iraimae {
	width:180px;
	height:20px;
	padding-top:10px;
	background-image:url("/images/pc/back_menu_iraimae.gif");
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:dotted 1px #000000;
}

.menu_text {
	padding-left:15px;
}

/*メインパーツ_流用OK*/

.topic {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/back_topic.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

.topic3 {
	width:526px;
	margin:0px auto;
}

.topic2 {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/back_topic_yellow.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

.topic_text {
	padding:5px 0px 0px 27px;
	font-weight:bold;
	font-size:14px;
}

#upper {
	width:526px;
	padding-top:15px;
	height:30px;
	margin:0px auto;
	text-align:right;
}

.footer_link {
	height:20px;
	padding-top:15px;
	text-align:center;
}

address {
	width:908px;
	height:54px;
	text-align:center;
	padding-top:20px;
	font-size:90%;
	background-image:url("/images/pc/back_footer.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

/* サブパーツ_流用OK */

.normal_para {
	width:526px;
	margin:10px auto;
	color:#444444;
	line-height:140%;
}

.normal_point {
	width:526px;
	margin:20px auto 10px auto;
	color:#444444;
	line-height:140%;
	font-weight:bold;
}

.normal_point_2 {
	width:526px;
	margin:20px auto 10px auto;
	color:#307C1F;
	line-height:140%;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}

.normal_caution {
	width:526px;
	margin:10px auto;
	color:#444444;
	line-height:140%;
	font-size:90%;
}

.normal_strong {
	color:#ff0000;
}

.area_box {
	width:522px;
	margin:10px auto;
}

.area_list {
	width:82px;
	height:16px;
	text-align:center;
	float:left;
	margin-top:4px;
	margin-right:4px;
	padding-top:1px;
	background-color:#E6E6E6;
	border-right:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
}


/* 一覧ページ */

.office_container {
	width:526px;
	margin:15px auto 0px auto;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom:10px;
}

.office_left {
	width:410px;
	float:left;
}

.office_right {
	width:410px;
	float:right;
}

.office_right_2 {
	width:109px;
	float:right;
}

.office1 {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/back_office1.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

.office2 {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/back_office2.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

.office3 {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/back_office3.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

.office_4 {
	width:420px;
}

.office_text {
	padding:5px 0px 0px 10px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

.office_data {
	width:418px;
	margin:0px auto;
	color:#444444;
	line-height:140%;
}

.office_data_2 {
	width:410px;
	color:#444444;
	line-height:140%;
}

.office_image {
	width:100px;
	float: left;
}

.office_image_2 {
	width:100px;
	margin: 5px 0px 0px 8px;
}

.office_button_1 {
	width:109px;
	float:right;
}

/* ページャ */

.result {
        color:#303030;
        margin:0px 0px 0px 13px;
}

.pager {
        width:400px;
        margin:5px 0px 10px 13px;
}

.pager_1 {
        float:left;
        margin-right:7px;
        padding:2px 6px;
        list-style-type:none;
        color:#ffffff;
        background-color:#303030;
}

.pager_2 {
        float:left;
        margin-right:7px;
        list-style-type:none;
}

.pager_3 {
        float:left;
        margin-top:2px;
        margin-right:6px;
        list-style-type:none;
}

a.page_link:link {
        display:block;
        padding:1px 5px;
        border:solid 1px #303030;
        color:#5f5f5f;
        text-decoration:none;
}

a.page_link:visited {
        display:block;
        padding:1px 5px;
        border:solid 1px #303030;
        color:#5f5f5f;
        text-decoration:none;
}

a.page_link:hover {
        display:block;
        padding:1px 5px;
        background-color:#5f5f5f;
        color:#ffffff;
        text-decoration:none;
}

/* 詳細ページ */

#detail_left {
	width:260px;
	float:left;
}

#detail_right {
	width:250px;
	float:right;
}

.icon_lawer_detail {
	width:540px;
	height:26px;
	margin:5px 0px 0px 0px;
	text-align:right;
}

.icon_lawer_list {
	width:200px;
	height:26px;
	margin:0px 0px 5px 0px;
	text-align:left;
}


.img_office {
	width:260px;
	height:195px;
}

.detail_dl {
	width:250px;
	margin-bottom:5px;
}

.detail_dt {
	padding:3px;
	border-bottom:solid 1px #cccccc;
	font-weight:bold;
}

.detail_dd {
	padding:3px;
}

.detail_map {
	width:425px;
	margin:10px auto;
	text-align:center;
}

/* 読み物コンテンツ */

.guide_box {
	width:522px;
	margin:10px auto;
}

.guide_list {
	width:169px;
	height:30px;
	text-align:center;
	float:left;
	margin-right:4px;
	padding-top:15px;
	background-color:#EEFFEE;
	border-right:1px solid #CCDDCC;
	border-bottom:1px solid #CCDDCC;
}

.jiko_ul {
	width:500px;
	margin:10px auto 0px auto;
}

.jiko_li {
	padding-bottom:4px;
}

.jiko_dl {
	width:500px;
	margin:15px auto;
}

.jiko_dt {
	margin-top:10px;
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
	color:#307C1F;
	font-weight:bold;
}

.jiko_dd {
	padding:4px 0px 0px 15px;
	line-height:140%;
}

.jiko_ya {
	width:500px;
	margin:0px auto;
	font-size:16px;
	font-weight:bold;
}

.jiko_table {
	width:500px;
	margin:10px auto;
}

.jiko_td1 {
	width:60px;
}

/*会社概要*/

#com_table {
	width:500px;
	margin:0px auto;
}

.com_td_left {
	width:100px;
	height:25px;
	padding:3px 0px 3px 3px;
	border-bottom:dotted 1px #999999;
}

.com_td_right {
	width:400px;
	height:25px;
	padding:3px 0px 3px 15px;
	border-bottom:dotted 1px #999999;
}

/*お問い合わせ関係*/


.inquiry_table {
	width:450px;
	margin:10px auto;
	background-color:#757575;
}

.inquiry_td_1 {
	width:150px;
	padding:3px;
	background-color:#E6F598;
	color:#2f2f2f;
}

.inquiry_td_2 {
	padding:5px;
	background-color:#ffffff;
	color:#2f2f2f;
}

.form_box {
	border:1px solid #adadad;
	width:95%;
	padding:3px;
}

.inquiry_btn_box {
	width:520px;
	margin:0px auto;
	text-align:center;
}

.inquiry_btn {
	width:150px;
	margin:10px auto;
	padding:3px;
	background-color:#B3DD3D;
	border-top:2px solid #E6F598;
	border-left:2px solid #E6F598;
	border-bottom:2px solid #307C1F;
	border-right:2px solid #307C1F;
	font-size:14px;
	font-weight:bold;
	color:#2f2f2f;
}

.inquiry_btn2 {
	width:70px;
	margin:10px auto;
	padding:3px;
	background-color:#CCCCCC;
	border-top:2px solid #DDDDDD;
	border-left:2px solid #DDDDDD;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	font-size:14px;
	font-weight:bold;
	color:#2f2f2f;
}

/* リンク系 */

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#ff5a00;
	text-decoration:underline;
}

a:active {
	color:#ff5a00;
	text-decoration:none;
}

a.link_area {
	font-size:80%;
}

a.link_for_index:link {
	color:#0000FF;
	font-size:80%;
	text-decoration:underline;
}

a.link_for_index:visited {
	font-size:80%;
	color:#004C1A;
	text-decoration:underline;
}

a.link_for_index:hover {
	font-size:80%;
	color:#ff5a00;
	text-decoration:underline;
}

a.link_for_index:active {
	font-size:80%;
	color:#ff5a00;
	text-decoration:none;
}

a#link_h2 {
	text-indent:-9999px;
	display: block;
	margin-left:20px;
	width:470px;
	height:50px;
	overflow:hidden;
}

a#link_head_jiko {
	text-indent:-9999px;
	display: block;
	float:left;
	margin:30px 0px 0px 2px;
	width:149px;
	height:50px;
	overflow:hidden;
}

a#link_head_nin {
	text-indent:-9999px;
	display: block;
	float:left;
	margin:30px 0px 0px 0px;
	width:150px;
	height:50px;
	overflow:hidden;
}

a#link_head_kaba {
	text-indent:-9999px;
	display: block;
	float:left;
	margin:30px 0px 0px 0px;
	width:150px;
	height:50px;
	overflow:hidden;
}

a#link_head_kojin {
	text-indent:-9999px;
	display: block;
	float:left;
	margin:30px 0px 0px 0px;
	width:150px;
	height:50px;
	overflow:hidden;
}

a#link_head_toku {
	text-indent:-9999px;
	display: block;
	float:left;
	margin:30px 0px 0px 0px;
	width:150px;
	height:50px;
	overflow:hidden;
}

a#link_head_yougo {
	text-indent:-9999px;
	display: block;
	margin:30px 0px 0px 0px;
	width:150px;
	height:50px;
	overflow:hidden;
}

/*文字装飾*/

.message {
    color: #390;
}

.error_para {
	width:520px;
	margin:10px auto;
	text-align:center;
}

.error {
    color: #FF4444;
    font-weight:bold;
}

.bold {
	font-weight:bold;
}

.home_link_f {
	margin: 10px 0px 0px 16px;
}

/* サイトマップ */

.m_box {
	width:524px;
	background-color:#E6F598;
	margin:10px auto 0px auto;
	border:#397B27 1px solid;
}

.map_table {
	width:516px;
	background-color:#ffffff;
	margin:4px auto;
}

.com_td_left_1 {
	width:100px;
	height:25px;
	padding:3px 0px 3px 15px;
	border-bottom:dotted 1px #999999;
}

.com_td_left_2 {
	width:516px;
	height:25px;
	padding:10px 0px 0px 15px;
}

.com_td_left_3 {
	width:516px;
	height:25px;
	padding:3px 0px 1px 15px;
	border-bottom:solid 2px #a6b8ff;
}

.com_td_left_3_2 {
	width:516px;
	height:25px;
	padding:3px 0px 0px 15px;
	border-bottom:solid 1px #397B27;
}

.com_td_left_3_3 {
	width:516px;
	height:25px;
	padding:15px 0px 1px 15px;
	border-bottom:solid 2px #397B27;
}

.com_td_left_3_4 {
	width:516px;
	height:25px;
	padding:25px 0px 1px 15px;
	border-bottom:solid 2px #397B27;
}

.com_td_left_4 {
	width:100px;
	height:25px;
	padding:3px 0px 3px 15px;
	border-bottom:solid 1px #397B27;
}

.com_td_left_5 {
	width:516px;
	padding:10px 0px 0px 0px;
}

.com_td_right {
	width:400px;
	height:25px;
	padding:3px 0px 3px 0px;
	border-bottom:dotted 1px #999999;
}

.com_td_right_2 {
	width:400px;
	height:25px;
	padding:3px 0px 3px 0px;
	border-bottom:solid 1px #397B27;
}

.map_d_1 {
	width:485px;
	margin:0px auto 20px auto;
}

.map_d_2 {
	width:485px;
	margin:0px auto 0px auto;
}

.map_p_line {
	width:485px;
	padding-bottom:3px;
	border-bottom:solid 1px #397B27;
}

.map_p_2 {
	width:478px;
	margin:3px 0px 0px 12px;
	line-height:170%;
}

.map_p_3 {
	width:478px;
	margin:0px 0px 0px 12px;
}

.map_p_4 {
	width:485px;
	margin:0px 0px 0px 0px;
}

.line_m {
	line-height:170%;
}

/* マップ用 */

.map_box {
	width:526px;
	height:350px;
	margin:10px auto;
	color:#444444;
	line-height:140%;
}


/* 新着情報 */

.new_office_box1 {
	width:526px;
	margin:0px auto 5px auto;
}

.new_office1 {
	width:400px;
	float:left;
}

.new_office2 {
	width:400px;
	float:left;
}

.new_office_left {
	width:110px;
	float:left;
}

.new_topic {
	width:526px;
	height:30px;
	margin:0px auto;
	background-image:url("/images/pc/new_back_topic.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

/* Q&A */

.qabox {
	width:526px;
	margin:15px auto;
}
.nini {
	width:526px;
	margin-bottom:15px;
}
.syakkinicon {
	width:70px;
	float:left;
}
.syakkinmoji {
	width:445px;
	float:right;
}
a.global_menu {
	background-color:#eeeeee;
	display:block;
	width:175px;
	height:20px;
	margin-top:3px;
	margin-bottom:2px;
	padding:5px 0px 0px 5px;
	font-size:12px;
}

a.global_menu:link {
	background-color:#e6e6e6;
	color:#307C1F;
	text-decoration:none;
}

a.global_menu:visited {
	background-color:#c6c7c7;
	color:#307C1F;
	text-decoration:none;
}

a.global_menu:hover {
	background-color:#307C1F;
	color:#ffffff;
	text-decoration:none;
}

a.global_menu2 {
	background-color:#E6F598;
	display:block;
	width:175px;
	height:20px;
	margin-top:3px;
	margin-bottom:2px;
	padding:5px 0px 0px 5px;
	font-size:12px;
}

a.global_menu2:link {
	background-color:#E6F598;
	color:#307C1F;
	text-decoration:none;
}

a.global_menu2:visited {
	background-color:#a9d06a;
	color:#307C1F;
	text-decoration:none;
}

a.global_menu2:hover {
	background-color:#307C1F;
	color:#ffffff;
	text-decoration:none;}
}
