@charset "utf-8";

/* 共通　*/
h2.main_bar {
	width: 549px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 18px;
	padding-left: 10px;
	text-indent: -9999px;
}
.d_color {
	background-color:#EEEEEE;
}
.w150 {
	width: 150px;
}
.pad5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pad10 {
	padding: 10px;
}


/* CSS Document */
.wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	width: 810px;
	height: 481px;
}
.header_logo {
	margin-top: 30px;
	margin-left: 15px;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 594px;
	text-indent:-9999px;
}
/* グローバルナビ */
.gNavi {
	padding-left: 12px;
	width: 810px;
	height: 60px;
	padding-bottom: 12px; /*IE6対応*/
}
.gNavi_margintop {
	margin-top: 318px;
}
.gNavi li {
	float: left;
	padding-left: 3px;
	display:block;
	width: 193px;
	height: 60px;
}
.gNavi a {
	width: 193px;
	height: 60px;
	display:block;
	text-indent:-9999px;
}
.gNavi_01 a {
	background-image: url(../images/gNavi01_off.jpg);
	background-repeat: no-repeat;	
}
.gNavi_02 a {
	background-image: url(../images/gNavi02_off.jpg);
	background-repeat: no-repeat;	
}
.gNavi_03 a {
	background-image: url(../images/gNavi03_off.jpg);
	background-repeat: no-repeat;	
}
.gNavi_04 a {
	background-image: url(../images/gNavi04_off.jpg);
	background-repeat: no-repeat;	
}
.gNavi_01 a:hover {
	background-image: url(../images/gNavi01_on.jpg);
	background-repeat: no-repeat;	
}
.gNavi_02 a:hover {
	background-image: url(../images/gNavi02_on.jpg);
	background-repeat: no-repeat;	
}
.gNavi_03 a:hover {
	background-image: url(../images/gNavi03_on.jpg);
	background-repeat: no-repeat;	
}
.gNavi_04 a:hover {
	background-image: url(../images/gNavi04_on.jpg);
	background-repeat: no-repeat;	
}


/* mainontents */
.contents {
	width: 810px;
	margin-bottom: 25px;
}

/* mainontents@サイドバー */ 
.side_left {
	width: 240px;
	float: left;	
}
.contact {
	width: 220px;
	height: 260px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	margin-top: 18px;
	padding-left: 18px;
	text-indent: -9999px;
}
.banner01 a {	
	background-image: url(../images/banner01_off.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 18px;
	text-indent:-9999px;
	display:block;
	width: 220px;
	height: 80px;
}
.banner01 a:hover {
	background-image: url(../images/banner01_on.jpg);
	background-repeat: no-repeat;
}

/* mainontents@メイン */ 
.main_cont {
	width: 570px;
	float: left;	
}
.bar01 {
	background-image: url(../images/bar1.jpg);
}
.main_txt {
	width: 545px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 180%;
}
.txt_keigu {
	display:block;
	width: 545px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5px;
	text-align: right;
}
.signature {
	background-image: url(../images/signature.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
	text-indent: -9999px;
	height: 23px;
}

/* フッター */
.footer_line {
	background-image: url(../images/footer_line.gif);
	background-repeat: no-repeat;
	height:6px;
}
.footer {
	width: 810px;
	height: 50px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-y;
}

/* footer テキストナビボタン */
.textNav {
	float:left;
	padding-top: 10px;
	padding-left:10px;
	width: 350px;
	height: 50px;
}
.textNav li{
	float:left;
	display: inline;
}
.textNav a {
	display:block;
	padding-left: 10px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
.textNav01 a {
	width: 56px;
	heigh:11px;
	background-image: url(../images/txtNavi01_off.gif);
}
.textNav02 a {
	width: 56px;
	heigh:11px;
	background-image: url(../images/txtNavi02_off.gif);
}
.textNav03 a {
	width: 98px;
	heigh:11px;
	background-image: url(../images/txtNavi03_off.gif);
}
.textNav04 a {
	width: 76px;
	heigh:11px;
	background-image: url(../images/txtNavi04_off.gif);
}
.textcopy {
	float:left;
	display:block;
	width: 322px;
	heigh:11px;
	background-image: url(../images/copyrignt.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 118px;
	text-indent:-9999px;
}


/*　会社概要 -company-　*/
.bar02 {
	background-image: url(../images/bar2.jpg);
}
.bar03 {
	background-image: url(../images/bar3.jpg);
}
.bar10 {
	background-image: url(../images/bar10.jpg);
}
.main_txt li {
	padding-top: 7px;
	padding-left: 6px;
	list-style-position: inside;
	list-style-image: url(../images/icon_kusa.jpg);
}
#tRight {
	text-align: right;
	margin-right: 200px;
}

.map {
	width:510px;
	padding:1px;
	border:#CCCCCC 1px solid;
	margin:10px 0 0 20px;
}

.map_txt {
	text-align:center;
	font-size:12px;
	margin:10px 0;
}

/* 個人情報保護方針 - privacy - */
.bar04 {
	background-image: url(../images/bar4.jpg);
}
h3.prv_title {
	width: 520px;
	font-weight:bold;
	font-size: 14px;
	padding-left: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;	
	border-left-color: #2C7AE6;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 8px;		
}
.prv_list {
	width: 520px;
	padding-left: 30px;
	font-size: 14px;
}
.prv_list_2 {
	width:520px;
	padding-left:20px;
	font-size: 14px;
}
.prv_list li {
	list-style-position: outside;
	list-style-type: decimal;
}

/* お問い合わせフォーム　*/
.header_mail {
	background-image: url(../images/bg_top_mail.jpg);
	background-repeat: no-repeat;
	width: 810px;
	height: 174px;
}
.bar05 {
	background-image: url(../images/bar5.jpg);
}
.gNavi_margintop_mail {
	margin-top: 15px;
}
.font_red {
	font-size:10px;
	color:#FF0000;
}
.table001 {
	margin-bottom:17px;
	width:545px;
	border-collapse:collapse;
}
.table001 th,
.table001 td {
	padding:7px 13px;
	border:1px solid #CCCCCC;
	line-height: 180%;

}
.table001 th {
	background-color:#EDEBE7;
	width:200px;
	font-weight: normal;
	vertical-align:top;
	text-align: left;
}
.btnConfirm {
	margin-right: auto;
	margin-left: auto;
	width: 50px;
}



/* お問い合わせご確認　*/
.bar06 {
	background-image: url(../images/bar6.jpg);
}
ul.listButton {
	margin-left:200px;
}
ul.listButton li {
	float:left;
	margin:0 30px 17px 0;
}

/*送信完了*/
.bar07 {
	background-image: url(../images/bar7.jpg);
}
.to_home {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;	
}

/*業務内容*/
.bar08 {
	background-image: url(../images/bar8.jpg);
}

.bar09 {
	background-image: url(../images/bar9.jpg);
}

.to_home {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;	
}

.red {
	color:#FF0000;
}

.mus_txt {
	padding:20px 15px 10px 20px;
}

.lastlist {
	margin:0 0 50px 0;
}