/* 基本設定 */
/* ----------------------------------------------------- */

/* ------------------------------------- 
 *	CSSリセット
 * ------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,form,input,p,blockquote {margin: 0; padding: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* ------------------------------------- 
 *	基本設定
 * ------------------------------------- */

html {
	height: 100%;
}

body {
	background-color: #F8F7ED;
	font: 12px/18px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: center;
	height: 100%;
}

.txt_10 {
	font-size: 10px;
	line-height: 14px;
}

.txt_strong {
	font-weight: bold;
}

.txt_red {
	color: #FF4444;
	font-weight: bold;
}

.txt_red2 {
	color: #FF4444;
	font-size: 10px;
}

.txt_org {
	color: #FF6600;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #003399;
}

a:visited {
	text-decoration: none;
	color: #330066;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #003399;
}

#container a:link {
	text-decoration: none;
	color: #0F5EDE;
}

#container a:visited {
	text-decoration: none;
	color: #0F5EDE;
}

#container a:hover {
	text-decoration: underline;
	color: #0F5EDE;
}

#container a:active {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_menu a:link {
	text-decoration: underline;
	color: #FAFAFA;
}

#footer_menu a:visited {
	text-decoration: underline;
	color: #FAFAFA;
}

#footer_menu a:hover {
	text-decoration: none;
	color: #FAFAFA;
}

#footer_menu a:active {
	text-decoration: underline;
	color: #FAFAFA;
}

/* ------------------------------------- 
 *	基本レイアウト設定
 * ------------------------------------- */

#container {
	width: 850px;
	background-image: url(/common/img/containerback_customer.gif);
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#main {
	width: 840px;
	height: auto;
	min-height: 390px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}

#top-header {
	width: 840px;
	height: 109px;
	margin: 0px auto 49px;
	background-image: url(/common/img/top_img.gif);
	overflow: hidden;
	text-align: left;
}

#top-header h1 {
	width: 405px;
	text-align: left;
	font-weight: normal;
	margin: 3px auto 0;
	padding-left: 15px;
	float: left;
}

#top-header li {
	width: 405px;
	margin: 3px auto 0;
	padding-right: 15px;
	text-align: right;
	list-style-type: none;
	float: left;
}

#header {
	width: 840px;
	height: 109px;
	margin: 0px auto 72px;
	background-image: url(/common/img/top_img.gif);
	overflow: hidden;
	text-align: left;
}

#header h1 {
	width: 405px;
	text-align: left;
	font-weight: normal;
	margin: 3px auto 0;
	padding-left: 15px;
	float: left;
}

#header li {
	width: 405px;
	margin: 3px auto 0;
	padding-right: 15px;
	text-align: right;
	list-style-type: none;
	float: left;
}

#catchcopy {
	width:840px;
	height:400px;
	background-image:url(/common/img/topimg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0;
	text-align: left;
	position: relative;
}

#catchcopy .catch_bkimg {
	background-image:url(/common/img/topimgon_h3.jpg);
	background-repeat: no-repeat;
}

#catchcopy .min_contents {
	width:276px;
	height:125px;
	margin: 2px 0 2px 2px;
	float: left;
}

#catchcopy .min_contents h3 {
	font-size: 13px;
	line-height: 32px;
	text-align: center;
}

#catchcopy .min_contents p {
	font-size: 13px;
	line-height: 26px;
	padding: 5px 15px;
}

#catchcopy .min_contents_1 {
	width: 276px;
	height: 125px;
	padding: 0;
	position: absolute;
	top: 270px;
	left: 4px;
}

#catchcopy .min_contents_2 {
	width: 276px;
	height: 125px;
	padding: 0;
	position: absolute;
	top: 270px;
	left: 280px;
}

#catchcopy .min_contents_3 {
	width: 276px;
	height: 125px;
	padding: 0;
	position: absolute;
	top: 270px;
	left: 556px;
}

#footer_menu {
	margin: 45px 20px 0px 0px;
}

#head{
	margin:0px;
}

