@charset "utf-8";
/*
	Menu
	-----------------------
	1:大外枠
	2:ヘッダ
	3:コンテンツ
	4:フッタ
	5:floatクリア
	-----------------------
*/

/*全htmlのリセット*/
* {
	margin:0;
	padding:0;
	color:#333;
}
img {
	border:none;
}
a {
	text-decoration:none;
}

/*1:大外枠*/
body {
	background:url(../images/bg_body.jpg) repeat-x;
	background-color:#fff;
	padding:20px 0;
}
#body_top {
	background:url(../images/header_image.gif) no-repeat top center;
	height:21px;
	margin:0 auto;
	width:902px;
}
#body_bottom {
	background:url(../images/footer_image.gif) no-repeat top center;
	height:21px;
	margin:0 auto;
	width:902px;
}

#tmp_wrapper {
	border-right:1px solid #5ace34;
	border-left:1px solid #5ace34;
	margin:0 auto;
	width:900px;
}
/*2:ヘッダ*/
/*トップページメインヘッダ画像*/
#tmp_header_top {
	background:url(../images/top_main_image.gif) no-repeat top center;
	height:232px;
	width:900px;
}
/*2ndページヘッダ画像*/
#tmp_header {
	background:url(../images/header_bg.gif) no-repeat top center;
	height:110px;
	width:900px;
}
#tmp_header_top h1,
#tmp_header h1 {
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	padding-left:1em;
	position:relative;
	top:-15px;
	left:0;
}
/*グローバルメニュー*/
#tmp_g-navi {
	height:50px;
	width:900px;
}
#tmp_g-navi ul li {
	list-style-type:none;
}
#tmp_g-navi ul li a {
	display:block;
	float:left;
	text-indent:-9999px;
}
#tmp_g-navi ul li a#g_navi1,
#tmp_g-navi ul li a#g_navi2,
#tmp_g-navi ul li a#g_navi3,
#tmp_g-navi ul li a#g_navi4,
#tmp_g-navi ul li a#g_navi5,
#tmp_g-navi ul li a#g_navi6 {
	background-repeat:no-repeat;
	background-position:top center;
	height:50px;
	width:150px;
}
#tmp_g-navi ul li a#g_navi1 {
	background-image:url(../images/g-navi_01.gif);
}
#tmp_g-navi ul li a#g_navi2 {
	background-image:url(../images/g-navi_02.gif);
}
#tmp_g-navi ul li a#g_navi3 {
	background-image:url(../images/g-navi_03.gif);
}
#tmp_g-navi ul li a#g_navi4 {
	background-image:url(../images/g-navi_04.gif);
}
#tmp_g-navi ul li a#g_navi5 {
	background-image:url(../images/g-navi_05.gif);
}
#tmp_g-navi ul li a#g_navi6 {
	background-image:url(../images/g-navi_06.gif);
}
#tmp_g-navi ul li a#g_navi1:hover,
#tmp_g-navi ul li a#g_navi2:hover,
#tmp_g-navi ul li a#g_navi3:hover,
#tmp_g-navi ul li a#g_navi4:hover,
#tmp_g-navi ul li a#g_navi5:hover,
#tmp_g-navi ul li a#g_navi6:hover {
	background-position:bottom center;
}
/*cssハック開始（IE対応）*/
* html #tmp_g-navi ul li {
	display:inline;
}
*:first-child+html #tmp_g-navi ul li {
	display:inline;
}
/*cssハック終了（IE対応）*/

/*パンくずメニュー*/
p#bread_menu {
	font-size:12px;
	padding:10px 20px 0 20px;
}
p#bread_menu a {
	color:#0000FF;
}
p#bread_menu a:hover {
	color:#aaa;
	text-decoration:underline;
}
/*3:コンテンツ*/
#tmp_contentsarea {
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	width:900px;
}
#tmp_contentsarea {
	padding-top:10px;
}
/*メニュー*/
#tmp_smenu {
	float:left;
	padding-left:20px;
	padding-right:0;
	width:200px;
}

#tmp_smenu .tmp_menu {
	width:200px;
}
#tmp_smenu .tmp_menu h2 {
	height:30px;
	text-indent:-9999px;
	width:200px;
}
#tmp_smenu .tmp_menu p {
	font-size:12px;
	margin-top:12px;
	margin-left:10px;
}
a.side_banner {
	display:block;
	margin-bottom:20px;
}
h2#side_title1 {
	background:url(../images/side_title1.gif) no-repeat;
}
div#side_title1_bottom {
	background:url(../images/side_title1-2.gif) no-repeat;
	height:20px;
	margin-bottom:20px;
	width:200px;
}
#tmp_smenu .tmp_menu ul{
	border-right:1px solid #5ace34;
	border-left:1px solid #5ace34;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:178px;
}
#tmp_smenu .tmp_menu ul li {
	background-image:url(../images/menu_marker.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	border-bottom:1px dotted #aaa;
	font-size:12px;
	padding:10px 0 10px 5px;
	list-style-type:none;
}
/*cssハック開始（IE対応）*/
* html #tmp_smenu .tmp_menu ul li {
	padding:5px 0 5px 5px;
}
*:first-child+html #tmp_smenu .tmp_menu ul li {
	padding:5px 0 5px 5px;
}
/*cssハック終了（IE対応）*/

