@charset "utf-8";
/*---base---*/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
	font-size:75%;
	line-height:160%;
	text-align: center;
	color:#666666;
	background:#eeeeee url(../img/bg.gif) repeat-y center top;
}
html {
	overflow-y:scroll;
}

*{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

img{
	border-width: 0px;
	border-style: none;
	vertical-align:bottom;
}

ul {
list-style:none;
}

#apply table, #pay table, #pay2 table, #form table {
	background-color:#cbcbcb;
	width:500px;
}

#apply table caption, #pay table caption, #pay2 table caption, #form table caption{
	display:none;
}

#apply td, #pay td, #pay2 td, #form td{

	font-size:12px;
	text-align:left;
	background-color:#fff;
	padding:5px 0px 5px 15px;
}
#apply th, #pay th, #pay2 th, #form th {
	width:120px;
	background-color: #dfebfa;
	color:#666666;
	font-size:12px;
	text-align:left;
	padding:3px 3px 3px 15px;
}
#form td{
	width:360px;
}
#form th {
	width:140px;
}
#pay td,#pay2 td{
	width:400px;
}
#pay th,#pay2 th {
	width:100px;
}
#apply td {
	width:415px;
}

#apply th{
	width:85px;
} 
#other_company table {
	background-color:#cbcbcb;
	width:500px;
}

#other_company table caption{
	display:none;
}
#other_company td{
	font-size:12px;
	text-align:left;
	background-color:#fff;
	padding:3px 3px 3px 15px;
}
#other_company th {
	background-color: #dfebfa;
	color:#666666;
	font-size:12px;
	text-align:left;
	padding:3px 3px 3px 15px;
}

#wrapper{
	margin:10px auto;
	width:780px;
	text-align:left;
	overflow:hidden;
}

div#header {
	position:relative;
	width:780px;
	height:72px;
	margin:0px auto;
	text-align:left;
}

h2#header_img {
	position:relative;
	width:780px;
	margin:0px auto;
			}
/*---start_header---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#header p.logo {
	position:absolute;
	left:7px;
	top:13px;
	width:497px;
	height:46px;
}

div#header p.logo a{
	display:block;
	width:497px;
	height:50px;
	overflow:hidden;
	z-index: 0;
}

div#header h2 {
	position:absolute;
	left:5px;
	top:0;
	width:500px;
	height:20px;
	line-height:20px;
}
div#header h1.toptitle {
	position:absolute;
	left:5px;
	top:0;
	width:500px;
	height:20px;
	line-height:20px;
	z-index: 1;
}

div#header p#sitemap {
	position:absolute;
	left:535px;
	top:52px;
	width:270px;
	height:20px;
	line-height:20px;
	text-align:right;
	font-size:80%;
}
div#header p#sitemap a{
	background:url(../img/icon01.gif) no-repeat center left;
	margin:0 20px 0 0;
	float:left;
	text-indent:10px;
}
div#header p#banner_01 {
	position:absolute;
	left:568px;
	top:8px;
	width:196px;
	height:45px;
	text-indent:-99999px;
	background-repeat:no-repeat;
	background:url(../img/header_bana.gif)
}
div#header p#banner_01 a{
	width:196px;
	height:45px;
	display:block;
	overflow:hidden
}

/*---end_header---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#main_box{
	display:inline;
	width:770px;
	float:none;
	margin: 0px auto;
}

#main{
	width:520px;
	float:right;
	margin: 0px 0px 0px 20px;
}

a:link,a:visited{
	color:#666666;
	text-decoration:none;
}

a:active,a:hover{
	color:#333333;
	text-decoration:underline;
}
/*---navi---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#navi { float: left; height: auto;}

#navi ul{
	width:220px;
	margin: 0px 0px 0px 5px;
}

#navi .navi01 a{
	display:block;
	width:220px;
	height:32px;
	background:url(../img/list_on.gif) no-repeat left top;
}

#navi_list li{
	width:220px;
	height:32px;
	margin:0px 0px 5px;
}


#navi_list li a{
	display:block;
	width:220px;
	height:32px;
	overflow:hidden;
	background:url(../img/list_over.gif) no-repeat top left;
	text-indent:20px;
	padding:7px 0;
}

#navi_list li a:hover{
	display:block;
	width:220px;
	height:32px;
	overflow:hidden;
	background:url(../img/list_on.gif) no-repeat top left;
}

#navi ul#banner{
	width:220px;
	height:130px;
	float:none;
	margin: 0px 0px 0px 5px;
}


#banner #list_banner01 a{
	display:block;
	background:url(../img/list_banner01.gif) no-repeat top left;
	height:60px;
	width:220px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0px 0px 5px 0px;
}
#banner #list_banner02 a{
	display:block;
	background:url(../img/list_banner02.gif) no-repeat top left;
	height:67px;
	width:220px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0px 0px 5px 0px;
}
/*--page-top---*//*-----------------------------*/
.page_top a{
	background:url(../img/icon_pagetop.gif) no-repeat center left;
	text-indent:15px;
	float:right;
	width:120px;
	display:block;
}
/*--page-top---*//*-----------------------------*/

