@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

*,body,div,dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,
button,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
.clearfix:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
*html .clearfix{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img{
	margin:0;
	padding:0;
	border:none;
}
*{
	font-size:100%;
}
html,body{
	font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", "Geneva", "Arial", "Verdana", "sans-serif","メイリオ";
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/
/*bodyスタイル*/
body{
	font-size:82%;
	line-height: 1.3em;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
/*containerスタイル*/
div#container{
	width:856px;
	height:auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	padding:0;
	margin:0 auto;
}

a:link {
	color:#FF6600;
	text-decoration: none;
}

a:visited {
	color:#FF6600;
	text-decoration: none;
}

a:hover {
	color:#FFCC77;
	text-decoration: none;
}

a:active {
	color:#FFCC77;
	text-decoration: none;
}
/*headerスタイル*/
div#header{
	width:856px;
	height:auto;
	padding:0;
	margin:0 auto;
}
/*ロゴ
---------------*/
div#logo,
div#logo h1,
div#logo h1 a{
	text-indent:-9999px;
	display:block;
	width:221px;
	height:147px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image:url(images/header_left.jpg);
	float:left;
	display:inline;
}
div#header_etc{
	float:right;
}
/*globalスタイル*/
ul#global{
	width:856px;
	height:48px;
	clear:both;
	margin:0;
	padding:0;
}
ul#global li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
ul#global li#navi01,
ul#global li#navi01 a{
	background-image: url(images/g_navi_01.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 113px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi01 a:hover{
	background-image: url(images/g_navi_01_on.jpg);
	background-repeat: no-repeat;	
}

ul#global li#navi02,
ul#global li#navi02 a{
	background-image: url(images/g_navi_02.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 152px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi02 a:hover{
	background-image: url(images/g_navi_02_on.jpg);
	background-repeat: no-repeat;	
}
ul#global li#navi03,
ul#global li#navi03 a{
	background-image: url(images/g_navi_03.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 182px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi03 a:hover{
	background-image: url(images/g_navi_03_on.jpg);
	background-repeat: no-repeat;	
}
ul#global li#navi04,
ul#global li#navi04 a{
	background-image: url(images/g_navi_04.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 227px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi04 a:hover{
	background-image: url(images/g_navi_04_on.jpg);
	background-repeat: no-repeat;	
}
ul#global li#navi05,
ul#global li#navi05 a{
	background-image: url(images/g_navi_05.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 107px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi05 a:hover{
	background-image: url(images/g_navi_05_on.jpg);
	background-repeat: no-repeat;	
}
ul#global li#navi06,
ul#global li#navi06 a{
	background-image: url(images/g_navi_06.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 75px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul#global li#navi06 a:hover{
	background-image: url(images/g_navi_06_on.jpg);
	background-repeat: no-repeat;	
}
/*main スタイル*/
div#main{
	width:856px;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:0 0 30px 0;
}
/*sub_page スタイル*/
div#sub_page{
	width: 780px;
	margin:0 auto;
	padding:10px 0;
}
/*footer スタイル*/
div#footer{
	height:20px;
	clear:both;
	margin:0 auto;
	padding:0;
}
div#footer div#footer_menu ul {
	list-style-type:none;
	text-align:center;
	padding:0;
}
div#footer div#footer_menu ul li {
	display:inline;
	font-size:86%;
}
div#footer div#footer_menu ul li a {
	white-space:nowrap;
	color: #666;
}
div#footer div#footer_menu ul li a:hover{
	color:#FFCC77;
	text-decoration: none;
}
address{
	font-style:normal;
	font-size:90%;
	text-align:center;
	padding:0;
	margin:0;
	line-height:1.5em;
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*各ページタイトル　スタイル*/
/*h2タイトル
--------------*/
h2#company,
h2#users,
h2#opening,
h2#contact,
h2#link{
	width:815px;
	height:77px;
	text-indent:-9999px;
	margin:0 auto 20px auto;
	padding:0;
}
h2#company{
	background-image: url(images/h2_company.jpg);
	background-repeat: no-repeat;
}
h2#users{
	background-image: url(images/h2_users.jpg);
	background-repeat: no-repeat;
}
h2#opening{
	background-image: url(images/h2_opening.jpg);
	background-repeat: no-repeat;
}
h2#contact{
	background-image: url(images/h2_contact.jpg);
	background-repeat: no-repeat;
}
h2#link{
	background-image: url(images/h2_link.jpg);
	background-repeat: no-repeat;
}
/*h3タイトル
--------------*/
h3.bg_blue{
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 680px;
	margin:0 auto 20px auto;
	text-indent:15px;
	line-height:2.2em;
}
/*テキストエリア
--------------*/
p.text_area{
	width:780px;
	margin:0 auto;
	padding:0;
}
p.text_area02{
	width:750px;
	margin:0 auto;
	padding:0;
}
p.text_area03{
	width:680px;
	margin:0 auto 20px auto;
	padding:0;
}
/*問い合わせバナー
--------------*/
p#banner02{
	background-image: url(images/users_banner02.jpg);
	background-repeat: no-repeat;
	width:680px;
	height:134px;
	text-indent:-9999px;
	margin:0 auto 40px auto;
}
/*リンクバナー
--------------*/
ul#link{
	width:815px;
	clear:both;
	margin:0 auto;
	list-style-type:none;
	padding:50px 0;
}
ul#link li,
ul#link li a{
	display:inline;
	float:left;
	height:63px;
	width:407px;
	height:63px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