#tmp_smenu .tmp_menu ul li a {
	color:#0000FF;
	font-weight:bold;
	padding-left:10px;
}
#tmp_smenu .tmp_menu ul li a:hover {
	color:#aaa;
	text-decoration:underline;
}
#side_menu1 li {
	background:none;
}
#side_menu1 li a,
#side_menu1 li span {
	padding-left:10px !important;
}
/*コンテンツ*/
#content_mainbox {
	margin:20px 0;
	width:660px;
}
.content_box_wrapper1 {
	padding-bottom:10px;
	width:660px;
}
.content_box_wrapper1 a {
	display:block;
	float:left;
	margin-left:5px;
}
#tmp_main {
	float:right;
	padding-left:20px;
	width:660px;
}
.tmp_main_cnt p {
	font-size:14px;
	line-height:160%;
	margin-bottom:1em;
	margin-left:20px;
}

/*お問い合わせボタン*/
a#otoiawase_btn1 {
	background:url(../images/otoiawase_btn.gif) no-repeat center top;
	position:relative;
	top:170px;
	left:110px;
	display:block;
	height:39px;
	text-indent:-9999px;
	width:276px;
}
a#otoiawase_btn1:hover {
	background-position:center bottom;
}
/*お知らせ*/
#tmp_main .tmp_main_cnt {
	padding:0;
	width:660px;
}
#tmp_main_cnt_title1 {
	background:url(../images/contents_title1.gif) no-repeat;
	height:30px;
	text-indent:-9999px;
	width:660px;
}
dl.news_box {
	border-bottom:3px dotted #aaa;
	font-size:14px;
	margin-top:20px;
	margin-left:20px;
	width:600px;
}
dl.news_box dt {
	color:#3451ce;
	font-weight:bold;
}
dl.news_box dd {
	line-height:140%;
	padding-bottom:10px;
}
/*下層ページ*/
/*タイトル*/
div.title_base {
	background:url(../images/h2_line.gif) repeat-x left bottom;
	padding-bottom:10px;
	width:640px;
}
div.title_base h2 {
	background:url(../images/h2_marker.gif) no-repeat left center;
	font-size:14px;
	padding-left:30px;
}
h2#second_title_about {
	background:url(../images/title_2nd_about.gif) no-repeat;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:860px;
}
h2#second_title_contact {
	background:url(../images/tite_2nd_contact.gif) no-repeat;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:860px;
}
h2#second_title_company {
	background:url(../images/title_2nd_company.gif) no-repeat;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:860px;
}
h2#second_title_recruit {
	background:url(../images/title_2nd_recruit.gif) no-repeat;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:860px;
}
h2#second_title_sevice {
	background:url(../images/title_2nd_sevice.gif) no-repeat;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	text-indent:-9999px;
	width:860px;
}


/*下層ページ用layout_box*/
dl.layout_box {
	font-size:14px;
	margin-top:20px;
	margin-left:20px;
	width:600px;
}
dl.layout_box dt {
	color:#3451ce;
	font-weight:bold;
	padding-bottom:5px;
}
dl.layout_box dd {
	line-height:140%;
	padding-bottom:10px;
}
/*下層ページ用layout_box2*/
dl.layout_box2 {
	font-size:14px;
	margin-top:20px;
	margin-left:20px;
	width:600px;
}
dl.layout_box2 dt {
	color:#3451ce;
	font-weight:bold;
	padding-bottom:5px;
}
dl.layout_box2 dd {
	line-height:140%;
	padding-bottom:10px;
}
dl.layout_box2 dd p.text_left {
	float:left;
	width:340px;
}
dl.layout_box2 dd .img_right {
	display:block;
	margin-left:360px;
}
/*お問い合わせボックス*/
h3.title_h3_base2 {
	background:url(../images/title_2nd_inqury.gif) no-repeat;
	height:30px;
	margin:20px 0;
	text-indent:-9999px;
	width:640px;
}
div#otoiawase_box {
	margin-left:20px;
	width:600px;
}
div#otoiawase_box p {
	float:left;
	font-size:14px;
	line-height:160%;
	width:330px;
}
a#otoiawase_btn2 {
	background:url(../images/inqury_btn.gif) no-repeat center top;
	display:block;
	height:68px;
	text-indent:-9999px;
	margin-left:350px;
	width:243px;
}
a#otoiawase_btn2:hover {
	background-position:center bottom;
}
a#otoiawase_btn3 {
	background:url(../images/otoiawase_btn2.gif) no-repeat center top;
	display:block;
	height:59px;
	text-indent:-9999px;
	margin-top:15px;
	width:176px;
}
a#otoiawase_btn3:hover {
	background-position:center bottom;
}
a#top_btn {
	background:url(../images/top_btn.gif) no-repeat center top;
	display:block;
	height:36px;
	text-indent:-9999px;
	margin-top:70px;
	margin-left:40px;
	width:201px;
}
a#top_btn:hover {
	background-position:center bottom;
}