#container_under{
	margin:15px 0px -10px 0px;
	overflow:hidden;
}

/* ------------------------------------- 
 *	パンクズ設定
 * ------------------------------------- */

#pan {
 	width: 800px;
	height: 18px;
	text-indent: 0px;
	margin: 0 auto 2px;
	clear: both;
	text-align: left;
	position: absolute;
	top: 111px;
	left: 20px;
}

#pan a {
 	text-decoration: none;
}


#pan li {
	list-style-type: none;
}

/* ------------------------------------- 
 *	ページ先頭へ
 * ------------------------------------- */
 
#gopagetop{
 	width:570px;
	height:24px;
	background-color:#EBEBEB;
	line-height:24px;
	text-align:right;
	margin-top:40px;
}

#gopagetop a{
	margin-right:10px;
}

/* ------------------------------------- 
 *	メインコンテンツ
 * ------------------------------------- */

#maincontents {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#maincontents h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 10px;
}

#maincontents h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px;
}

#maincontents p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px 5px;
	margin: 0 auto;
}

.span_h2 {
	width: 800px;
	height: 110px;
	font-size: 20px;
	line-height: 110px;
	margin: 0 auto;
}

.maincontents_top, .maincontents_bottom {
	width: 800px;
	height: 326px;
	margin: 0 auto;
}

.main_contents_1 {
	width: 488px;
	height: 100px;
	margin: 0 auto;
	padding-top: 226px;
	background-image: url(/common/img/main_img1.jpg);
	background-repeat: no-repeat;
	float: left;
}

.main_contents_2 {
	width: 312px;
	height: 100px;
	margin: 0 auto;
	padding-top: 226px;
	background-image: url(/common/img/main_img2.jpg);
	background-repeat: no-repeat;
	float: left;
}

.main_contents_3 {
	width: 266px;
	height: 161px;
	margin: 0 auto;
	padding-top: 165px;
	background-image: url(/common/img/main_img3.jpg);
	background-repeat: no-repeat;
	float: left;
}

.main_contents_4 {
	width: 266px;
	height: 161px;
	margin: 0 auto;
	padding-top: 165px;
	background-image: url(/common/img/main_img4.jpg);
	background-repeat: no-repeat;
	float: left;
}

.main_contents_5 {
	width: 268px;
	height: 161px;
	margin: 0 auto;
	padding-top: 165px;
	background-image: url(/common/img/main_img5.jpg);
	background-repeat: no-repeat;
	float: left;
}

#maincontents_h2img {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

#maincontents_img1 {
	width: 488px;
	height: 326px;
	margin: 0 auto;
	position: absolute;
	top: 110px;
	left: 0;
}

#maincontents_img2 {
	width: 312px;
	height: 326px;
	margin: 0 auto;
	position: absolute;
	top: 110px;
	left: 488px;
}

#maincontents_img3 {
	width: 266px;
	height: 326px;
	margin: 0 auto;
	position: absolute;
	top: 436px;
	left: 0;
}

#maincontents_img4 {
	width: 266px;
	height: 326px;
	margin: 0 auto;
	position: absolute;
	top: 436px;
	left: 266px;
}

#maincontents_img5 {
	width: 268px;
	height: 326px;
	margin: 0 auto;
	position: absolute;
	top: 436px;
	left: 532px;
}

/*  a link  */

#maincontents a.con_a3 {
	width: 266px;
	height: 326px;
	display: block;
	background-image: url(/common/img/main_img3_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
	position: absolute;
	top: 436px;
	left: 0;
}

#maincontents a.con_a3:hover {
	background-position: top right;
}

/* ------------------------------------- 
 *	サブコンテンツ
 * ------------------------------------- */

/*  サブコンテンツ1  */

.subcontents_1 {
	width: 798px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #FFFFFF;
	background-image: url(/common/img/information_top.gif);
	background-repeat: no-repeat;
	position: relative;
	border: solid 1px #666666;
}

.subcontents_1 h2 {
	font-size: 18px;
	line-height: 54px;
	margin: 0 20px;
}