ul#link li#left_banner,
ul#link li#left_banner a{
	background-image: url(images/link_banner_left.jpg);
	background-repeat: no-repeat;
}
ul#link li#left_banner a:hover{
	background-image: url(images/link_banner_left_on.jpg);
	background-repeat: no-repeat;	
}
ul#link li#right_banner,
ul#link li#right_banner a{
	background-image: url(images/link_banner_right.jpg);
	background-repeat: no-repeat;
}
ul#link li#right_banner a:hover{
	background-image: url(images/link_banner_right_on.jpg);
	background-repeat: no-repeat;
}
/*-----------------
---------------------------------------------------
(index.html)
(トップページ)
--------------------------------------------------------------------*/
p#index_img{
	background-image: url(images/index_main_img.jpg);
	background-repeat: no-repeat;
	height: 247px;
	width: 856px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
div#index{
	width: 840px;
	margin:10px auto 0 auto;
	padding:0;
}
div#box01{
	background-image: url(images/index_box01_bg.jpg);
	background-repeat: no-repeat;
	width: 482px;
	height:200px;
	margin:0;
	padding:60px 0 0 20px;
	float:left;
}
p#box01_text{
	width: 320px;
	padding:0;
	margin-bottom:5px;
	line-height:1.4em;
}
p#box01_btn,
p#box01_btn a{
	background-image: url(images/index_box01_btn.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 281px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}
p#box01_btn a:hover{
	background-image: url(images/index_box01_btn_on.jpg);
	background-repeat: no-repeat;
}
/*新着情報スタイル*/
div#news{
	width:330px;
	margin-top:15px;
	float:right;
}
dl#news_text{
	width:320px;
	height:190px;
	margin:20px 0 0 5px;
	overflow:auto;
}
dt.style1{
	color:#FF6600;
	padding:5px 0 0 10px;
	margin:0;
}
dd.line{
	border-bottom:solid 1px #D4D4D4; 
	padding:0 10px 5px 10px;
	margin:0;
}
dd.line a{
	color: #333;
}
dd.line a:hover{
	color: #FFCC77;
}
div#box02{
	width:415px;
	height:auto;
	clear:both;
	background-image: url(images/index_box02_bg.jpg);
	background-repeat: repeat-y;
	float:left;
}
h2#goriyou,
h2#goriyou a{
	background-image: url(images/index_box02_head.jpg);
	background-repeat: no-repeat;
	width:415px;
	height:70px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
h2#goriyou a:hover{
	background-image: url(images/index_box02_head_on.jpg);
	background-repeat: no-repeat;
}
p#box2_text{
	height:auto;
	padding:0 15px 0 20px;
	line-height:1.3em;
	background-image: url(images/index_box02_bgil.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
p#goriyou_btn,
p#goriyou_btn a{
	background-image: url(images/index_box02_foot.jpg);
	background-repeat: no-repeat;
	width:415px;
	height:68px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
p#goriyou_btn a:hover{
	background-image: url(images/index_box02_foot_on.jpg);
	background-repeat: no-repeat;
}
div#box03{
	width:415px;
	height:auto;
	background-image: url(images/index_box03_bg.jpg);
	background-repeat: repeat-y;
	float:right;
}
h2#kaigyo,
h2#kaigyo a{
	background-image: url(images/index_box03_head.jpg);
	background-repeat: no-repeat;
	width:415px;
	height:70px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