/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	width:800px;
	text-align:center;
	float:left;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;	
}

#footer dl {
display:inline;
overflow:hidden;
width:780px;
height:15px;
float:left;
margin: 0px 10px 5px;
text-align:center;
}

#footer dl dt,#footer dl dd {
font-size:80%;
}

#footer dl dt {
display:inline;
text-align:right;
}

#footer dl dd {
text-align:left;
text-indent:-9999px;
float:left;
}


address {
	clear:both;
	font-size: 80%;
	font-style: normal;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #008037;	
}

#foot_map{
	margin-top:10px;
	overflow:hidden;
	height:70px;
	}
/*footter_link_color*//*------------------------------------------------------------------------------------------------------------------------*/

#footer dl dt a:link,#footer dl dt a:visited{
color:#333333;
}
#footer dl dt a:active,#footer dl dt a:hover{
color:#999999;
}

address a:link,address a:visited{
color:#333333;
}
address a:active,address a:hover{
color:#999999;
}



/*--top---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*トップページのＣＳＳはここに記述していってください。*/

/*--sitemap---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

dl#sitemap dt {
border-bottom:#008736 solid 1px;
border-left:#008736 solid 5px;
line-height:20px;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
text-indent:8px;
}

dl#sitemap dd {
text-indent: 20px;
margin-bottom:15px;
border-bottom:#008736 dotted 1px;
line-height:20px;
font-size:12px;
}

dl#sitemap dt a:link,dl#sitemap dt a:visited{
color:#FF9933;
text-decoration:none;
}
dl#sitemap dt a:active,dl#sitemap dt a:hover{
color: #CC6699;
text-decoration: none;
}





/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seg01{
	width:500px;
	margin:0px;
	float:left;
	display: inline;
}
.seg02{
	width:500px;
	float:left;
	display: inline;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.seg01_01{
	width:500px;
	margin: 0px;
	float:left;
}
.seg01_02{
	width:246px;
	float:left;
	margin: 10px 0 0 0;
}
.seg01_03{
	width:250px;
	float:left;
	margin: 0 10px 0 0;
}
.seg01_04{
	width:200px;
	float:right;
	margin: 20px 0 0 10px;
}
.seg01_05{
	width:200px;
	float:left;
	margin: 10px 0 0 0;
}
.seg01_06{
	width:290px;
	float:left;
	margin: 10px 0 0 10px;
}
.seg01_07{
	width:500px;
	margin: 0px;
	float:left;
	background-color: #DFEBFA;
	border: 1px solid #CCCCCC;
}
.seg01_02 #banner01 a{
	background:url(../img/top_banner01.jpg) no-repeat top left;
	width:246px;
	height:109px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.seg01_02 #banner02 a{
	background:url(../img/top_banner02.jpg) no-repeat top left;
	width:246px;
	height:109px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.seg01_02 #banner03 a{
	background:url(../img/top_banner03.jpg) no-repeat top left;
	width:246px;
	height:109px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.seg01_02 #banner04 a {
	display:block;
	background:url(../img/top_banner04.jpg) no-repeat top left;
	width:246px;
	height:109px;
	text-indent:-9999px;
}

*html body .seg01_02 #banner04 a { line-height: 0; color: #fff; font-size: 0;}

/*---h2☆title---*//*----------*/
#index .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_01.gif) no-repeat top left;
	text-indent:-9999px;
}
#what .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_02.gif) no-repeat top left;
	text-indent:-9999px;
}
#staff_a .tit_01{
	width:500px;
	height:32px;
		background:url(../img/tit_03.gif) no-repeat top left;
	text-indent:-9999px;
}
#one_day_a .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_03.gif) no-repeat top left;
	text-indent:-9999px;
}
#pay .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_03.gif) no-repeat top left;
	text-indent:-9999px;
}
#staff_s .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_06.gif) no-repeat top left;
	text-indent:-9999px;
}
#one_day_s .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_06.gif) no-repeat top left;
	text-indent:-9999px;
}
#pay2 .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_06.gif) no-repeat top left;
	text-indent:-9999px;
}
#skill .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_08.gif) no-repeat top left;
	text-indent:-9999px;
}
#apply .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_09.gif) no-repeat top left;
	text-indent:-9999px;
}
#voice .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_10.gif) no-repeat top left;
	text-indent:-9999px;
}
#question .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_11.gif) no-repeat top left;
	text-indent:-9999px;
}
#form .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_12.gif) no-repeat top left;
	text-indent:-9999px;
}
#oeder_form .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_06.gif) no-repeat top left;
	text-indent:-9999px;
}
#other_company .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_13.gif) no-repeat top left;
	text-indent:-9999px;
}
#site_map .tit_01{
	width:500px;
	height:32px;
	background:url(../img/tit_14.gif) no-repeat top left;
	text-indent:-9999px;
}
/*---h2☆title---*//*----------*/
#index h3{
	width:500px;
	height:19px;
	background:url(../img/tit_kousini.gif) no-repeat top left;
	text-indent:-9999px;
}
/*#what h3,#staff_a h3,#one_day_a h3,#staff_s h3,
#one_day_s h3 ,#skill h3 ,#apply h3 ,#voice h3 ,#question h3 ,#form h3 ,#oeder_form h3*/