.subcontents_1 p {
	font-size: 14px;
	line-height: 26px;
	padding: 0px 20px 5px;
	margin: 0 auto 5px;
}

.subcontents1_img {
	width: 798px;
	height: 46px;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
}

/*  サブコンテンツ2  */

.subcontents_2 {
	width: 798px;
	margin: 1px auto;
	padding-top: 30px;
	background-color: #FFFFFF;
	background-image: url(/common/img/information_top.gif);
	background-repeat: no-repeat;
	position: relative;
	border: solid 1px #666666;
}

.subcontents_2 h2 {
	font-size: 18px;
	line-height: 54px;
	margin: 0 20px;
}

.subcontents_2 p {
	font-size: 14px;
	line-height: 26px;
	padding: 0px 20px 5px;
	margin: 0 auto;
}

.subcontents_2 dt {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 20px 0;
}

.subcontents_2 dd {
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px 5px;
	margin: 0 auto 15px;
}

.subcontents2_img {
	width: 798px;
	height: 46px;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
}

/*  サブコンテンツ3  */

.subcontents_3 {
	width: 798px;
	margin: 1px auto;
	padding-top: 30px;
	background-image: url(/common/img/information_top.gif);
	background-repeat: no-repeat;
	position: relative;
	border: solid 1px #666666;
}

.subcontents_3 h2 {
	font-size: 18px;
	line-height: 54px;
	margin: 0 20px;
}

.subcontents_3 h3 {
	font-size: 16px;
	line-height: 32px;
	margin: 0 20px;
	font-weight: normal;
	color: #F3A204;
}

.subcontents_3 h4 {
	font-size: 13px;
	line-height: 26px;
	margin: 0 20px;
	font-weight: normal;
	text-align: right;
}

.subcontents_3 p {
	font-size: 14px;
	line-height: 26px;
	padding: 0px 20px 5px;
	margin: 0 auto;
}

.subcontents_3 ol {
	list-style-type: none;
}

.subcontents_3 li {
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px 5px;
	margin: 0 auto;
}

.subcontents3_img {
	width: 798px;
	height: 46px;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
}

/*  サブコンテンツ4  */

.subcontents_4 {
	width: 798px;
	margin: 1px auto;
	padding-top: 30px;
	background-image: url(/common/img/information_top.gif);
	background-repeat: no-repeat;
	position: relative;
	border: solid 1px #666666;
}

.subcontents_4 h2 {
	font-size: 18px;
	line-height: 54px;
	margin: 0 20px;
}

.subcontents_4 p {
	font-size: 14px;
	line-height: 26px;
	padding: 0px 20px 5px;
	margin: 0 auto;
}

.subcontents4_img {
	width: 798px;
	height: 46px;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
}

/* ------------------------------------- 
 *	ナビゲーション
 * ------------------------------------- */

#top-navibar {
	width: 840px;
	height: 50px;
	padding: 0;
	position: absolute;
	top: 108px;
	left: 5px;
}

#top-navibar ul {
	list-style-type: none;
}

#top-navibar li {
	width: 140px;
	height: 50px;
	line-height: 53px;
	letter-spacing: 1px;
	background-image: url(/common/img/gnavi_bt.gif);
	float: left;
	overflow: hidden;
	text-align: center;
}

#top-navibar li a {
	width: 140px;
	height: 50px;
	background-image: url(/common/img/gnavi_bt.gif);
	background-position: left top;
	display: block;
	color: #0006FF;
}

#top-navibar li a:link {
	text-decoration: none;
	color: #0006FF;
}

#top-navibar li a:visited {
	text-decoration: none;
	color: #0006FF;
}

#top-navibar li a:hover {
	background-position: left bottom;
	text-decoration: none;
	color: #FFFFFF;
}

#top-navibar li a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#navibar {
	width: 840px;
	height: 50px;
	padding: 0;
	position: absolute;
	top: 131px;
	left: 5px;
}

#navibar ul {
	list-style-type: none;
}