h2#kaigyo a:hover{
	background-image: url(images/index_box03_head_on.jpg);
	background-repeat: no-repeat;
}
p#box3_text{
	height:auto;
	padding:0 15px 0 20px;
	line-height:1.3em;
	background-image: url(images/index_box03_bgil.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
p#kaigyo_btn,
p#kaigyo_btn a{
	background-image: url(images/index_box03_foot.jpg);
	background-repeat: no-repeat;
	width:415px;
	height:68px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
p#kaigyo_btn a:hover{
	background-image: url(images/index_box03_foot_on.jpg);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------------
(company.html)
(協会概要＆事業内容)
--------------------------------------------------------------------*/
dl#text_area{
	width:780px;
	margin:0 auto;
	padding-bottom:50px;
}

dl#text_area dt{
	color:#FF6600;
	font-weight:bold;
	margin:30px 0 10px 0;
	font-size:115%;
}
p#left_title{
	background-image: url(images/company_img.jpg);
	background-repeat: no-repeat;
	height: 670px;
	width: 260px;	
	text-indent:-9999px;
	float:left;
}
table.company{
	width:510px;
	float:right;
	border-collapse:collapse;
	line-height:1.85em;
	margin-top:20px;
}
table.company tr th{
	width:150px;
	text-align:left;
	padding:5px 0 0 30px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
table.company tr td{
	text-align:left;
	padding:5px 0 0 15px;
	border-bottom: 1px solid #CCC;
}
table.company tr td span{
	color:#F00;
	font-size:85%;
}
/*--------------------------------------------------------------------
(ursers.html)
(介護タクシーご利用の方)
--------------------------------------------------------------------*/
h3#when,
h3#howto,
h3#howmach{
	width:780px;
	height:55px;
	text-indent:-9999px;
	margin:60px auto 30px auto;
	padding:0;
}
h3#when{
	background-image: url(images/h3_when.jpg);
	background-repeat: no-repeat;
}
h3#howto{
	background-image: url(images/h3_howto.jpg);
	background-repeat: no-repeat;
}
h3#howmach{
	background-image: url(images/h3_howmach.jpg);
	background-repeat: no-repeat;
}
p#main_img{
	background-image: url(images/users_main_img.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:580px;
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
}
p#banner01{
	background-image: url(images/users_banner01.jpg);
	background-repeat: no-repeat;
	width:750px;
	height:125px;
	text-indent:-9999px;
	margin:0 auto 40px auto;
}
ul.userspage{
	margin:20px 0 20px 50px;
	list-style-type:none;
	line-height:1.8em;
}
div#users_table{
	width:750px;
	margin:0 auto;
}
table.users_box1{
	width:365px;
	border-collapse:collapse;
	line-height:1.85em;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}
