@charset "UTF-8";

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family:sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #0000FF; }
a:active { color: #000000; }
p  { line-height: 140%; }

strong {
	font-weight: normal;
	text-decoration: none;
}

#container {
	width: 800px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*head*/
#header {
	padding: 0;
	background-color: #FFFFFF;
	height: 60px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#headerleft {
	padding: 0;  
	background-color: #FFFFFF;
	width: 400px;
	float: left;
	background-image: url(../images/logo01.gif);
	background-repeat: no-repeat;
	height: 59px;
	background-position: left bottom;
}
#headerleft p {
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#headerright {
	background-color: #FFFFFF;
	height: 60px;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	background-image: url(../images/logo02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -2000px;
}
/*head end*/

/*mainimg*/
#mainimg {
	padding: 0;
	background-color: #FFFFFF;
	height: 200px;
	width: 800px;
	background-image: url(../images/main_img01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#mainimg h1{
	margin: 0px;
	padding: 0px;
	text-indent: -2000px;
}
#mainimg_gaiyo
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../gaiyo/images/main_img_gaiyo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_eigyo
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../eigyo/images/main_img_eigyo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_info
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../info/images/main_img_info.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_links
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../links/images/main_img_links.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_support
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../support/images/main_img_support.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_privacy
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../privacy/images/main_img_privacy.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#mainimg_job
 {
	padding: 0;
	background-color: #FFFFFF;
	height: 100px;
	width: 800px;
	clear: left;
	margin: 0px;
	background-image: url(../job/images/main_img_job.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
/*mainimg end*/

/*メインナビゲーション*/
#mainnavi {
	padding: 0;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainnavi ul {
	padding: 0px;
	margin: 0px;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3399FF;
}
#mainnavi li {
	float: left;
	list-style-type: none;
}
#mainnavi li a {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 129px;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #3399FF;
}
#mainnavi li a:link { background-image: url(../images/navi_back.gif); }
#mainnavi li a:visited { background-image: url(../images/navi_back.gif); }
#mainnavi li a:hover {
	color: #0000FF;
	display: block;
	background-image: url(../images/navi_back_ov.gif);
	background-repeat: repeat-x;
}
#mainnavi li a:active { background-image: url(../images/navi_back.gif); }
#mainnavi li.focus {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 128px;
	background-image: url(../images/navi_back_ov.gif);
	border-bottom-color: #3399FF;
}
#mainnavi            li.focus03  a    { width: 128px; }
#mainnavi li.focustop {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 128px;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #3399FF;
}
/*メインナビゲーション　end*/
/*サブナビゲーション*/
#subnavi {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 15px;
	color: #999999;
	line-height: 100%;
}
#subnavi p {
	margin: 0px;
	font-size: x-small;
	line-height: 100%;
	padding: 0px;
}
/*コンテンツ*/
#content {
	clear: both;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/home_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentgaiyo {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/gaiyo_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_info
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/info_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_eigyo
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/eigyo_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_links
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/links_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_support
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/support_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_job
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/job_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_privacy
 {
	clear: both;
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/privacy_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#subcontent {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subcontent02
 {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subcontent02 ul
 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subcontent02  li
 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 000px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: small;
}
#subcontent03
 {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navi_eigyo
 {
	margin: 0px;
	padding-bottom: 0px;
}
#navi_eigyo    ul {
	padding: 0px;
	margin: 0px;
}
#navi_eigyo    li {
	float: left;
	list-style-type: none;
}
#navi_eigyo    li    a {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	margin: 0px;
	font-size: x-small;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 210px;
	background-image: url(../images/navi_eigyo_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #996633;
}
#navi_eigyo    li    a:link { background-image: url(../images/navi_eigyo_back.gif); }
#navi_eigyo    li    a:visited { background-image: url(../images/navi_eigyo_back.gif); }
#navi_eigyo    li    a:hover {
	color: #996633;
	display: block;
	background-image: url(../images/navi_eigyo_back_ov.gif);
	background-repeat: repeat-x;
}
#navi_eigyo    li    a:active { background-image: url(../images/navi_eigyo_back.gif); }
#navi_eigyo    li.focus {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	font-size: x-small;
	line-height: 100%;
	display: block;
	color: #996633;
	letter-spacing: 0em;
	text-align: center;
	width: 210px;
	background-image: url(../images/navi_eigyo_back_ov.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #FFEECC;
}
#subcontent_eigyo02
 {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subcontent_eigyo02    ul {
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#subcontent_eigyo02    li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subcontent_eigyo02     li.space01 {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subcontent_eigyo02    li    a {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	font-size: x-small;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 180px;
	background-image: url(../images/navi_eigyo_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #996633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#subcontent_eigyo02    li    a:link { background-image: url(../images/navi_eigyo_back.gif); }
#subcontent_eigyo   li   a:visited { background-image: url(../images/navi_eigyo_back.gif); }
#subcontent_eigyo02    li    a:hover {
	color: #996633;
	display: block;
	background-image: url(../images/navi_eigyo_back_ov.gif);
	background-repeat: repeat-x;
}
#subcontent_eigyo02    li    a:active { background-image: url(../images/navi_eigyo_back.gif); }
#subcontent_eigyo02    li.focus {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	margin: 0px;
	font-size: x-small;
	line-height: 100%;
	display: block;
	color: #996633;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 210px;
	background-image: url(../images/navi_eigyo_back_ov.gif);
	border-bottom-color: #996633;
}
#subcontent_eigyo02     li.focus02 { width: 126px; }

#maincontent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
	float: left;
}
#maincontent h1 {
	padding: 5px;
	font-size: medium;
	background-image: url(../images/back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #DDF1FF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6699CC;
}
#maincontent  h2 {
	font-size: medium;
	color: #000000;
	line-height: 140%;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}