#navibar li {
	width: 140px;
	height: 50px;
	line-height: 53px;
	letter-spacing: 1px;
	background-image: url(/common/img/gnavi_bt.gif);
	float: left;
	overflow: hidden;
	text-align: center;
}

#navibar li a {
	width: 140px;
	height: 50px;
	background-image: url(/common/img/gnavi_bt.gif);
	background-position: left top;
	display: block;
	color: #0006FF;
}

#navibar li a:link {
	text-decoration: none;
	color: #0006FF;
}

#navibar li a:visited {
	text-decoration: none;
	color: #0006FF;
}

#navibar li a:hover {
	background-position: left bottom;
	text-decoration: none;
	color: #FFFFFF;
}

#navibar li a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* ------------------------------------- 
 *	フッター
 * ------------------------------------- */

#footer_navi {
	width: 800px;
	height: 24px;
	margin: -18px auto 0;
}

#footer_navi ul {
	height: 24px;
	list-style-type: none;
}

#footer_navi li {
	width: 100px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin: 0 auto;
	float: left;
	text-align: center;
}

#footer_navi li a {
	width: 100px;
	text-decoration: none;
	display: block;
}

#footer_navi li a:link {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_navi li a:visited {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_navi li a:hover {
	text-decoration: underline;
	color: #0F5EDE;
}

#footer_navi li a:active {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_s {
	width: 840px;
	height: 95px;
	margin: -18px auto 0;
	background-image: url(/common/img/footer_img.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}

#footer_s ul {
	width: 470px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer_s li {
	display: inline;
	margin: 0 0 0 10px;
}

#footer_s li a {
	text-decoration: none;
	color: #006FFF;
}

#footer_s li a:link {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_s li a:visited {
	text-decoration: none;
	color: #0F5EDE;
}

#footer_s li a:hover {
	text-decoration: underline;
	color: #0F5EDE;
}

#footer_s li a:active {
	text-decoration: none;
	color: #0F5EDE;
}

#copyright {
	width: 360px;
	height: 20px;
	text-align: right;
	margin: 0 10px 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#catchcopy_s {
	width: 840px;
	height: 228px;
	background-image: url(/common/img/sitemap_img.gif);
	background-repeat: no-repeat;
	margin: 0 auto 0;
	text-align: left;
}

#catchcopy_j {
	width: 840px;
	height: 228px;
	background-image: url(/uservoice/img/title.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0;
	position: relative;
}

#catchcopy_j img {
	width:341px;
	height:228px;
	position: absolute;
	top: 0;
	left: 0;
}

#catchcopy_jyunbi {
	width: 840px;
	height: 228px;
	background-image: url(/jyunbi/img/jyunbi_img.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#catchcopy_jyunbi img {
	width:343px;
	height:228px;
	position: absolute;
	top: 0;
	left: 0;
}

#catchcopy_kotu {
	width: 840px;
	height: 228px;
	background-image: url(/kotu/img/kotu_img.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#catchcopy_kotu img {
	width:343px;
	height:228px;
	position: absolute;
	top: 0;
	left: 0;
}

#catchcopy_comp {
	width: 840px;
	height: 228px;
	background-image: url(/company/img/title_m.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#catchcopy_comp img {
	width:342px;
	height:228px;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------------------- 
 *	サイトマップ
 * ------------------------------------- */

#sitemap {
	width: 836px;
	height: auto;
	margin: 1px auto;
	padding: 73px 0 0;
	border: solid 1px #DCDCDC;
	border-bottom: none;
	position: relative;
}

#sitemap h2 img {
	width: 798px;
	height: 43px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 20px;
}

#sitemap ul {
	width: 836px;
	height: auto;
	list-style-type: none;
}

#sitemap li {
	width: 357px;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 1px;
	padding-left: 60px;
	float: left;
	background-image: url(/common/img/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
}

#sitemap img {
	width: 836px;
	height: 30px;
	margin: 0 auto;
	clear: both;
}