table.users_box2{
	width:365px;
	border-collapse:collapse;
	line-height:1.85em;
	margin:20px 0 0 0;
	padding:0;
	float:right;
}
table tr td.title{
	color:#FFF;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	background-color: #4E7194;
	padding:10px;
}
table.users_box1 tr th,
table.users_box2 tr th{
	width:130px;
	padding:10px;
	text-align:left;
	border-bottom: 1px solid #3E7CA6;
	border-right: 1px solid #FFF;
	background-color: #EAEFF4;
}
table tr td.right{
	padding:10px;
	text-align:left;
	border-bottom: 1px solid #3E7CA6;
}
table.users_box1 tr td span,
table.users_box2 tr td span{
	color: #F00;
}
/*--------------------------------------------------------------------
(opening.html)
(介護タクシーで開業されたい方)
--------------------------------------------------------------------*/
p#opening_img{
	background-image: url(images/opening_img01.jpg);
	background-repeat: no-repeat;
	width:276px;
	height:147px;
	float:right;
	text-indent:-9999px;
	margin-left:20px;
	padding:0;
}
div#link_banner{
	width:780px;
	margin:0 auto;
	clear:both;
}
ul#link_left{
	list-style-type:none;
	float:left;
}
ul#link_right{
	list-style-type:none;
	float:right;
}
ul li#what,
ul li#what a{
	background-image: url(images/opening_link_bn01.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#what a:hover{
	background-image: url(images/opening_link_bn01_on.jpg);
	background-repeat: no-repeat;
}
ul li#why,
ul li#why a{
	background-image: url(images/opening_link_bn02.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#why a:hover{
	background-image: url(images/opening_link_bn02_on.jpg);
	background-repeat: no-repeat;
}
ul li#howmach,
ul li#howmach a{
	background-image: url(images/opening_link_bn03.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#howmach a:hover{
	background-image: url(images/opening_link_bn03_on.jpg);
	background-repeat: no-repeat;
}
ul li#condition,
ul li#condition a{
	background-image: url(images/opening_link_bn04.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#condition a:hover{
	background-image: url(images/opening_link_bn04_on.jpg);
	background-repeat: no-repeat;
}
ul li#income,
ul li#income a{
	background-image: url(images/opening_link_bn05.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#income a:hover{
	background-image: url(images/opening_link_bn05_on.jpg);
	background-repeat: no-repeat;
}
ul li#support,
ul li#support a{
	background-image: url(images/opening_link_bn06.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 384px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0;
}
ul li#support a:hover{
	background-image: url(images/opening_link_bn06_on.jpg);
	background-repeat: no-repeat;
}
p#contact_banner,
p#contact_banner a{
	clear:both;
	background-image: url(images/opening_contactbanner.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 563px;
	margin:0 auto;
	padding:0;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
p#contact_banner a:hover{
	background-image: url(images/opening_contactbanner_on.jpg);
	background-repeat: no-repeat;
}
h3#op_what,
h3#op_why,
h3#op_howmach,
h3#op_condition,
h3#op_income,
h3#op_support{
	width:780px;
	height:48px;
	text-indent:-9999px;
	margin:60px auto 30px auto;
	padding:0;
	clear:both;
}
h3#op_what{
	background-image: url(images/opening_link_title01.jpg);
	background-repeat: no-repeat;
}
h3#op_why{
	background-image: url(images/opening_link_title02.jpg);
	background-repeat: no-repeat;
}
h3#op_howmach{
	background-image: url(images/opening_link_title03.jpg);
	background-repeat: no-repeat;
}
h3#op_condition{
	background-image: url(images/opening_link_title04.jpg);
	background-repeat: no-repeat;
}
h3#op_income{
	background-image: url(images/opening_link_title05.jpg);
	background-repeat: no-repeat;
}
h3#op_support{
	background-image: url(images/opening_link_title06.jpg);
	background-repeat: no-repeat;
}
div#link02_bg{
	background-image: url(images/opening_link02_bg.jpg);
	background-repeat: repeat-y;
	width:715px;
	margin:10px auto;
}
div#link02_footbg{
	background-image: url(images/opening_link02_footbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:714px;
}
div#link02_headbg{
	background-image: url(images/opening_link02_headbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:714px;
}
dl#area{
	width:640px;
	margin:0 auto;
	padding:15px 0 15px 0;
}
dl#area dd{
	margin:0 0 20px 35px;
}
p#hiyou{
	width:600px;
	margin:0 auto 5px auto;
	color:#F00;
}
table.hiyou{
	width:600px;
	margin:0 auto;
}
table.hiyou tr th{
	font-weight:normal;
	padding:5px;
	border: 1px solid #3E7CA6;
	background-color:#EBEBEB;
}
table.hiyou tr td.h_left{
	width:100px;
	padding:10px;
	text-align:center;
	border: 1px solid #3E7CA6;
	background-color:#EAEFF4;
}
table.hiyou tr td.h_center{
	padding:10px;
	border: 1px solid #3E7CA6;
}
table.hiyou tr td.h_right{
	width:150px;
	text-align:center;
	padding:10px;
	border: 1px solid #3E7CA6;
}
div.link04{
	width:720px;
	margin:0 auto;
	padding:50px 0 100px 0;
	clear:both;
}
h4{
	width:198px;
	float:left;
}
dl.link04{
	width:480px;
	float:left;
	margin-left:30px;
	line-height:1.5em;
}
p.area_img{
	width:710px;
	margin:40px auto 40px auto;
}
p.tophe{
	margin:0 auto;
	font-size:86%;
	background-image: url(images/top_list.jpg);
	background-repeat: no-repeat;
	clear:both;
	float:right;
	margin:30px 40px 20px 0;
	padding-left:20px;
}
/*--------------------------------------------------------------------
(contact.html)
(お問い合わせ)
--------------------------------------------------------------------*/