#maincontent p {
	margin: 0px;
	text-indent: 1em;
}
#maincontent dl { margin: 0px; }
#maincontent dt {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
}
#maincontent dd {
	margin: 0px;
	font-size: small;
	line-height: 110%;
}
#maincontent_gaiyo {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_gaiyo    h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: bold;
	text-indent: -2000px;
}
#maincontent_gaiyo     h2 {
	padding: 0px;
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent_gaiyo  p {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	text-indent: 1em;
}
#maincontent_gaiyo  dl { margin: 0px; }
#maincontent_gaiyo  dt {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 100%;
	background-image: url(../images/gaiyo_dt.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontent_gaiyo  dd {
	font-size: small;
	line-height: 140%;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-left: 140px;
}
#maincontent_info {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_info     h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: bold;
	text-indent: -2000px;
}
#maincontent_info      h2 {
	padding: 5px;
	font-size: medium;
	background-image: url(../images/back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #85CEFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #0066CC;
	background-position: bottom;
	background-color: #FFFFFF;
}
#maincontent_info   p {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	text-indent: 1em;
}
#maincontent_info   dl { margin: 0px; }
#maincontent_info   dt {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
	background-color: #99FF33;
	text-align: center;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
}
#maincontent_info   dd {
	font-size: small;
	line-height: 140%;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-left: 140px;
}
#maincontent_eigyo {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_eigyo     h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: bold;
	text-indent: -2000px;
}
#maincontent_eigyo      h2 {
	padding: 0px;
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent_eigyo       h3 {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../eigyo/images/eigyo_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincontent_eigyo        h4 {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../eigyo/images/eigyo_back03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincontent_eigyo     ul {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 470px;
	background-image: url(../eigyo/images/eigyo_back02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent_eigyo    li {
	padding-bottom: 5px;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
#maincontent_eigyo table {
	margin: 10px;
	padding: 0px;
}
#maincontent_eigyo td {
	font-size: small;
	padding: 2px;
}
#maincontent_eigyo  td.title {
	font-size: small;
	text-align: center;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #D2ECFA;
}
#maincontent_eigyo   td.price {
	font-size: medium;
	text-align: right;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent_eigyo     td.unit {
	font-size: x-small;
	text-align: left;
	width: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: bottom;
}
#maincontent_eigyo .kaden {
	background-image: url(../eigyo/images/kaden.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
#maincontent_eigyo  .oa {
	background-image: url(../eigyo/images/oa.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#maincontent_eigyo  .txtbox { width: 250px; }
#maincontent_links {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_links       h1 {
	padding: 5px;
	font-size: medium;
	background-image: url(../images/back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #C4EBC4;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #4FA74F;
}
#maincontent_links        h2 {
	padding: 0px;
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent_links     p {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	text-indent: 1em;
}
#maincontent_links      p.font01 {
	margin: 0px;
	font-size: medium;
	line-height: 140%;
	text-indent: 1em;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#maincontent_links       ul {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#maincontent_links      li {
	padding-bottom: 10px;
	font-size: small;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 120%;
	font-weight: bold;
	list-style-type: disc;
	
}
#maincontent_links a:link {
	color: #000000;
	text-decoration: none;
}
#maincontent_links a:visited {
	color: #000000;
	text-decoration: none;
}
#maincontent_links a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#maincontent_links a:active {
	color: #000000;
	text-decoration: none;
}
#maincontent_support {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
	float: left;
}
#maincontent_support  h1 {
	padding: 5px;
	font-size: medium;
	background-image: url(../support/images/support_back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #FDD4D4;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FF6666;
	text-align: center;
}
#maincontent_support   h2 {
	font-size: large;
	color: #000000;
	line-height: 140%;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}