/* ------------------------------------- 
 *	引越しの準備
 * ------------------------------------- */

#jyunbi {
	width: 836px;
	height: auto;
	margin: 1px auto;
	border: solid 1px #DCDCDC;
	border-bottom: none;
	position: relative;
}

#jyunbi_top {
	width: 836px;
	height: auto;
	min-height: 200px;
	margin: 1px auto;
	padding: 73px 0 0;
}

#jyunbi_top h2 img {
	width: 798px;
	height: 43px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 20px;
}

#jyunbi_top img.imgright {
	width: 256px;
	height: 170px;
	margin: 5px 20px 30px 10px;
	float: right;
}

#jyunbi_top p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
}

#jyunbi_top .mini_link {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 20px auto 10px;
	padding-left: 45px;
	display: block;
	background-image: url(/common/img/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 20px 1px;
}

#jyunbi_main {
	width: 745px;
	height: auto;
	margin: 30px auto 0;
	background-image: url(/common/img/mainbk.gif);
}

#jyunbi_main .con_middle {
	width: 670px;
	height: auto;
	min-height: 205px;
	margin: 60px auto 0;
	position: relative;
}

#jyunbi_main .con_middle h3 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 20px 5px;
}

#jyunbi_main .con_middle img.img_h3 {
	width: 250px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 15px;
}

#jyunbi_main p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
}

#jyunbi_main img.imgright {
	width: 256px;
	height: 170px;
	margin: 0px 20px 30px 10px;
	float: right;
}

#jyunbi_main .mini_link {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 20px auto 10px;
	padding-left: 45px;
	display: block;
	background-image: url(/common/img/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 20px 1px;
}

#jyunbi_main .hint_jyoho {
	width: 625px;
	height: auto;
	margin: 30px auto 40px;
	padding-bottom: 20px;
	background-image: url(/common/img/hint_img_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#jyunbi_main .hint_jyoho h3 {
	width: 555px;
	height: 58px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 auto;
	padding: 45px 0 0 70px;
	background-image: url(/common/img/hint_img.gif);
	background-repeat: no-repeat;
}

#jyunbi_main .hint_jyoho h4 {
	width: 565px;
	height: 22px;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	background-image: url(/common/img/h4_bk.gif);
	background-repeat: no-repeat;
}

#jyunbi_main .hint_jyoho p {
	width: 555px;
	padding: 10px 35px 30px;
	background-image: url(/common/img/hint_img_p.gif);
}

#jyunbi_main .hint_jyoho img {
	width: 625px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
}

/* --------------------------- 
 *	プライバシーポリシー
 * --------------------------- */

#policy {
	width: 836px;
	height: auto;
	margin: 1px auto;
	padding: 30px 0 0;
	border: solid 1px #DCDCDC;
	border-bottom: none;
}

#policy h2, #policy h2 img {
	width: 798px;
	height: 43px;
	margin: 0 auto 30px;
}

#policy h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 40px 40px 0;
}

#policy h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0 40px 0;
}

#policy p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0 40px;
}

#policy ul {
	list-style-type: circle;
	list-style-position: inside;
}

#policy li {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	text-indent: 10px;
	margin: 0 40px 0;
}

#policy .right_p {
	text-align: right;
	margin-right: 30px;
}

/* ------------------------------------- 
 *	全国引越業者一覧
 * ------------------------------------- */

#moving {
	width: 836px;
	height: auto;
	min-height: 200px;
	margin: 1px auto;
	padding: 0;
	border: solid 1px #DCDCDC;
	border-bottom: none;
	position: relative;
}

#moving h2 {
	width: 768px;
	height: 43px;
	line-height: 44px;
	color: #FF6100;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 180px auto 0;
	padding-left: 30px;
	background-image: url(/common/img/h2_karabk.gif);
	background-repeat: no-repeat;
	clear: both;
}

#moving p {
	color: #666666;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: right;
	margin: 20px 40px 0;
	clear: both;
}