h3{
	width:499px;
	height:24px;
	padding-top:3px;
	background:url(../img/tit_bar.gif) no-repeat top left;
	color:#fff;
	font-weight:bold;
	text-indent:20px;
}
#one_day_a h4{
	width:500px;
	height:32px;
	background:url(../img/tit_s03.gif) no-repeat top left;
	text-indent:-9999px;
}

#pay h4{
	width:500px;
	height:32px;
	background:url(../img/tit_s02.gif) no-repeat top left;
	text-indent:-9999px;
}

#one_day_s h4{
	width:500px;
	height:32px;
	background:url(../img/tit_s01.gif) no-repeat top left;
	text-indent:-9999px;
}

#pay2 h4{
	width:500px;
	height:32px;
	background:url(../img/tit_s02.gif) no-repeat top left;
	text-indent:-9999px;
}

.font_style01{
	color:#ef5032;
	font-weight:bold;
}
.font_style02{
	font-weight:bold;
}
table span{
	color:#FF0000;
}
table span.blue{
	color: #0000FF;
}
.seg02 .font_style03 a{
	font-weight:bold;
	color: #FF6633;
	background:url(../img/icon03.gif) no-repeat center left;
	text-indent:15px;
	display:block;
	text-decoration:underline;
}

.seg02 .font_style03 a:hover{
	text-decoration:none;
}
.font_style04 a{
	color: #FF6633;
	text-decoration:underline;
}
.font_style04 a:hover{
	text-decoration:none;
}
#pay table a,#pay2 table a,#apply table a{
	color: #FF6633;
	text-decoration:underline;
}
#pay table a:hover,#pay2 table a:hover,#apply table a:hover{
	text-decoration:none;
}
.font_style05{
	font-weight:bold;
	color: #FF6633;
	background:url(../img/icon03.gif) no-repeat center left;
	text-indent:15px;
}
strong{
	color: #FF6633;
}
#original{
	color:#FF0000;
	text-align:right;
	font-weight:normal;
	}
dl#kousin{
height:185px;
	padding:10px;
	border: 1px solid #CCCCCC;
}
dl#kousin dt {
font-size:12px;
font-weight:bold;
}

dl#kousin dd {
margin-bottom:10px;
line-height:10px;
font-size:10px;
}

/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.mb10 {
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom:20px;
}
.mb40 {
margin-bottom:40px;
}
.mb60 {
margin-bottom:60px;
}
.pb100 {
padding-bottom:100px;
}
.pb150 {
padding-bottom:150px;
}
.pb300 {
padding-bottom:300px;
}
.pb500 {
padding-bottom:500px;
}
.pt10{
padding-top:10px;
}
.pb10{
padding-bottom:10px;
}
.pb20{
padding-bottom:20px;
}
.mt20{
margin-top:20px;
}
.mt10{
margin-top:10px;
}
.mr8{
margin-right:8px;
}
.ml20{
	margin-left:20px;
	}
.pl20{
	padding-left:20px;
	}
.ali_cen {
text-align:center;
}
.ali_right {
text-align: right;
}
.ali_left {
text-align: left;
}

.fl {
float:left;
}
.fr {
float:right;
}

.clb {
clear:both;
}
.cll {
clear:left;
}
.clr {
clear:right;
}


/*各ページのＣＳＳをページごとに区切って下記に記述していってください*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#skill .seg02 dt,#voice .seg01 dt{
	margin:20px 0 0 0;
	font-weight:bold;
	line-height: 10px;
	color:#EF5032;
}
#one_day_a #main dt,#one_day_s #main dt{
	margin:20px 0 0 0;
	font-weight:bold;
	line-height: 10px;
}
#one_day_a #main dd,#one_day_s #main dd{
	margin:10px 0 0 0;
}
#voice .seg01 dd{
	margin:5px 0 0 20px;
	line-height: 15px;
}
#one_day_a #main dt img,#one_day_s #main dt img
{
	margin-right:10px;
}
#skill .seg02 dd{
	display:block;
	background-color:#F4FFF9;
	padding:10px;
	margin:5px 0 0 0;
	}
#one_day_a #main dl,#one_day_s #main dl{
	margin:0 10px 10px 10px;
}


#question .seg02 dt{
	float:left;
	margin:5px 5px 0px 5px;
	clear:both;
	line-height:6px;
	display:inline;
}
#question .seg02 dd{
	float:left;
	margin:5px 5px 0px 5px;
	width:400px;
	display:inline;
	
	
}

div.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearfix {
  display: inline-block;
}

form { clear: both;}