#maincontent_support  p {
	margin: 0px;
	font-size: 14px;
	line-height: 140%;
	padding: 0px;
}
#maincontent_support02 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: none;
	clear: both;
	background-color: #FFFFFF;
}
#maincontent_support02   h1 {
	padding: 5px;
	font-size: medium;
	background-image: url(../support/images/support_back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #FDD4D4;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FF6666;
	text-align: left;
}
#maincontent_support02     h2 {
	font-size: medium;
	color: #000000;
	line-height: 140%;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}
#maincontent_support02   p {
	margin: 0px;
	font-size: 12px;
}

.center { text-align: center; }
.add {
	float: left;
	width: 200px;
}
#map {
	width: 260px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}
#map  p {
	padding: 0px;
	text-align: left;
	font-size: small;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#map   a { text-align: center; }
.mfp {
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FCF8FB;
}
#maincontent_job {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_job        h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: bold;
	text-indent: -2000px;
}
#maincontent_job       h2 {
	padding: 0px;
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#maincontent_job    p {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	text-indent: 1em;
}
#maincontent_job     p.font01 {
	margin: 0px;
	font-size: medium;
	line-height: 140%;
	text-indent: 1em;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#maincontent_job      ul {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 470px;
	background-image: url(../images/job_back02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent_job     li {
	padding-bottom: 15px;
	font-size: medium;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 00px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
#maincontent_privacy {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
}
#maincontent_privacy      h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	font-weight: bold;
	text-indent: -2000px;
}
#maincontent_privacy       h2 {
	font-size: medium;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #336633;
}
#maincontent_privacy    p {
	margin: 0px;
	font-size: small;
	line-height: 140%;
	text-indent: 1em;
}
#maincontent_privacy     ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#maincontent_privacy     li {
	padding-bottom: 5px;
	font-size: medium;
	
}
#bottomnavi {
	line-height: 100%;
	font-size: x-small;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 70px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
}
#bottomnavi ul {
	padding: 0px;
	margin: 0px;
}
#bottomnavi li {
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #CCCCCC;
}

#bottomnavi a:link {
	color: #66CCFF;
	text-decoration: none;
}
#bottomnavi a:visited {
	color: #66CCFF;
	text-decoration: none;
}
#bottomnavi a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#bottomnavi a:active {
	color: #66CCFF;
	text-decoration: none;
}

/*home end*/
#footer {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #DDF1FF;
}
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: x-small;
	color: #999999;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clear { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	line-height: 0px;
}
.box01 {
	width: 190px;
	padding: 10px;
	background-repeat: no-repeat;
	height: 150px;
	background-image: url(../images/gomi_back.gif);
}
.box01 h1 {
	padding: 0px;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
}
.box01 h2 {
	padding: 0px;
	font-size: 21px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 100%;
}
.box01 p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	color: #FFFFFF;
}
.box01   p.font01 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.font_xxs {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.font_xs {
	font-size: x-small;
	line-height: 100%;
	font-weight: bold;
}
.font_12px {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.pagetop {
	font-size: x-small;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	margin-top: 15px;
}
.minus6 {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #23A7FF;
	background-color: #FFFFFF;
	width: 201px;
}
.minus6 p {
	text-align: center;
	padding: 0px;
	font-size: small;
	line-height: 110%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo_box {
	background-color: #FFFFFF;
	width: 140px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	font-size: x-small;
	height: 120px;
}
.car {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../eigyo/images/eigyo_back02.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.car p {
	margin: 0px;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.box05 {
	background-image: url(../images/support_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 780px;
	padding-top: 10px;
}
.box06 {
	float: left;
	width: 220px;
	padding-top: 60px;
	padding-left: 10px;
}