/*************************************************
【忍者式メールフォーム自作CSS】
*************************************************/
/*メールフォーム全体を囲っているタグのid*/
#default_main_top {
	width:680px;
	background-color:#EAEFF4;
	margin:0 auto;
	border: 1px solid #3E7CA6;
	padding-top:20px;
}
/*『name』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .name_top {
	padding:10px 0 0 50px;
}
/*『name』パーツの表示名を囲っているタグのclass（[ お名前 ]の部分）*/
#default_main_top .name_left{
	float:left;
	margin:0 100px 0 0;
}
/*『name』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .name_parts {
	width:250px;
	height:20px;
}
/*『pref』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .pref_top {
	padding:10px 0 0 50px;
}
/*『pref』パーツの表示名を囲っているタグのclass（[ 都道府県 ]の部分）*/
#default_main_top .pref_left{
	float:left;
	margin:0 93px 0 0;
}
/*『pref』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .pref_parts {
	width:100px;
	height:20px;
}
/*『address』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .address_top {
	padding:10px 0 0 50px;
}
/*『address』パーツの表示名を囲っているタグのclass（[ ご住所 ]の部分）*/
#default_main_top .address_left{
	float:left;
	margin:0 107px 0 0;
}
/*『address』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .address_parts {
	width:300px;
	height:20px;
}
/*『tel』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .tel_top {
	padding:10px 0 0 50px;
}
/*『tel』パーツの表示名を囲っているタグのclass（[ お電話番号 ]の部分）*/
#default_main_top .tel_left{
	float:left;
	margin:0 80px 0 0;
}
/*『tel』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .tel_parts {
	width:150px;
	height:20px;
}
/*『mail』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .mail_top {
	padding:10px 0 0 50px;
}
/*『mail』パーツの表示名を囲っているタグのclass（[ メールアドレス ]の部分）*/
#default_main_top .mail_left{
	float:left;
	margin:0 60px 0 0;
}
/*『mail』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .mail_parts {
	width:300px;
	height:20px;
}
/*『textarea』パーツの表示名と入力項目を囲っているタグのclass*/
#default_main_top .textarea_top {
	padding:10px 0 0 50px;
}
/*『textarea』パーツの表示名を囲っているタグのclass（[ お問い合わせ内容 ]の部分）*/
#default_main_top .textarea_left{
	float:left;
	margin:0 37px 0 0;
}
/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#default_main_top .textarea_parts {
	width:420px;
	height:150px
}
/*メールフォームの送信ボタンを囲っているタグのclass*/
#default_main_top .submit {
	margin:20px 0 0 290px;
}
/*メールフォームの送信ボタンのclass*/
#default_main_top .submit_button {
	width:100px;
}
/*エラーメッセージのリトライボタンを囲っているタグのclass*/
#default_main_top .error_submit {
	margin:20px 0 0 290px;
}
/*エラーメッセージのリトライボタンのclass*/
#default_main_top .error_submit_button {
	width:100px;
}
/*送信完了メッセージの戻るボタンを囲っているタグのclass*/
#default_main_top .result_submit {
	margin:20px 0 0 290px;
}
/*送信完了メッセージの戻るボタンのclass*/
#default_main_top .result_submit_button {
	width:100px;
}
/*--------------------------------------------------------------------
(link.html)
(リンク)
--------------------------------------------------------------------*/
ol{
	width:680px;
	margin:10px auto 20px auto;
	padding-left:40px;
}
table.linksyu{
	width:520px;
	border-collapse:collapse;
	margin:0 auto 30px auto;
	border: 1px solid #3E7CA6;
}
table.linksyu tr th{
	width:150px;
	text-align:left;
	border-bottom: 1px solid #3E7CA6;
	border-right: 1px solid #3E7CA6;
	padding:10px;
	background-color: #EAEFF4;
	vertical-align: top;
}
table.linksyu tr td{
	text-align:left;
	border-bottom: 1px solid #3E7CA6;
	padding:10px;
}
dl#link_site{
	width:650px;
	padding:0 40px;
	margin:0 auto 40px auto;
}
dl#link_site dt {
	background-image: url(images/link_btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent:25px;
	font-weight: bold;
}
dl#link_site dt a{
	color: #003464;
}
dl#link_site dt a:hover{
	color:#FFCC77;
}
dl#link_site dd{
	margin:5px 0 10px 25px;
}