/*タイトル2*/
h3.title_h3_base {
	border-bottom:3px dotted #ccc;
	color:#333;
	font-size:14px;
	padding:3px 10px 0 10px;
	margin:20px 0;
	width:640px;
}
h3.title_h3_base3 {
	border-bottom:3px dotted #ccc;
	color:#333;
	font-size:14px;
	padding:3px 10px 0 10px;
	margin:20px 0;
	width:620px;
}

/*会社概要*/
#profile_table {
	border-collapse:collapse;
	font-size:12px;
	margin:10px 0 10px 25px;
	width:90%;
}
#profile_table th {
	background-color:#f0f0f0;
	color:#000;
	padding:10px 5px;
}
#profile_table td {
	padding:10px 5px;
}
div#gmap {
	margin:10px auto;
	width:425px;
}
/*採用情報*/
ul.recruit_box {
	padding:10px 0;
}
ul.recruit_box li {
	font-weight:bold;
	padding-left:30px;
	list-style-type:none;
}
ul.recruit_box li.list01 {
	background:url(../images/recruit_marder1.gif) no-repeat;
}
ul.recruit_box li.list02 {
	background:url(../images/recruit_marder2.gif) no-repeat;
}
ul.recruit_box li.list03 {
	background:url(../images/recruit_marder3.gif) no-repeat;
}
/*SOHOエージェントについて*/
a#kakunin_btn {
	background:url(../images/kakunin_btn.gif) no-repeat center top;
	display:block;
	height:54px;
	text-indent:-9999px;
	margin-left:15px;
	width:244px;
}
a#kakunin_btn:hover {
	background-position:center bottom;
}
div.text_box {
	width:620px;
}
/*サービス*/
a.page_top {
	display:block;
	font-size:12px;
	margin:10px 30px 10px 0;
	text-align:right;
}
a.page_top span {
	background:url(../images/top_maker.gif) no-repeat left center;
	padding-left:15px;
}
/*4:フッタ*/
#tmp_footer {
	background-color:#fff;
	font-size:12px;
}
#tmp_footer p {
	background:url(../images/bg_footer.jpg) repeat-x;
	color:#333;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:20px;
	text-align:right;
}
/*5:floatクリア*/
.tmp_main_cnt:after,
#tmp_header:after,
#tmp_g-navi:after,
#tmp_main-visual:after,
#tmp_contentsarea:after,
#tmp_main .tmp_main_cnt dl:after,
#content_mainbox:after,
.content_box_wrapper1:after,
div#layout_box1:after,
div#layout_box:after,
div#otoiawase_box:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*お問い合わせ*/
form#mailform {
	padding: 5px;
	line-height:180%;
}
#otoiawaseBox {
	margin-left:20px;
}
#otoiawaseText {
	margin-bottom:20px;
}
#otoiawaseText span {
	color:#CC0000;
}
table.mailform {
	width: 90%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: dotted 1px #aaa;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 75%;
	height: 120px;
}
a.top_link {
	background:url(../images/menu_marker.gif) no-repeat left center;
	color:#0000FF;
	font-size:12px;
	text-decoration:underline;
	padding-left:10px;
}
/*etc*/
.mt0 {
	margin-top:0 !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mb10 {
	margin-bottom:10px !important;
}
.ml15 {
	margin-left:15px;
}
.ml30 {
	margin-left:30px;
}
.pt0 {
	padding-top:0 !important;
}
.plr15 {
	padding:0 15px;
}
.pl30 {
	padding-left:30px;
}
.plr20 {
	padding-left:20px !important;
	padding-right:20px !important;
}
.mb200 {
	margin-bottom:200px;
}
.txt_bold {
	font-weight:bold;
}
.txt_bold_red {
	font-weight:bold;
	color:#FF0000;
}
.txt_bold_orange {
	font-weight:bold;
	color:#FF6600;
}

/*error layout*/
.error_img {
	display:block;
	margin:100px auto 30px auto;
}
.error_text {
	text-align:center;
	font-weight:bold;
}
.error_text a {
	color:#0000FF;
	text-decoration:underline;
}