#moving #ken_area {
	width: 768px;
	height: 43px;
	line-height: 44px;
	color: #FF6100;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 55px auto 0;
	padding-left: 30px;
	background-image: url(/common/img/h2_karabk.gif);
	background-repeat: no-repeat;
	clear: both;
}

#moving ul {
	margin-top: 20px;
	list-style-type: none;
}

#moving li {
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0 0 40px;
	display: block;
}

#moving #area_navi ul {
	width: 826px;
	height: auto;
	margin: 1px auto 0;
	padding: 4px 0 0 4px;
	list-style-type: none;
	border: solid 1px #DCDCDC;
	position: absolute;
	top: 0px;
	left: 2px;
}

#moving-area {
	width: 836px;
	height: auto;
	margin: 1px auto;
	border: solid 1px #DCDCDC;
}

#moving-area dl {
	width: 650px;
	margin: 0 auto 30px;
}

#moving-area dt {
	color: #838383;
	width: 630px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 32px;
	margin: 50px 0 0 20px;
}

#moving-area dd {
	width: 630px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 0 20px;
}

#moving-area span {
	width: 330px;
	color: #0000FF;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	float: right;
}

#moving-area h2 {
	width: 768px;
	height: 43px;
	line-height: 44px;
	color: #FF6100;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0 auto 0;
	padding-left: 30px;
	background-image: url(/common/img/h2_karabk.gif);
	background-repeat: no-repeat;
	clear: both;
}

#moving-area p.midasi {
	color: #666666;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
	margin: 30px 110px 0;
}

#moving-area ul {
	list-style-type: none;
	margin: 0 20px;
}

#moving-area li {
	font-size: 12px;
	line-height: 14px;
	display: inline;
	margin: 0 2px;
}

#moving-area li.end-li {
	width: 792px;
	line-height: 10px;
	display: block;
	margin: 0 auto;
}


#moving #area_navi li {
	width: 75px;
	height: 24px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 2px 5px 3px;
	border: solid 1px #DCDCDC;
	display: block;
	float: left;
}

#moving #area_navi li a {
	text-decoration: none;
	color: #006FFF;
	width: 75px;
	display: block;
}

#moving #area_navi li a:link {
	text-decoration: none;
	color: #0F5EDE;
}

#moving #area_navi li a:visited {
	text-decoration: none;
	color: #0F5EDE;
}

#moving #area_navi li a:hover {
	width: 75px;
	height: 24px;
	text-decoration: none;
	color: #FF6100;
	background-color: #F8FEFE;
}

#moving #area_navi li a:active {
	text-decoration: none;
	color: #FF6100;
}

/* -----------------------
 *	会社概要 & デフォルト
 * ----------------------- */

#def_p1 {
	width: 836px;
	height: auto;
	margin: 1px auto;
	border: solid 1px #DCDCDC;
	border-bottom: none;
}

#def_p1 .h2_img {
	width: 798px;
	height: 43px;
	margin: 20px auto 0;
	display: block;
}

#def_p1 dl {
	width: 600px;
	height: auto;
	margin: 20px auto 0;
}

#def_p1 dt {
	width: 100px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 20px 0 0;
	float: left;
}

#def_p1 dd {
	width: 400px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 0 130px;
}

#def_p1 ul {
	list-style-type: none;
}

#def_p1 li {
	width: 400px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 auto;
	display: block;
}

#def_p2 {
	width: 836px;
	height: auto;
	margin: 1px auto;
	border: solid 1px #DCDCDC;
	border-bottom: none;
	font-weight: normal;
}

#def_p2 .h2_img {
	width: 798px;
	height: 43px;
	margin: 20px auto 20px;
	display: block;
}

#def_p2 ol {
	list-style-type: none;
	padding: 0 60px;
}

#def_p2 li {
	font-size: 12px;
	line-height: 28px;
	margin: 0 auto;
}

#def_p2 h3 {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin: 20px 55px 0;
}

#def_p2 h4 {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 60px 0;
}

#def_p2 p {
	font-size: 12px;
	line-height: 28px;
	margin: 0 60px 0;
}

